Searched refs:IsSizedDelete (Results 1 – 2 of 2) sorted by relevance
3096 bool IsSizedDelete = false; in isReplaceableGlobalAllocationFunction() local3101 IsSizedDelete = true; in isReplaceableGlobalAllocationFunction()3115 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isReplaceableGlobalAllocationFunction()
2758 bool IsSizedDelete = Info.HasSizeT; in FindAllocationFunctions() local2759 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()2765 IsSizedDelete = false; in FindAllocationFunctions()2768 if (IsSizedDelete) { in FindAllocationFunctions()