Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3129 bool IsSizedDelete = false; in isReplaceableGlobalAllocationFunction() local
3134 IsSizedDelete = true; in isReplaceableGlobalAllocationFunction()
3148 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isReplaceableGlobalAllocationFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2827 bool IsSizedDelete = Info.HasSizeT; in FindAllocationFunctions() local
2828 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()
2834 IsSizedDelete = false; in FindAllocationFunctions()
2837 if (IsSizedDelete) { in FindAllocationFunctions()