Home
last modified time | relevance | path

Searched defs:ForLoopStatement (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Dfor_loop_statement.h22 class ForLoopStatement; variable
Dfor_loop_statement.cc24 ForLoopStatement::ForLoopStatement(const ast::ForLoopStatement* declaration, in ForLoopStatement() function in tint::sem::ForLoopStatement
/third_party/skia/third_party/externals/tint/src/ast/
Dfor_loop_statement.cc24 ForLoopStatement::ForLoopStatement(ProgramID pid, in ForLoopStatement() function in tint::ast::ForLoopStatement
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.h48 class ForLoopStatement; variable
64 class ForLoopStatement; variable
Dresolver.cc1040 sem::ForLoopStatement* Resolver::ForLoopStatement( in ForLoopStatement() function in tint::resolver::Resolver
/third_party/node/deps/v8/src/torque/
Dast.h793 struct ForLoopStatement : Statement { struct
795 ForLoopStatement(SourcePosition pos, base::Optional<Statement*> declaration, in ForLoopStatement() argument
806 base::Optional<VarDeclarationStatement*> var_declaration;
807 base::Optional<Expression*> test;
808 base::Optional<Statement*> action;
809 Statement* body;