/third_party/skia/third_party/externals/tint/src/ast/ |
D | block_statement.cc | 26 const StatementList& stmts) in BlockStatement() 41 auto stmts = ctx->Clone(statements); in Clone() local
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | test_inspector_builder.cc | 68 ast::StatementList stmts; in MakePlainGlobalReferenceBodyFunction() local 165 ast::StatementList stmts; in MakeStructVariableReferenceBodyFunction() local 236 ast::StatementList stmts; in MakeSamplerReferenceBodyFunction() local 256 ast::StatementList stmts; in MakeSamplerReferenceBodyFunction() local 279 ast::StatementList stmts; in MakeComparisonSamplerReferenceBodyFunction() local 344 ast::StatementList stmts; in MakeStorageTextureBodyFunction() local
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | for_loop_to_loop.cc | 31 ast::StatementList stmts; in Run() local
|
D | fold_trivial_single_use_lets.cc | 57 auto& stmts = block->statements; in Run() local
|
D | loop_to_for_loop.cc | 70 auto& stmts = loop->body->statements; in Run() local
|
D | zero_init_workgroup_memory.cc | 182 auto& stmts = stmts_by_num_iterations[s.num_iterations]; in Run() local 192 auto& stmts = stmts_by_num_iterations[num_iterations]; in Run() local 344 ast::StatementList stmts; in DeclareArrayIndices() local
|
D | vertex_pulling.cc | 284 ast::StatementList stmts; in CreateVertexPullingPreamble() local
|
/third_party/skia/src/sksl/dsl/priv/ |
D | DSLWriter.cpp | 104 StatementArray stmts; in AddVarDeclaration() local
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl_test_helper.cc | 47 std::string ToString(const Program& program, const ast::StatementList& stmts) { in ToString()
|
D | function.cc | 833 top.GetConstruct(), end_id, [=](const ast::StatementList& stmts) { in PushGuard() 846 top.GetConstruct(), end_id, [=](const ast::StatementList& stmts) { in PushTrueGuard() 1206 ast::StatementList stmts; in EmitEntryPointAsWrapper() local 2926 construct, else_end, [=](const ast::StatementList& stmts) { in EmitIfStart() 2980 construct, then_end, [=](const ast::StatementList& stmts) { in EmitIfStart() 3084 construct, end_id, [=](const ast::StatementList& stmts) { in EmitSwitchStart() 3093 auto* stmts = create<ast::BlockStatement>( in EmitSwitchStart() local 3113 construct, construct->end_id, [=](const ast::StatementList& stmts) { in EmitLoopStart() 3129 construct, construct->end_id, [=](const ast::StatementList& stmts) { in EmitContinuingStart() 3331 ast::StatementList stmts{else_stmt}; in MakeSimpleIf() local
|
/third_party/skia/src/sksl/dsl/ |
D | DSLStatement.cpp | 87 StatementArray stmts; in operator ,() local
|
/third_party/skia/third_party/externals/tint/src/ |
D | program_builder.cc | 134 const ast::StatementList stmts) { in WrapInFunction()
|
/third_party/skia/include/sksl/ |
D | DSLFunction.h | 64 void define(Stmt... stmts) { in define()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | SeparateCompoundExpressions.cpp | 264 void pushStmtsIntoBlock(TIntermBlock &block, std::vector<TIntermNode *> &stmts) in pushStmtsIntoBlock() 284 std::vector<TIntermNode *> stmts = std::move(getCurrStmts()); in buildBlockWithTailAssign() local 305 std::vector<TIntermNode *> stmts = std::move(getCurrStmts()); in visitBlockPost() local
|
/third_party/rust/crates/syn/src/ |
D | stmt.rs | 111 let mut stmts = Vec::new(); in parse_within() localVariable
|
D | expr.rs | 2221 let stmts = content.call(Block::parse_within)?; in parse() localVariable 2246 let stmts = content.call(Block::parse_within)?; in parse() localVariable 2558 let stmts = content.call(Block::parse_within)?; in parse() localVariable 2735 let stmts = content.call(Block::parse_within)?; in parse() localVariable 2768 let stmts = content.call(Block::parse_within)?; in parse() localVariable
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
D | generator_impl.cc | 859 bool GeneratorImpl::EmitStatements(const ast::StatementList& stmts) { in EmitStatements() 868 bool GeneratorImpl::EmitStatementsWithIndent(const ast::StatementList& stmts) { in EmitStatementsWithIndent()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_impl.cc | 1538 auto stmts = expect_statements(); in expect_body_stmt() local 1563 ast::StatementList stmts; in expect_statements() local 1959 ast::StatementList stmts; in case_body() local 1990 auto stmts = expect_statements(); in loop_stmt() local 2090 auto stmts = in for_stmt() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | parse.h | 68 struct statement_list *stmts; member
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl.cc | 83 bool last_is_break_or_fallthrough(const ast::BlockStatement* stmts) { in last_is_break_or_fallthrough() 2137 bool GeneratorImpl::EmitStatements(const ast::StatementList& stmts) { in EmitStatements() 2146 bool GeneratorImpl::EmitStatementsWithIndent(const ast::StatementList& stmts) { in EmitStatementsWithIndent()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
D | generator_impl.cc | 76 bool last_is_break_or_fallthrough(const ast::BlockStatement* stmts) { in last_is_break_or_fallthrough() 385 bool GeneratorImpl::EmitStatements(const ast::StatementList& stmts) { in EmitStatements() 394 bool GeneratorImpl::EmitStatementsWithIndent(const ast::StatementList& stmts) { in EmitStatementsWithIndent()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_constructor_expression_test.cc | 1196 ast::StatementList stmts = { in TEST_F() local 1218 ast::StatementList stmts = { in TEST_F() local 1245 ast::StatementList stmts = { in TEST_F() local
|
/third_party/python/Python/ |
D | ast_opt.c | 445 astfold_body(asdl_stmt_seq *stmts, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_body()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast.h | 1112 exec_list stmts; variable 1139 ast_case_statement_list *stmts; variable
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | dependency_graph.cc | 194 void TraverseStatements(const ast::StatementList& stmts) { in TraverseStatements()
|