Searched refs:IsSizedDelete (Results 1 – 2 of 2) sorted by relevance
2853 bool IsSizedDelete = false; in isReplaceableGlobalAllocationFunction() local2858 IsSizedDelete = true; in isReplaceableGlobalAllocationFunction()2872 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isReplaceableGlobalAllocationFunction()
2608 bool IsSizedDelete = Info.HasSizeT; in FindAllocationFunctions() local2609 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()2615 IsSizedDelete = false; in FindAllocationFunctions()2618 if (IsSizedDelete) { in FindAllocationFunctions()