Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2120 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 DSemaChecking.cpp2757 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 DCGExprCXX.cpp1364 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument
1370 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
H A DCodeGenFunction.h3248 const CallExpr *TheCallExpr, bool IsDelete);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3426 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 DSema.h8551 bool IsDelete, bool CallCanBeVirtual,
8809 bool IsDelete);