Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp3122 bool IsSizedDelete = false; in isReplaceableGlobalAllocationFunction() local
3127 IsSizedDelete = true; in isReplaceableGlobalAllocationFunction()
3141 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isReplaceableGlobalAllocationFunction()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2844 bool IsSizedDelete = Info.HasSizeT; in FindAllocationFunctions() local
2845 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()
2851 IsSizedDelete = false; in FindAllocationFunctions()
2854 if (IsSizedDelete) { in FindAllocationFunctions()