Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2853 bool IsSizedDelete = false; in isReplaceableGlobalAllocationFunction() local
2858 IsSizedDelete = true; in isReplaceableGlobalAllocationFunction()
2872 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isReplaceableGlobalAllocationFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2608 bool IsSizedDelete = Info.HasSizeT; in FindAllocationFunctions() local
2609 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()
2615 IsSizedDelete = false; in FindAllocationFunctions()
2618 if (IsSizedDelete) { in FindAllocationFunctions()