Searched refs:IsSizedDelete (Results 1 – 2 of 2) sorted by relevance
3122 bool IsSizedDelete = false; in isReplaceableGlobalAllocationFunction() local3127 IsSizedDelete = true; in isReplaceableGlobalAllocationFunction()3141 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isReplaceableGlobalAllocationFunction()
2844 bool IsSizedDelete = Info.HasSizeT; in FindAllocationFunctions() local2845 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()2851 IsSizedDelete = false; in FindAllocationFunctions()2854 if (IsSizedDelete) { in FindAllocationFunctions()