Searched refs:NumOfAllocators (Results 1 – 3 of 3) sorted by relevance
8044 unsigned NumOfAllocators = 0; variable8055 LParenLoc(LParenLoc), NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8063 NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8066 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()8097 unsigned getNumberOfAllocators() const { return NumOfAllocators; } in getNumberOfAllocators()8105 return child_range(Begin, Begin + NumOfAllocators * in children()8112 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()
1455 assert(Data.size() == NumOfAllocators && in setAllocatorsData()
12912 unsigned NumOfAllocators = C->getNumberOfAllocators(); in VisitOMPUsesAllocatorsClause() local12914 Data.reserve(NumOfAllocators); in VisitOMPUsesAllocatorsClause()12915 for (unsigned I = 0; I != NumOfAllocators; ++I) { in VisitOMPUsesAllocatorsClause()