Home
last modified time | relevance | path

Searched refs:getAssociatedLoops (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp303 unsigned getAssociatedLoops() const { return Stack.back().AssociatedLoops; } in getAssociatedLoops() function in __anon216cbd260111::DSAStackTy
4584 unsigned AssociatedLoops = DSAStack->getAssociatedLoops(); in ActOnOpenMPLoopInitialization()
7482 if (CKind == OMPC_collapse && DSAStack->getAssociatedLoops() == 1) in VerifyPositiveIntegerConstantInClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp892 unsigned getAssociatedLoops() const { in getAssociatedLoops() function in __anonf152f9340111::DSAStackTy
2321 if (DSAStack->getAssociatedLoops() > 0 && in isOpenMPPrivateDecl()
7729 unsigned AssociatedLoops = DSAStack->getAssociatedLoops(); in ActOnOpenMPLoopInitialization()
12841 if (CKind == OMPC_collapse && DSAStack->getAssociatedLoops() == 1) in VerifyPositiveIntegerConstantInClause()
12975 Context, NumForLoops, NumForLoops ? DSAStack->getAssociatedLoops() : 0, in ActOnOpenMPOrderedClause()