Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/transform/
Dremove_phonies_test.cc174 TEST_F(RemovePhoniesTest, ForLoop) { in TEST_F() argument
/third_party/rust/crates/syn/src/
Dexpr.rs132 ForLoop(ExprForLoop),
705 | Expr::ForLoop(ExprForLoop { attrs, .. }) in replace_attrs()
924 | Expr::ForLoop(_) in requires_terminator()
1677 input.parse().map(Expr::ForLoop) in atom_expr()
1707 Expr::ForLoop(input.parse()?) in atom_labeled()
1717 | Expr::ForLoop(ExprForLoop { label, .. }) in atom_labeled()
1978 Expr::ForLoop(input.parse()?) in expr_early()
2029 | Expr::ForLoop(_) in continue_parsing_early()
Dstmt.rs340 | Expr::ForLoop(_) in stmt_expr()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dlocal_ssa_elim_test.cpp28 TEST_F(LocalSSAElimTest, ForLoop) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dlocal_ssa_elim_test.cpp28 TEST_F(LocalSSAElimTest, ForLoop) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/resolver/
Dcompound_statement_test.cc152 TEST_F(ResolverCompoundStatementTest, ForLoop) { in TEST_F() argument
/third_party/spirv-tools/test/opt/
Dlocal_ssa_elim_test.cpp28 TEST_F(LocalSSAElimTest, ForLoop) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp782 ForLoop, enumerator
Dspirv_cross.cpp1598 return SPIRBlock::ForLoop; in continue_block_type()
Dspirv_glsl.cpp14358 case SPIRBlock::ForLoop: in attempt_emit_loop_header()
14439 case SPIRBlock::ForLoop: in attempt_emit_loop_header()
/third_party/rust/crates/syn/src/gen/
Dclone.rs254 Expr::ForLoop(v0) => Expr::ForLoop(v0.clone()), in clone()
Deq.rs273 (Expr::ForLoop(self0), Expr::ForLoop(other0)) => self0 == other0, in eq()
Dfold.rs1222 Expr::ForLoop(_binding_0) => { in fold_expr()
1223 Expr::ForLoop(full!(f.fold_expr_for_loop(_binding_0))) in fold_expr()
Dhash.rs398 Expr::ForLoop(v0) => { in hash()
Ddebug.rs420 Expr::ForLoop(v0) => v0.debug(formatter, "ForLoop"), in fmt()
Dvisit_mut.rs1316 Expr::ForLoop(_binding_0) => { in visit_expr_mut()
Dvisit.rs1315 Expr::ForLoop(_binding_0) => { in visit_expr()
/third_party/rust/crates/syn/tests/common/
Deq.rs595 If(0 1 2) While(0 1 2) ForLoop(pat iter body label kind) Loop(0 1 2)
/third_party/rust/crates/syn/tests/debug/
Dgen.rs638 syn::Expr::ForLoop(_val) => { in fmt()