Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1902 bool IsDelete = Kind == OO_Delete || Kind == OO_Array_Delete; in diagnoseUnavailableAlignedAllocation() local
1904 << IsDelete << FD.getType().getAsString() << OSName in diagnoseUnavailableAlignedAllocation()
3688 bool IsDelete, in resolveBuiltinNewDeleteOverload() argument
3692 IsDelete ? OO_Delete : OO_New); in resolveBuiltinNewDeleteOverload()
3737 << (IsDelete ? 1 : 0) << Range; in resolveBuiltinNewDeleteOverload()
3776 bool IsDelete) { in SemaBuiltinOperatorNewDeleteOverloaded() argument
3780 << (IsDelete ? "__builtin_operator_delete" : "__builtin_operator_new") in SemaBuiltinOperatorNewDeleteOverloaded()
3789 if (resolveBuiltinNewDeleteOverload(*this, TheCall, IsDelete, in SemaBuiltinOperatorNewDeleteOverloaded()
3817 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3850 Diag(Loc, diag::warn_delete_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall()
[all …]
H A DSemaChecking.cpp1755 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local
1757 SemaBuiltinOperatorNewDeleteOverloaded(TheCallResult, IsDelete); in CheckBuiltinFunctionCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1338 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument
1344 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
H A DCodeGenFunction.h2886 const CallExpr *TheCallExpr, bool IsDelete);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6344 bool IsDelete, bool CallCanBeVirtual,
12612 bool IsDelete);