Home
last modified time | relevance | path

Searched defs:For (Results 1 – 13 of 13) sorted by relevance

/third_party/jinja2/
Didtracking.py203 self, node: nodes.For, for_branch: str = "body", **kwargs: t.Any
291 def visit_For(self, node: nodes.For, **kwargs: t.Any) -> None:
Dnodes.py317 class For(Stmt): class
Dcompiler.py1157 def visit_For(self, node: nodes.For, frame: Frame) -> None:
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts88 For, enumerator
DparserRealSource10.ts28 For, enumerator
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp202 static DSLPossibleStatement For(DSLStatement initializer, DSLExpression test, in For() function in SkSL::dsl::DSLCore
437 DSLStatement For(DSLStatement initializer, DSLExpression test, DSLExpression next, in For() function
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h2138 const ast::ForLoopStatement* For(const Source& source, in For() function
2155 const ast::ForLoopStatement* For(const ast::Statement* init, in For() function
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py304 class For(Stmt): class
/third_party/skia/third_party/externals/jinja2/
Dnodes.py300 class For(Stmt): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp604 const SCEV *BECount, ForMemset For) { in processLoopStores()
/third_party/python/Include/internal/
Dpycore_ast.h247 } For; member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp3558 #define For(init, cond, inc) \ macro
/third_party/rust/crates/syn/
Dsyn.json5533 "For": "for", string