Searched refs:IsDelete (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2022 bool IsDelete = Kind == OO_Delete || Kind == OO_Array_Delete; in diagnoseUnavailableAlignedAllocation() local 2024 << IsDelete << FD.getType().getAsString() << OSName in diagnoseUnavailableAlignedAllocation() 3853 bool IsDelete, in resolveBuiltinNewDeleteOverload() argument 3857 IsDelete ? OO_Delete : OO_New); in resolveBuiltinNewDeleteOverload() 3902 << (IsDelete ? 1 : 0) << Range; in resolveBuiltinNewDeleteOverload() 3937 bool IsDelete) { in BuiltinOperatorNewDeleteOverloaded() argument 3941 << (IsDelete ? "__builtin_operator_delete" : "__builtin_operator_new") in BuiltinOperatorNewDeleteOverloaded() 3950 if (resolveBuiltinNewDeleteOverload(*this, TheCall, IsDelete, in BuiltinOperatorNewDeleteOverloaded() 3978 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument 4006 Diag(Loc, diag::warn_delete_abstract_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall() [all …]
|
H A D | SemaChecking.cpp | 2433 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local 2435 BuiltinOperatorNewDeleteOverloaded(TheCallResult, IsDelete); in CheckBuiltinFunctionCall()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1359 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument 1365 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
|
H A D | CodeGenFunction.h | 3207 const CallExpr *TheCallExpr, bool IsDelete);
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 8239 bool IsDelete, bool CallCanBeVirtual, 8534 bool IsDelete);
|