Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1885 bool IsDelete = Kind == OO_Delete || Kind == OO_Array_Delete; in diagnoseUnavailableAlignedAllocation() local
3671 bool IsDelete, in resolveBuiltinNewDeleteOverload()
3759 bool IsDelete) { in SemaBuiltinOperatorNewDeleteOverloaded()
3800 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall()
H A DSemaChecking.cpp1751 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1335 bool IsDelete) { in EmitBuiltinNewDeleteCall()