Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1902 bool IsDelete = Kind == OO_Delete || Kind == OO_Array_Delete; in diagnoseUnavailableAlignedAllocation() local
3688 bool IsDelete, in resolveBuiltinNewDeleteOverload()
3776 bool IsDelete) { in SemaBuiltinOperatorNewDeleteOverloaded()
3817 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall()
DSemaChecking.cpp1755 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp1338 bool IsDelete) { in EmitBuiltinNewDeleteCall()