Searched refs:NumOfAllocators (Results 1 – 3 of 3) sorted by relevance
8410 unsigned NumOfAllocators = 0; variable8421 LParenLoc(LParenLoc), NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8429 NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8432 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()8463 unsigned getNumberOfAllocators() const { return NumOfAllocators; } in getNumberOfAllocators()8471 return child_range(Begin, Begin + NumOfAllocators * in children()8478 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()
1559 assert(Data.size() == NumOfAllocators && in setAllocatorsData()
11298 unsigned NumOfAllocators = C->getNumberOfAllocators(); in VisitOMPUsesAllocatorsClause() local11300 Data.reserve(NumOfAllocators); in VisitOMPUsesAllocatorsClause()11301 for (unsigned I = 0; I != NumOfAllocators; ++I) { in VisitOMPUsesAllocatorsClause()