Searched refs:IsDelete (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1945 bool IsDelete = Kind == OO_Delete || Kind == OO_Array_Delete; in diagnoseUnavailableAlignedAllocation() local 1947 << IsDelete << FD.getType().getAsString() << OSName in diagnoseUnavailableAlignedAllocation() 3734 bool IsDelete, in resolveBuiltinNewDeleteOverload() argument 3738 IsDelete ? OO_Delete : OO_New); in resolveBuiltinNewDeleteOverload() 3783 << (IsDelete ? 1 : 0) << Range; in resolveBuiltinNewDeleteOverload() 3822 bool IsDelete) { in SemaBuiltinOperatorNewDeleteOverloaded() argument 3826 << (IsDelete ? "__builtin_operator_delete" : "__builtin_operator_new") in SemaBuiltinOperatorNewDeleteOverloaded() 3835 if (resolveBuiltinNewDeleteOverload(*this, TheCall, IsDelete, in SemaBuiltinOperatorNewDeleteOverloaded() 3863 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument 3896 Diag(Loc, diag::warn_delete_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall() [all …]
|
| H A D | SemaChecking.cpp | 2330 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local 2332 SemaBuiltinOperatorNewDeleteOverloaded(TheCallResult, IsDelete); in CheckBuiltinFunctionCall()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1333 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument 1339 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
|
| H A D | CodeGenFunction.h | 2941 const CallExpr *TheCallExpr, bool IsDelete);
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6634 bool IsDelete, bool CallCanBeVirtual, 13150 bool IsDelete);
|