Searched refs:NumOfAllocators (Results 1 – 3 of 3) sorted by relevance
8387 unsigned NumOfAllocators = 0; variable8398 LParenLoc(LParenLoc), NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8406 NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8409 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()8440 unsigned getNumberOfAllocators() const { return NumOfAllocators; } in getNumberOfAllocators()8448 return child_range(Begin, Begin + NumOfAllocators * in children()8455 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()
1547 assert(Data.size() == NumOfAllocators && in setAllocatorsData()
12801 unsigned NumOfAllocators = C->getNumberOfAllocators(); in VisitOMPUsesAllocatorsClause() local12803 Data.reserve(NumOfAllocators); in VisitOMPUsesAllocatorsClause()12804 for (unsigned I = 0; I != NumOfAllocators; ++I) { in VisitOMPUsesAllocatorsClause()