Home
last modified time | relevance | path

Searched refs:IsSizedDelete (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3464 bool IsSizedDelete = false; in isUsableAsGlobalAllocationFunctionInConstantEvaluation() local
3468 IsSizedDelete = true; in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
3482 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
3497 if (!IsSizedDelete && !Ty.isNull() && Ty->isEnumeralType()) { in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3279 bool IsSizedDelete = isSizedDeallocation(Info.IDP.PassSize); in FindAllocationFunctions() local
3280 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()
3289 IsSizedDelete = false; in FindAllocationFunctions()
3292 if (IsSizedDelete && !isTypeAwareAllocation(IAP.PassTypeIdentity)) { in FindAllocationFunctions()