Home
last modified time | relevance | path

Searched refs:ForLoop (Results 1 – 25 of 1666) sorted by relevance

12345678910>>...67

/dports/cad/ktechlab/ktechlab-0.50.0/src/flowparts/
H A Dforloop.cpp18 Item* ForLoop::construct( ItemDocument *itemDocument, bool newItem, const char *id ) in construct()
20 return new ForLoop( (ICNDocument*)itemDocument, newItem, id ); in construct()
23 LibraryItem* ForLoop::libraryItem() in libraryItem()
31 ForLoop::construct ); in libraryItem()
34 ForLoop::ForLoop( ICNDocument *icnDocument, bool newItem, const char *id ) in ForLoop() function in ForLoop
64 ForLoop::~ForLoop() in ~ForLoop()
68 void ForLoop::dataChanged() in dataChanged()
75 void ForLoop::generateMicrobe( FlowCode *code ) in generateMicrobe()
/dports/irc/anope/anope-2.0.9/modules/webcpanel/
H A Dtemplate_fileserver.cpp17 struct ForLoop struct
19 static std::vector<ForLoop> Stack; argument
56 std::vector<ForLoop> ForLoop::Stack; argument
65 ForLoop &fl = ForLoop::Stack[i - 1]; in FindReplacement()
189 ForLoop::Stack.push_back(ForLoop(j + f, r, temp_variables, real_variables)); in Serve()
194 if (ForLoop::Stack.empty()) in Serve()
198 ForLoop &fl = ForLoop::Stack.back(); in Serve()
200 ForLoop::Stack.pop_back(); in Serve()
205 ForLoop::Stack.pop_back(); in Serve()
237 bool forok = ForLoop::Stack.empty() || !ForLoop::Stack.back().finished(r); in Serve()
[all …]
/dports/devel/embb/embb-1.0.0/algorithms_cpp/include/embb/algorithms/
H A Dfor_each.h116 void ForLoop(
191 void ForLoop(
208 void ForLoop(
215 ForLoop(first, last, 1, unary, policy, block_size);
222 void ForLoop(
228 ForLoop(first, last, stride, unary, embb::mtapi::ExecutionPolicy(), 0);
235 void ForLoop(
240 ForLoop(first, last, unary, embb::mtapi::ExecutionPolicy(), 0);
247 void ForLoop(
253 ForLoop(first, last, unary, policy, 0);
/dports/devel/bmake/bmake/
H A Dfor.c70 typedef struct ForLoop { struct
80 } ForLoop; argument
87 static ForLoop *
90 ForLoop *f = bmake_malloc(sizeof *f); in ForLoop_New()
104 ForLoop_Free(ForLoop *f) in ForLoop_Free()
129 ForLoop_ParseVarnames(ForLoop *f, const char **pp) in ForLoop_ParseVarnames()
170 ForLoop_ParseItems(ForLoop *f, const char *p) in ForLoop_ParseItems()
226 ForLoop *f; in For_Eval()
453 ForLoop_SubstBody(ForLoop *f) in ForLoop_SubstBody()
484 ForLoop *f = v_arg; in ForReadMore()
[all …]
/dports/science/libint2/libint-2.7.1/src/bin/libint/
H A Dcodeblock.cc27 ForLoop::ForLoop(const SafePtr<CodeContext>& context, std::string& varname, in ForLoop() function in ForLoop
34 ForLoop::~ForLoop() in ~ForLoop()
39 ForLoop::init_() in init_()
76 ForLoop::open() in open()
94 ForLoop::close() in close()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp123 const auto *ForLoop = dyn_cast<ForStmt>(Statement); in hasKnownBounds() local
124 if (!ForLoop) in hasKnownBounds()
126 const Stmt *Initializer = ForLoop->getInit(); in hasKnownBounds()
127 const Expr *Conditional = ForLoop->getCond(); in hasKnownBounds()
128 const Expr *Increment = ForLoop->getInc(); in hasKnownBounds()
157 return ForLoop->getCond(); in getCondExpr()
176 const auto *ForLoop = dyn_cast<ForStmt>(Statement); in hasLargeNumIterations() local
177 assert(ForLoop && "Unknown loop"); in hasLargeNumIterations()
178 const Stmt *Initializer = ForLoop->getInit(); in hasLargeNumIterations()
179 const Expr *Conditional = ForLoop->getCond(); in hasLargeNumIterations()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp123 const auto *ForLoop = dyn_cast<ForStmt>(Statement); in hasKnownBounds() local
124 if (!ForLoop) in hasKnownBounds()
126 const Stmt *Initializer = ForLoop->getInit(); in hasKnownBounds()
127 const Expr *Conditional = ForLoop->getCond(); in hasKnownBounds()
128 const Expr *Increment = ForLoop->getInc(); in hasKnownBounds()
157 return ForLoop->getCond(); in getCondExpr()
176 const auto *ForLoop = dyn_cast<ForStmt>(Statement); in hasLargeNumIterations() local
177 assert(ForLoop && "Unknown loop"); in hasLargeNumIterations()
178 const Stmt *Initializer = ForLoop->getInit(); in hasLargeNumIterations()
179 const Expr *Conditional = ForLoop->getCond(); in hasLargeNumIterations()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp123 const auto *ForLoop = dyn_cast<ForStmt>(Statement); in hasKnownBounds() local
124 if (!ForLoop) in hasKnownBounds()
126 const Stmt *Initializer = ForLoop->getInit(); in hasKnownBounds()
127 const Expr *Conditional = ForLoop->getCond(); in hasKnownBounds()
128 const Expr *Increment = ForLoop->getInc(); in hasKnownBounds()
157 return ForLoop->getCond(); in getCondExpr()
176 const auto *ForLoop = dyn_cast<ForStmt>(Statement); in hasLargeNumIterations() local
177 assert(ForLoop && "Unknown loop"); in hasLargeNumIterations()
178 const Stmt *Initializer = ForLoop->getInit(); in hasLargeNumIterations()
179 const Expr *Conditional = ForLoop->getCond(); in hasLargeNumIterations()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp123 const auto *ForLoop = dyn_cast<ForStmt>(Statement);
124 if (!ForLoop)
126 const Stmt *Initializer = ForLoop->getInit();
127 const Expr *Conditional = ForLoop->getCond();
128 const Expr *Increment = ForLoop->getInc();
157 return ForLoop->getCond();
176 const auto *ForLoop = dyn_cast<ForStmt>(Statement);
177 assert(ForLoop && "Unknown loop");
178 const Stmt *Initializer = ForLoop->getInit();
179 const Expr *Conditional = ForLoop->getCond();
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp123 const auto *ForLoop = cast<ForStmt>(Statement); in hasKnownBounds() local
124 const Stmt *Initializer = ForLoop->getInit(); in hasKnownBounds()
125 const Expr *Conditional = ForLoop->getCond(); in hasKnownBounds()
126 const Expr *Increment = ForLoop->getInc(); in hasKnownBounds()
153 if (const auto *ForLoop = dyn_cast<ForStmt>(Statement)) in getCondExpr() local
154 return ForLoop->getCond(); in getCondExpr()
173 const auto *ForLoop = cast<ForStmt>(Statement); in hasLargeNumIterations() local
174 const Stmt *Initializer = ForLoop->getInit(); in hasLargeNumIterations()
175 const Expr *Conditional = ForLoop->getCond(); in hasLargeNumIterations()
176 const Expr *Increment = ForLoop->getInc(); in hasLargeNumIterations()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Drestrictprolongtuple.hh83 Dune::Fem::ForLoop< Initialize, 0, sizeof...( Tail ) >::apply( tuple_ ); in initialize()
89 Dune::Fem::ForLoop< Finalize, 0, sizeof...( Tail ) >::apply( tuple_ ); in finalize()
95 Dune::Fem::ForLoop< SetFatherChildWeight, 0, sizeof...( Tail ) >::apply( weight, tuple_ ); in setFatherChildWeight()
102 …Dune::Fem::ForLoop< RestrictLocal, 0, sizeof...( Tail ) >::apply( father, child, initialize, tuple… in restrictLocal()
110 …Dune::Fem::ForLoop< RestrictLocal, 0, sizeof...( Tail ) >::apply( father, child, geometryInFather,… in restrictLocal()
122 …Dune::Fem::ForLoop< ProlongLocal, 0, sizeof...( Tail ) >::apply( father, child, initialize, tuple_… in prolongLocal()
130 …Dune::Fem::ForLoop< ProlongLocal, 0, sizeof...( Tail ) >::apply( father, child, geometryInFather, … in prolongLocal()
137 Dune::Fem::ForLoop< AddToList, 0, sizeof...( Tail ) >::apply( comm, tuple_, op ); in addToList()
144 Dune::Fem::ForLoop< AddToList, 0, sizeof...( Tail ) >::apply( comm, tuple_ ); in addToList()
151 … Dune::Fem::ForLoop< AddToLoadBalancer, 0, sizeof...( Tail ) >::apply( loadBalancer, tuple_ ); in addToLoadBalancer()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp33 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
34 return (ForLoop->getInc() && in isChanged()
35 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
37 (ForLoop->getBody() && in isChanged()
38 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
40 (ForLoop->getCond() && in isChanged()
41 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp33 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
34 return (ForLoop->getInc() && in isChanged()
35 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
37 (ForLoop->getBody() && in isChanged()
38 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
40 (ForLoop->getCond() && in isChanged()
41 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp33 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
34 return (ForLoop->getInc() && in isChanged()
35 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
37 (ForLoop->getBody() && in isChanged()
38 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
40 (ForLoop->getCond() && in isChanged()
41 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp33 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
34 return (ForLoop->getInc() && in isChanged()
35 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
37 (ForLoop->getBody() && in isChanged()
38 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
40 (ForLoop->getCond() && in isChanged()
41 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp32 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
33 return (ForLoop->getInc() && in isChanged()
34 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
36 (ForLoop->getBody() && in isChanged()
37 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
39 (ForLoop->getCond() && in isChanged()
40 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp32 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
33 return (ForLoop->getInc() && in isChanged()
34 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
36 (ForLoop->getBody() && in isChanged()
37 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
39 (ForLoop->getCond() && in isChanged()
40 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp32 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
33 return (ForLoop->getInc() && in isChanged()
34 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
36 (ForLoop->getBody() && in isChanged()
37 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
39 (ForLoop->getCond() && in isChanged()
40 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp32 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
33 return (ForLoop->getInc() && in isChanged()
34 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
36 (ForLoop->getBody() && in isChanged()
37 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
39 (ForLoop->getCond() && in isChanged()
40 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp33 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
34 return (ForLoop->getInc() && in isChanged()
35 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
37 (ForLoop->getBody() && in isChanged()
38 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
40 (ForLoop->getCond() && in isChanged()
41 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp32 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
33 return (ForLoop->getInc() && in isChanged()
34 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
36 (ForLoop->getBody() && in isChanged()
37 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
39 (ForLoop->getCond() && in isChanged()
40 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/tera-1.12.1/src/renderer/
H A Dfor_loop.rs73 pub struct ForLoop<'a> { struct
88 impl<'a> ForLoop<'a> { impl
90 ForLoop { in from_array()
101 ForLoop { in from_string()
118 ForLoop { in from_object()
140 ForLoop { in from_object_owned()
212 use super::ForLoop;
218 let mut string_loop = ForLoop::from_string("whatever", Cow::Borrowed(&string)); in test_that_iterating_on_string_yields_grapheme_clusters()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/src/renderer/
H A Dfor_loop.rs73 pub struct ForLoop<'a> { struct
88 impl<'a> ForLoop<'a> { argument
90 ForLoop { in from_array()
101 ForLoop { in from_string()
118 ForLoop { in from_object()
140 ForLoop { in from_object_owned()
212 use super::ForLoop;
218 let mut string_loop = ForLoop::from_string("whatever", Cow::Borrowed(&string)); in test_that_iterating_on_string_yields_grapheme_clusters()
/dports/www/zola/zola-0.15.2/cargo-crates/tera-1.15.0/src/renderer/
H A Dfor_loop.rs73 pub struct ForLoop<'a> { struct
88 impl<'a> ForLoop<'a> { implementation
90 ForLoop { in from_array()
101 ForLoop { in from_string()
118 ForLoop { in from_object()
140 ForLoop { in from_object_owned()
212 use super::ForLoop;
218 let mut string_loop = ForLoop::from_string("whatever", Cow::Borrowed(&string)); in test_that_iterating_on_string_yields_grapheme_clusters()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp78 if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt)) in isChanged() local
79 return (ForLoop->getInc() && in isChanged()
80 ExprMutationAnalyzer(*ForLoop->getInc(), *Context) in isChanged()
82 (ForLoop->getBody() && in isChanged()
83 ExprMutationAnalyzer(*ForLoop->getBody(), *Context) in isChanged()
85 (ForLoop->getCond() && in isChanged()
86 ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var)); in isChanged()

12345678910>>...67