Searched refs:IsSizedDelete (Results 1 – 2 of 2) sorted by relevance
3129 bool IsSizedDelete = false; in isReplaceableGlobalAllocationFunction() local3134 IsSizedDelete = true; in isReplaceableGlobalAllocationFunction()3148 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isReplaceableGlobalAllocationFunction()
2827 bool IsSizedDelete = Info.HasSizeT; in FindAllocationFunctions() local2828 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()2834 IsSizedDelete = false; in FindAllocationFunctions()2837 if (IsSizedDelete) { in FindAllocationFunctions()