Home
last modified time | relevance | path

Searched refs:IsDelete (Results 1 – 5 of 5) 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
1887 << IsDelete << FD.getType().getAsString() << OSName in diagnoseUnavailableAlignedAllocation()
3671 bool IsDelete, in resolveBuiltinNewDeleteOverload() argument
3675 IsDelete ? OO_Delete : OO_New); in resolveBuiltinNewDeleteOverload()
3720 << (IsDelete ? 1 : 0) << Range; in resolveBuiltinNewDeleteOverload()
3759 bool IsDelete) { in SemaBuiltinOperatorNewDeleteOverloaded() argument
3763 << (IsDelete ? "__builtin_operator_delete" : "__builtin_operator_new") in SemaBuiltinOperatorNewDeleteOverloaded()
3772 if (resolveBuiltinNewDeleteOverload(*this, TheCall, IsDelete, in SemaBuiltinOperatorNewDeleteOverloaded()
3800 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3828 Diag(Loc, diag::warn_delete_abstract_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall()
[all …]
H A DSemaChecking.cpp1751 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local
1753 SemaBuiltinOperatorNewDeleteOverloaded(TheCallResult, IsDelete); in CheckBuiltinFunctionCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1335 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument
1341 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
H A DCodeGenFunction.h2886 const CallExpr *TheCallExpr, bool IsDelete);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6277 bool IsDelete, bool CallCanBeVirtual,
12509 bool IsDelete);