Home
last modified time | relevance | path

Searched refs:IsDelete (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp1960 bool IsDelete = Kind == OO_Delete || Kind == OO_Array_Delete; in diagnoseUnavailableAlignedAllocation() local
1962 << IsDelete << FD.getType().getAsString() << OSName in diagnoseUnavailableAlignedAllocation()
3804 bool IsDelete, in resolveBuiltinNewDeleteOverload() argument
3808 IsDelete ? OO_Delete : OO_New); in resolveBuiltinNewDeleteOverload()
3853 << (IsDelete ? 1 : 0) << Range; in resolveBuiltinNewDeleteOverload()
3892 bool IsDelete) { in SemaBuiltinOperatorNewDeleteOverloaded() argument
3896 << (IsDelete ? "__builtin_operator_delete" : "__builtin_operator_new") in SemaBuiltinOperatorNewDeleteOverloaded()
3905 if (resolveBuiltinNewDeleteOverload(*this, TheCall, IsDelete, in SemaBuiltinOperatorNewDeleteOverloaded()
3933 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3961 Diag(Loc, diag::warn_delete_abstract_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall()
[all …]
H A DSemaChecking.cpp2401 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local
2403 SemaBuiltinOperatorNewDeleteOverloaded(TheCallResult, IsDelete); in CheckBuiltinFunctionCall()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp1336 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument
1342 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
H A DCodeGenFunction.h2943 const CallExpr *TheCallExpr, bool IsDelete);
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6786 bool IsDelete, bool CallCanBeVirtual,
13526 bool IsDelete);