Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1856 bool IsDelete = Kind == OO_Delete || Kind == OO_Array_Delete; in diagnoseUnavailableAlignedAllocation() local
1858 << IsDelete << FD.getType().getAsString() << OSName in diagnoseUnavailableAlignedAllocation()
3602 bool IsDelete, in resolveBuiltinNewDeleteOverload() argument
3606 IsDelete ? OO_Delete : OO_New); in resolveBuiltinNewDeleteOverload()
3651 << (IsDelete ? 1 : 0) << Range; in resolveBuiltinNewDeleteOverload()
3690 bool IsDelete) { in SemaBuiltinOperatorNewDeleteOverloaded() argument
3694 << (IsDelete ? "__builtin_operator_delete" : "__builtin_operator_new") in SemaBuiltinOperatorNewDeleteOverloaded()
3703 if (resolveBuiltinNewDeleteOverload(*this, TheCall, IsDelete, in SemaBuiltinOperatorNewDeleteOverloaded()
3731 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3759 Diag(Loc, diag::warn_delete_abstract_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall()
[all …]
DSemaChecking.cpp1745 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local
1747 SemaBuiltinOperatorNewDeleteOverloaded(TheCallResult, IsDelete); in CheckBuiltinFunctionCall()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1147 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument
1154 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
DCodeGenFunction.h2028 const Expr *Arg, bool IsDelete);
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp1330 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument
1336 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
DCodeGenFunction.h2837 const CallExpr *TheCallExpr, bool IsDelete);
/external/clang/lib/Sema/
DSemaExprCXX.cpp3026 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3048 Diag(Loc, diag::warn_delete_abstract_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall()
3053 Diag(Loc, diag::warn_delete_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall()
3056 if (!IsDelete) { in CheckVirtualDtorCall()
/external/llvm-project/clang/include/clang/Sema/
DSema.h6130 bool IsDelete, bool CallCanBeVirtual,
12281 bool IsDelete);
/external/clang/include/clang/Sema/
DSema.h4813 bool IsDelete, bool CallCanBeVirtual,