Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1992 bool IsDelete = Kind == OO_Delete || Kind == OO_Array_Delete; in diagnoseUnavailableAlignedAllocation() local
1994 << IsDelete << FD.getType().getAsString() << OSName in diagnoseUnavailableAlignedAllocation()
3847 bool IsDelete, in resolveBuiltinNewDeleteOverload() argument
3851 IsDelete ? OO_Delete : OO_New); in resolveBuiltinNewDeleteOverload()
3896 << (IsDelete ? 1 : 0) << Range; in resolveBuiltinNewDeleteOverload()
3935 bool IsDelete) { in SemaBuiltinOperatorNewDeleteOverloaded() argument
3939 << (IsDelete ? "__builtin_operator_delete" : "__builtin_operator_new") in SemaBuiltinOperatorNewDeleteOverloaded()
3948 if (resolveBuiltinNewDeleteOverload(*this, TheCall, IsDelete, in SemaBuiltinOperatorNewDeleteOverloaded()
3976 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
4009 Diag(Loc, diag::warn_delete_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall()
[all …]
H A DSemaChecking.cpp2505 bool IsDelete = BuiltinID == Builtin::BI__builtin_operator_delete; in CheckBuiltinFunctionCall() local
2507 SemaBuiltinOperatorNewDeleteOverloaded(TheCallResult, IsDelete); in CheckBuiltinFunctionCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1355 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument
1361 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
H A DCodeGenFunction.h3008 const CallExpr *TheCallExpr, bool IsDelete);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6938 bool IsDelete, bool CallCanBeVirtual,
13965 bool IsDelete);