Home
last modified time | relevance | path

Searched defs:IsDelete (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1992 bool IsDelete = Kind == OO_Delete || Kind == OO_Array_Delete; in diagnoseUnavailableAlignedAllocation() local
3847 bool IsDelete, in resolveBuiltinNewDeleteOverload()
3935 bool IsDelete) { in SemaBuiltinOperatorNewDeleteOverloaded()
3976 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall()
H A DSemaChecking.cpp2505 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1355 bool IsDelete) { in EmitBuiltinNewDeleteCall()