Home
last modified time | relevance | path

Searched refs:NumForLoops (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h798 Stmt *NumForLoops = nullptr; variable
801 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
813 NumForLoops(Num) {} in OMPCollapseClause()
826 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
828 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
831 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1475 Stmt *NumForLoops = nullptr; variable
1490 NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1498 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1536 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h807 Stmt *NumForLoops = nullptr; variable
810 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
822 NumForLoops(Num) {} in OMPCollapseClause()
835 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
837 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
840 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1484 Stmt *NumForLoops = nullptr; variable
1499 NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1507 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1545 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h807 Stmt *NumForLoops = nullptr; variable
810 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
822 NumForLoops(Num) {} in OMPCollapseClause()
835 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
837 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
840 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1484 Stmt *NumForLoops = nullptr; variable
1499 NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1507 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1545 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h564 Stmt *NumForLoops = nullptr;
567 void setNumForLoops(Expr *Num) { NumForLoops = Num; }
579 NumForLoops(Num) {}
592 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
594 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); }
937 Stmt *NumForLoops = nullptr;
952 NumForLoops(Num), NumberOfLoops(NumLoops) {}
960 void setNumForLoops(Expr *Num) { NumForLoops = Num; }
985 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
998 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); }
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h562 Stmt *NumForLoops = nullptr; variable
565 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
577 NumForLoops(Num) {} in OMPCollapseClause()
590 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
592 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
1139 Stmt *NumForLoops = nullptr; variable
1154 NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1162 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1187 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
1200 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h815 Stmt *NumForLoops = nullptr; variable
818 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
830 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
844 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
846 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
849 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1498 Stmt *NumForLoops = nullptr; variable
1513 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1521 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1559 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h813 Stmt *NumForLoops = nullptr; variable
816 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
828 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
842 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
844 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
847 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1496 Stmt *NumForLoops = nullptr; variable
1511 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1519 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1557 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DOpenMPClause.h813 Stmt *NumForLoops = nullptr; variable
816 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
828 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
842 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
844 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
847 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1496 Stmt *NumForLoops = nullptr; variable
1511 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1519 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1557 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DOpenMPClause.h815 Stmt *NumForLoops = nullptr; variable
818 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
830 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
844 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
846 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
849 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1498 Stmt *NumForLoops = nullptr; variable
1513 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1521 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1559 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h815 Stmt *NumForLoops = nullptr; variable
818 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
830 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
844 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
846 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
849 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1498 Stmt *NumForLoops = nullptr; variable
1513 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1521 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1559 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DOpenMPClause.h1017 Stmt *NumForLoops = nullptr; variable
1020 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1032 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
1046 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
1048 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
1051 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1700 Stmt *NumForLoops = nullptr; variable
1715 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1723 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1761 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h1017 Stmt *NumForLoops = nullptr; variable
1020 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1032 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
1046 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
1048 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
1051 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1700 Stmt *NumForLoops = nullptr; variable
1715 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1723 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1761 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h1017 Stmt *NumForLoops = nullptr; variable
1020 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1032 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
1046 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
1048 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
1051 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1700 Stmt *NumForLoops = nullptr; variable
1715 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1723 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1761 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1017 Stmt *NumForLoops = nullptr; variable
1020 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1032 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
1046 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
1048 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
1051 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1700 Stmt *NumForLoops = nullptr; variable
1715 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1723 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1761 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h1017 Stmt *NumForLoops = nullptr; variable
1020 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1032 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
1046 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
1048 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
1051 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1700 Stmt *NumForLoops = nullptr; variable
1715 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1723 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1761 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DOpenMPClause.h1017 Stmt *NumForLoops = nullptr; variable
1020 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1032 LParenLoc(LParenLoc), NumForLoops(Num) {} in OMPCollapseClause()
1046 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()
1048 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
1051 return const_child_range(&NumForLoops, &NumForLoops + 1); in children()
1700 Stmt *NumForLoops = nullptr; variable
1715 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause()
1723 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()
1761 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } in children()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DIslAst.cpp93 STATISTIC(NumForLoops, "Number of for-loops");
481 NumForLoops++; in walkAstForStatistics()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIslAst.cpp93 STATISTIC(NumForLoops, "Number of for-loops");
481 NumForLoops++; in walkAstForStatistics()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIslAst.cpp93 STATISTIC(NumForLoops, "Number of for-loops");
481 NumForLoops++; in walkAstForStatistics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DIslAst.cpp93 STATISTIC(NumForLoops, "Number of for-loops");
481 NumForLoops++; in walkAstForStatistics()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp93 STATISTIC(NumForLoops, "Number of for-loops");
481 NumForLoops++; in walkAstForStatistics()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DIslAst.cpp93 STATISTIC(NumForLoops, "Number of for-loops");
468 NumForLoops++; in walkAstForStatistics()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslAst.cpp93 STATISTIC(NumForLoops, "Number of for-loops");
468 NumForLoops++; in walkAstForStatistics()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslAst.cpp93 STATISTIC(NumForLoops, "Number of for-loops");
468 NumForLoops++; in walkAstForStatistics()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslAst.cpp93 STATISTIC(NumForLoops, "Number of for-loops");
468 NumForLoops++; in walkAstForStatistics()

123