Searched refs:IsSizedDelete (Results 1 – 2 of 2) sorted by relevance
3464 bool IsSizedDelete = false; in isUsableAsGlobalAllocationFunctionInConstantEvaluation() local3468 IsSizedDelete = true; in isUsableAsGlobalAllocationFunctionInConstantEvaluation()3482 if (!IsSizedDelete && !Ty.isNull() && Ty->isReferenceType()) { in isUsableAsGlobalAllocationFunctionInConstantEvaluation()3497 if (!IsSizedDelete && !Ty.isNull() && Ty->isEnumeralType()) { in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
3279 bool IsSizedDelete = isSizedDeallocation(Info.IDP.PassSize); in FindAllocationFunctions() local3280 if (IsSizedDelete && !FoundGlobalDelete) { in FindAllocationFunctions()3289 IsSizedDelete = false; in FindAllocationFunctions()3292 if (IsSizedDelete && !isTypeAwareAllocation(IAP.PassTypeIdentity)) { in FindAllocationFunctions()