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.cpp2022 bool IsDelete = Kind == OO_Delete || Kind == OO_Array_Delete; in diagnoseUnavailableAlignedAllocation() local
3853 bool IsDelete, in resolveBuiltinNewDeleteOverload()
3937 bool IsDelete) { in BuiltinOperatorNewDeleteOverloaded()
3978 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall()
H A DSemaChecking.cpp2433 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1359 bool IsDelete) { in EmitBuiltinNewDeleteCall()