Searched refs:IsDelete (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2120 bool IsDelete = FD.getDeclName().isAnyOperatorDelete(); in diagnoseUnavailableAlignedAllocation() local 2122 << IsDelete << FD.getType().getAsString() << OSName in diagnoseUnavailableAlignedAllocation() 4195 bool IsDelete, in resolveBuiltinNewDeleteOverload() argument 4199 IsDelete ? OO_Delete : OO_New); in resolveBuiltinNewDeleteOverload() 4244 << (IsDelete ? 1 : 0) << Range; in resolveBuiltinNewDeleteOverload() 4279 bool IsDelete) { in BuiltinOperatorNewDeleteOverloaded() argument 4283 << (IsDelete ? "__builtin_operator_delete" : "__builtin_operator_new") in BuiltinOperatorNewDeleteOverloaded() 4292 if (resolveBuiltinNewDeleteOverload(*this, TheCall, IsDelete, in BuiltinOperatorNewDeleteOverloaded() 4320 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument 4348 Diag(Loc, diag::warn_delete_abstract_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall() [all …]
|
| H A D | SemaChecking.cpp | 2757 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local 2759 BuiltinOperatorNewDeleteOverloaded(TheCallResult, IsDelete); in CheckBuiltinFunctionCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1364 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument 1370 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
|
| H A D | CodeGenFunction.h | 3248 const CallExpr *TheCallExpr, bool IsDelete);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 3426 bool IsDelete = getDeclName().isAnyOperatorDelete(); in isUsableAsGlobalAllocationFunctionInConstantEvaluation() local 3428 IsDelete ? FunctionDecl::RequiredTypeAwareDeleteParameterCount in isUsableAsGlobalAllocationFunctionInConstantEvaluation() 3432 /* type identity */ 1U + /* address */ IsDelete + /* size */ 1U; in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8551 bool IsDelete, bool CallCanBeVirtual, 8809 bool IsDelete);
|