Searched refs:IsSizedDelete (Results 1 – 2 of 2) sorted by relevance
3223 bool IsSizedDelete = false; in isReplaceableGlobalAllocationFunction() local3228 IsSizedDelete = true; in isReplaceableGlobalAllocationFunction()3242 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isReplaceableGlobalAllocationFunction()
2882 bool IsSizedDelete = Info.HasSizeT; in FindAllocationFunctions() local2883 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()2889 IsSizedDelete = false; in FindAllocationFunctions()2892 if (IsSizedDelete) { in FindAllocationFunctions()