Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3357 bool IsSizedDelete = false; in isReplaceableGlobalAllocationFunction() local
3362 IsSizedDelete = true; in isReplaceableGlobalAllocationFunction()
3376 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isReplaceableGlobalAllocationFunction()
3391 if (!IsSizedDelete && !Ty.isNull() && Ty->isEnumeralType()) { in isReplaceableGlobalAllocationFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2945 bool IsSizedDelete = Info.HasSizeT; in FindAllocationFunctions() local
2946 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()
2952 IsSizedDelete = false; in FindAllocationFunctions()
2955 if (IsSizedDelete) { in FindAllocationFunctions()