Searched refs:NumOfAllocators (Results 1 – 3 of 3) sorted by relevance
8152 unsigned NumOfAllocators = 0; variable8163 LParenLoc(LParenLoc), NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8171 NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8174 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()8205 unsigned getNumberOfAllocators() const { return NumOfAllocators; } in getNumberOfAllocators()8213 return child_range(Begin, Begin + NumOfAllocators * in children()8220 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()
1485 assert(Data.size() == NumOfAllocators && in setAllocatorsData()
12954 unsigned NumOfAllocators = C->getNumberOfAllocators(); in VisitOMPUsesAllocatorsClause() local12956 Data.reserve(NumOfAllocators); in VisitOMPUsesAllocatorsClause()12957 for (unsigned I = 0; I != NumOfAllocators; ++I) { in VisitOMPUsesAllocatorsClause()