Searched refs:IsDelete (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1856 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 …]
|
D | SemaChecking.cpp | 1745 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local 1747 SemaBuiltinOperatorNewDeleteOverloaded(TheCallResult, IsDelete); in CheckBuiltinFunctionCall()
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1147 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument 1154 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
|
D | CodeGenFunction.h | 2028 const Expr *Arg, bool IsDelete);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1330 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument 1336 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
|
D | CodeGenFunction.h | 2837 const CallExpr *TheCallExpr, bool IsDelete);
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3026 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/ |
D | Sema.h | 6130 bool IsDelete, bool CallCanBeVirtual, 12281 bool IsDelete);
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4813 bool IsDelete, bool CallCanBeVirtual,
|