Home
last modified time | relevance | path

Searched refs:NumOfAllocators (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DOpenMPClause.h8410 unsigned NumOfAllocators = 0; variable
8421 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()
/openbsd/src/gnu/llvm/clang/lib/AST/
DOpenMPClause.cpp1559 assert(Data.size() == NumOfAllocators && in setAllocatorsData()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp11298 unsigned NumOfAllocators = C->getNumberOfAllocators(); in VisitOMPUsesAllocatorsClause() local
11300 Data.reserve(NumOfAllocators); in VisitOMPUsesAllocatorsClause()
11301 for (unsigned I = 0; I != NumOfAllocators; ++I) { in VisitOMPUsesAllocatorsClause()