HomeSort by: relevance | last modified time | path
    Searched refs:NumForLoops (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 909 Stmt *NumForLoops = nullptr;
912 void setNumForLoops(Expr *Num) { NumForLoops = Num; }
924 LParenLoc(LParenLoc), NumForLoops(Num) {}
938 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
940 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); }
943 return const_child_range(&NumForLoops, &NumForLoops + 1);
1592 Stmt *NumForLoops = nullptr;
1607 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 14000 OMPClause *Sema::ActOnOpenMPCollapseClause(Expr *NumForLoops,
14010 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_collapse);
14020 Expr *NumForLoops) {
14026 if (NumForLoops && LParenLoc.isValid()) {
14028 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_ordered);
14031 NumForLoops = NumForLoopsResult.get();
14033 NumForLoops = nullptr;
14036 Context, NumForLoops, NumForLoops ? DSAStack->getAssociatedLoops() : 0,
14038 DSAStack->setOrderedRegion(/*IsOrdered=*/true, NumForLoops, Clause)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 10862 OMPClause *ActOnOpenMPCollapseClause(Expr *NumForLoops,
10870 Expr *NumForLoops = nullptr);

Completed in 113 milliseconds