Home
last modified time | relevance | path

Searched refs:Stmt (Results 1 – 25 of 36) sorted by relevance

12

/third_party/jinja2/
Dnodes.py266 class Stmt(Node): class
286 class Output(Stmt):
294 class Extends(Stmt):
300 class For(Stmt):
312 class If(Stmt):
318 class Macro(Stmt):
327 class CallBlock(Stmt):
335 class FilterBlock(Stmt):
341 class With(Stmt):
351 class Block(Stmt):
[all …]
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py275 class Stmt(Node): class
292 class Output(Stmt):
299 class Extends(Stmt):
304 class For(Stmt):
315 class If(Stmt):
320 class Macro(Stmt):
328 class CallBlock(Stmt):
335 class FilterBlock(Stmt):
340 class With(Stmt):
349 class Block(Stmt):
[all …]
/third_party/skia/third_party/externals/jinja2/
Dnodes.py266 class Stmt(Node): class
286 class Output(Stmt):
294 class Extends(Stmt):
300 class For(Stmt):
312 class If(Stmt):
318 class Macro(Stmt):
327 class CallBlock(Stmt):
335 class FilterBlock(Stmt):
341 class With(Stmt):
351 class Block(Stmt):
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp84 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in scanInstr()
162 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) in collect()
197 if (Kind == NodeAttrs::Stmt || Kind == NodeAttrs::Phi) { in erase()
234 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in erase()
DRDFCopy.cpp73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock()
165 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
DHexagonRDFOpt.cpp164 for (auto TA : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Stmt>, DFG)) { in run()
216 if (!getDFG().IsCode<NodeAttrs::Stmt>(IA)) in rewrite()
/third_party/typescript/tests/baselines/reference/
DparserRealSource10.js201 …dence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "break", ErrorRecoverySet.Stmt);
206 …ce.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "continue", ErrorRecoverySet.Stmt);
207 …one, NodeType.None, OperatorPrecedence.None, NodeType.Debugger, "debugger", ErrorRecoverySet.Stmt);
210 …ecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "do", ErrorRecoverySet.Stmt);
215 …nce.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "declare", ErrorRecoverySet.Stmt);
218 …cedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "for", ErrorRecoverySet.Stmt);
223 …ecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "if", ErrorRecoverySet.Stmt);
238 …ence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "return", ErrorRecoverySet.Stmt);
242 …ence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "switch", ErrorRecoverySet.Stmt);
244 …dence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "throw", ErrorRecoverySet.Stmt);
[all …]
DparserRealSource2.types163 Stmt = 1 << 22, // BREAK, RETURN, THROW, DEBUGGER, FOR, SWITCH, DO, IF, TRY, WITH
164 >Stmt : ErrorRecoverySet
244 StmtStart = ExprStart | SColon | Var | Stmt | While | TypeScriptS,
246 >ExprStart | SColon | Var | Stmt | While | TypeScriptS : number
247 >ExprStart | SColon | Var | Stmt | While : number
248 >ExprStart | SColon | Var | Stmt : number
254 >Stmt : ErrorRecoverySet
DparserRealSource10.types741 …dence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "break", ErrorRecoverySet.Stmt);
742 …None, NodeType.None, OperatorPrecedence.None, NodeType.None, "break", ErrorRecoverySet.Stmt) : void
763 >ErrorRecoverySet.Stmt : any
765 >Stmt : any
871 …ce.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "continue", ErrorRecoverySet.Stmt);
872 …e, NodeType.None, OperatorPrecedence.None, NodeType.None, "continue", ErrorRecoverySet.Stmt) : void
893 >ErrorRecoverySet.Stmt : any
895 >Stmt : any
897 …one, NodeType.None, OperatorPrecedence.None, NodeType.Debugger, "debugger", ErrorRecoverySet.Stmt);
898 …odeType.None, OperatorPrecedence.None, NodeType.Debugger, "debugger", ErrorRecoverySet.Stmt) : void
[all …]
DparserRealSource2.errors.txt44 Stmt = 1 << 22, // BREAK, RETURN, THROW, DEBUGGER, FOR, SWITCH, DO, IF, TRY, WITH
56 StmtStart = ExprStart | SColon | Var | Stmt | While | TypeScriptS,
DparserRealSource2.symbols94 Stmt = 1 << 22, // BREAK, RETURN, THROW, DEBUGGER, FOR, SWITCH, DO, IF, TRY, WITH
95 >Stmt : Symbol(ErrorRecoverySet.Stmt, Decl(parserRealSource2.ts, 36, 22))
137 StmtStart = ExprStart | SColon | Var | Stmt | While | TypeScriptS,
142 >Stmt : Symbol(ErrorRecoverySet.Stmt, Decl(parserRealSource2.ts, 36, 22))
DparserRealSource2.js39 Stmt = 1 << 22, // BREAK, RETURN, THROW, DEBUGGER, FOR, SWITCH, DO, IF, TRY, WITH
51 StmtStart = ExprStart | SColon | Var | Stmt | While | TypeScriptS,
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts200 …dence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "break", ErrorRecoverySet.Stmt);
205 …ce.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "continue", ErrorRecoverySet.Stmt);
206 …one, NodeType.None, OperatorPrecedence.None, NodeType.Debugger, "debugger", ErrorRecoverySet.Stmt);
209 …ecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "do", ErrorRecoverySet.Stmt);
214 …nce.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "declare", ErrorRecoverySet.Stmt);
217 …cedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "for", ErrorRecoverySet.Stmt);
222 …ecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "if", ErrorRecoverySet.Stmt);
237 …ence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "return", ErrorRecoverySet.Stmt);
241 …ence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "switch", ErrorRecoverySet.Stmt);
243 …dence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "throw", ErrorRecoverySet.Stmt);
[all …]
DparserRealSource2.ts38 Stmt = 1 << 22, // BREAK, RETURN, THROW, DEBUGGER, FOR, SWITCH, DO, IF, TRY, WITH
50 StmtStart = ExprStart | SColon | Var | Stmt | While | TypeScriptS,
/third_party/skia/include/sksl/
DDSLFunction.h63 template<class... Stmt>
64 void define(Stmt... stmts) { in define()
/third_party/skia/third_party/externals/tint/src/sem/
Dexpression.h52 const Statement* Stmt() const { return statement_; } in Stmt() function
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutation_finders/
Dreplace_identifiers.cc50 program, user->Stmt(), [user](const sem::Variable* var) { in FindMutations()
/third_party/skia/third_party/externals/tint/src/resolver/
Dcompound_statement_test.cc186 auto* s = e->Stmt(); in TEST_F()
252 auto* s = e->Stmt(); in TEST_F()
270 auto* s = e->Stmt(); in TEST_F()
337 auto* s = e->Stmt(); in TEST_F()
Dresolver_test_helper.h49 auto* sem_stmt = Sem().Get(expr)->Stmt(); in StmtOf()
67 auto* sem_stmt = Sem().Get(expr)->Stmt(); in BlockOf()
/third_party/skia/third_party/externals/tint/src/transform/
Dpromote_initializers_to_const_var.cc60 auto* src_sem_stmt = call->Stmt(); in Run()
Dfold_trivial_single_use_lets.cc69 auto* user_stmt = user->Stmt()->Declaration(); in Run()
Dloop_to_for_loop.cc44 if (auto* s = user->Stmt()) { in IsVarUsedByStmt()
Dmodule_scope_var_to_entry_point_param.cc112 calls_to_replace[call->Stmt()->Function()->Declaration()].push_back( in Process()
271 if (user->Stmt()->Function()->Declaration() == func_ast) { in Process()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
Dreplace_identifier.cc72 util::GetAllVarsInScope(program, use_sem_node->Stmt(), in IsApplicable()
/third_party/skia/third_party/externals/tint/src/writer/
Dappend_vector.cc102 auto* statement = vector_sem->Stmt(); in AppendVector()

12