Home
last modified time | relevance | path

Searched defs:stmts (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/ast/
H A Dblock_statement.cc41 auto stmts = ctx->Clone(statements); in Clone() local
24 BlockStatement(ProgramID pid, const Source& src, const StatementList& stmts) BlockStatement() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_test_helper.cc47 std::string ToString(const Program& program, const ast::StatementList& stmts) { in ToString() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_constructor_expression_test.cc1196 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/skia/src/sksl/dsl/
H A DDSLStatement.cpp87 StatementArray stmts; in operator ,() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Dfold_trivial_single_use_lets.cc57 auto& stmts = block->statements; in Run() local
H A Dzero_init_workgroup_memory.cc182 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
[all...]
H A Dvertex_pulling.cc284 ast::StatementList stmts; in CreateVertexPullingPreamble() local
/third_party/node/deps/v8/src/ast/
H A Dsource-range-ast-visitor.cc20 ZonePtrList<Statement>* stmts = stmt->statements(); in VisitBlock() local
38 ZonePtrList<Statement>* stmts = expr->body(); in VisitFunctionLiteral() local
H A Dast-traversal-visitor.h207 const ZonePtrList<Statement>* stmts = clause->statements(); in VisitSwitchStatement() local
114 VisitStatements( const ZonePtrList<Statement>* stmts) VisitStatements() argument
/third_party/skia/src/sksl/dsl/priv/
H A DDSLWriter.cpp104 StatementArray stmts; in AddVarDeclaration() local
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.cc133 WrapInFunction( const ast::StatementList stmts) WrapInFunction() argument
/third_party/skia/include/sksl/
H A DDSLFunction.h64 void define(Stmt... stmts) { in define() argument
/third_party/rust/crates/syn/src/
H A Dstmt.rs136 let mut stmts = Vec::new(); in parse_within() variables
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.h68 struct statement_list *stmts; member
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.cc809 bool Resolver::Statements(const ast::StatementList& stmts) { in Statements() argument
H A Ddependency_graph.cc194 void TraverseStatements(const ast::StatementList& stmts) { in TraverseStatements() argument
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl.cc859 bool GeneratorImpl::EmitStatements(const ast::StatementList& stmts) { in EmitStatements() argument
868 bool GeneratorImpl::EmitStatementsWithIndent(const ast::StatementList& stmts) { in EmitStatementsWithIndent() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp264 void pushStmtsIntoBlock(TIntermBlock &block, std::vector<TIntermNode *> &stmts) in pushStmtsIntoBlock() argument
284 std::vector<TIntermNode *> stmts = std::move(getCurrStmts()); in buildBlockWithTailAssign() local
305 std::vector<TIntermNode *> stmts = std::move(getCurrStmts()); variable
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.cc68 ast::StatementList stmts; in MakePlainGlobalReferenceBodyFunction() local
165 ast::StatementList stmts; in MakeStructVariableReferenceBodyFunction() local
236 ast::StatementList stmts; MakeSamplerReferenceBodyFunction() local
256 ast::StatementList stmts; MakeSamplerReferenceBodyFunction() local
279 ast::StatementList stmts; MakeComparisonSamplerReferenceBodyFunction() local
344 ast::StatementList stmts; MakeStorageTextureBodyFunction() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl.cc76 bool last_is_break_or_fallthrough(const ast::BlockStatement* stmts) { in last_is_break_or_fallthrough() argument
385 bool GeneratorImpl::EmitStatements(const ast::StatementList& stmts) { in EmitStatements() argument
394 bool GeneratorImpl::EmitStatementsWithIndent(const ast::StatementList& stmts) { in EmitStatementsWithIndent() argument
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc765 bool GeneratorImpl::EmitStatements(const ast::StatementList& stmts) { in EmitStatements() argument
774 bool GeneratorImpl::EmitStatementsWithIndent(const ast::StatementList& stmts) { in EmitStatementsWithIndent() argument
/third_party/python/Python/
H A Dast_opt.c660 astfold_body(asdl_stmt_seq *stmts, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_body() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp697 auto *const stmts = node.getStatementList(); in traverseSwitchChildren() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc1563 ast::StatementList stmts; in expect_statements() local
1959 ast::StatementList stmts; in case_body() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp430 TIntermBlock::TIntermBlock(std::initializer_list<TIntermNode *> stmts) in TIntermBlock() argument

Completed in 32 milliseconds

12