Searched refs:NumOfAllocators (Results 1 – 3 of 3) sorted by relevance
7568 unsigned NumOfAllocators = 0; variable7579 LParenLoc(LParenLoc), NumOfAllocators(N) {} in OMPUsesAllocatorsClause()7587 NumOfAllocators(N) {} in OMPUsesAllocatorsClause()7590 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()7621 unsigned getNumberOfAllocators() const { return NumOfAllocators; } in getNumberOfAllocators()7629 return child_range(Begin, Begin + NumOfAllocators * in children()7636 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()
1417 assert(Data.size() == NumOfAllocators && in setAllocatorsData()
12987 unsigned NumOfAllocators = C->getNumberOfAllocators(); in VisitOMPUsesAllocatorsClause() local12989 Data.reserve(NumOfAllocators); in VisitOMPUsesAllocatorsClause()12990 for (unsigned I = 0; I != NumOfAllocators; ++I) { in VisitOMPUsesAllocatorsClause()