Home
last modified time | relevance | path

Searched refs:BlockStatement (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/test/script/basic/parser/
H A DtryCatchStat.js.EXPECTED5 "type": "BlockStatement",
7 "type": "BlockStatement",
38 "type": "BlockStatement",
40 "type": "BlockStatement",
74 "type": "BlockStatement",
76 "type": "BlockStatement",
100 "type": "BlockStatement",
102 "type": "BlockStatement",
145 "type": "BlockStatement",
147 "type": "BlockStatement",
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/test/script/basic/parser/
H A DtryCatchStat.js.EXPECTED5 "type": "BlockStatement",
7 "type": "BlockStatement",
38 "type": "BlockStatement",
40 "type": "BlockStatement",
74 "type": "BlockStatement",
76 "type": "BlockStatement",
100 "type": "BlockStatement",
102 "type": "BlockStatement",
145 "type": "BlockStatement",
147 "type": "BlockStatement",
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/ast/
H A Dblock_statement.cc20 BlockStatement::BlockStatement() : Statement() {} in BlockStatement() function in tint::ast::BlockStatement
22 BlockStatement::BlockStatement(const Source& source) : Statement(source) {} in BlockStatement() function in tint::ast::BlockStatement
24 BlockStatement::BlockStatement(BlockStatement&&) = default;
26 BlockStatement::~BlockStatement() = default;
28 bool BlockStatement::IsBlock() const { in IsBlock()
32 bool BlockStatement::IsValid() const { in IsValid()
41 void BlockStatement::to_str(std::ostream& out, size_t indent) const { in to_str()
H A Dloop_statement.h35 LoopStatement(std::unique_ptr<BlockStatement> body,
36 std::unique_ptr<BlockStatement> continuing);
42 std::unique_ptr<BlockStatement> body,
43 std::unique_ptr<BlockStatement> continuing);
50 void set_body(std::unique_ptr<BlockStatement> body) { in set_body()
54 const BlockStatement* body() const { return body_.get(); } in body()
56 BlockStatement* body() { return body_.get(); } in body()
60 void set_continuing(std::unique_ptr<BlockStatement> continuing) { in set_continuing()
66 BlockStatement* continuing() { return continuing_.get(); } in continuing()
86 std::unique_ptr<BlockStatement> body_;
[all …]
H A Dloop_statement_test.cc31 auto body = std::make_unique<BlockStatement>(); in TEST_F()
47 auto body = std::make_unique<BlockStatement>(); in TEST_F()
66 auto body = std::make_unique<BlockStatement>(); in TEST_F()
74 auto body = std::make_unique<BlockStatement>(); in TEST_F()
85 auto body = std::make_unique<BlockStatement>(); in TEST_F()
96 auto body = std::make_unique<BlockStatement>(); in TEST_F()
110 auto body = std::make_unique<BlockStatement>(); in TEST_F()
122 auto body = std::make_unique<BlockStatement>(); in TEST_F()
134 auto body = std::make_unique<BlockStatement>(); in TEST_F()
146 auto body = std::make_unique<BlockStatement>(); in TEST_F()
[all …]
H A Delse_statement.h36 explicit ElseStatement(std::unique_ptr<BlockStatement> body);
41 std::unique_ptr<BlockStatement> body);
45 ElseStatement(const Source& source, std::unique_ptr<BlockStatement> body);
52 std::unique_ptr<BlockStatement> body);
69 void set_body(std::unique_ptr<BlockStatement> body) { in set_body()
73 const BlockStatement* body() const { return body_.get(); } in body()
75 BlockStatement* body() { return body_.get(); } in body()
92 std::unique_ptr<BlockStatement> body_;
H A Dblock_statement_test.cc34 BlockStatement b; in TEST_F()
49 BlockStatement b; in TEST_F()
63 BlockStatement b(Source{Source::Location{20, 2}}); in TEST_F()
70 BlockStatement b; in TEST_F()
75 BlockStatement b; in TEST_F()
81 BlockStatement b; in TEST_F()
86 BlockStatement b; in TEST_F()
93 BlockStatement b; in TEST_F()
99 BlockStatement b; in TEST_F()
H A Dblock_statement.h28 class BlockStatement : public Statement {
31 BlockStatement();
34 explicit BlockStatement(const Source& source);
36 BlockStatement(BlockStatement&&);
37 ~BlockStatement() override;
104 BlockStatement(const BlockStatement&) = delete;
H A Dcase_statement.h41 explicit CaseStatement(std::unique_ptr<BlockStatement> body);
46 std::unique_ptr<BlockStatement> body);
53 std::unique_ptr<BlockStatement> body);
70 void set_body(std::unique_ptr<BlockStatement> body) { in set_body()
74 const BlockStatement* body() const { return body_.get(); } in body()
76 BlockStatement* body() { return body_.get(); } in body()
93 std::unique_ptr<BlockStatement> body_;
H A Dif_statement_test.cc29 auto body = std::make_unique<ast::BlockStatement>(); in TEST_F()
43 auto body = std::make_unique<ast::BlockStatement>(); in TEST_F()
60 auto body = std::make_unique<ast::BlockStatement>(); in TEST_F()
69 auto body = std::make_unique<ast::BlockStatement>(); in TEST_F()
83 auto body = std::make_unique<ast::BlockStatement>(); in TEST_F()
92 auto body = std::make_unique<ast::BlockStatement>(); in TEST_F()
101 auto body = std::make_unique<ast::BlockStatement>(); in TEST_F()
111 auto body = std::make_unique<ast::BlockStatement>(); in TEST_F()
121 auto body = std::make_unique<ast::BlockStatement>(); in TEST_F()
137 auto body = std::make_unique<ast::BlockStatement>(); in TEST_F()
[all …]
H A Dif_statement.h38 std::unique_ptr<BlockStatement> body);
45 std::unique_ptr<BlockStatement> body);
60 void set_body(std::unique_ptr<BlockStatement> body) { in set_body()
64 const BlockStatement* body() const { return body_.get(); } in body()
66 BlockStatement* body() { return body_.get(); } in body()
96 std::unique_ptr<BlockStatement> body_;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/nashorn/script/basic/parser/
H A DtryCatchStat.js.EXPECTED7 "type": "BlockStatement",
18 "type": "BlockStatement",
32 "type": "BlockStatement",
43 "type": "BlockStatement",
48 "type": "BlockStatement",
60 "type": "BlockStatement",
66 "type": "BlockStatement",
78 "type": "BlockStatement",
115 "type": "BlockStatement",
155 "type": "BlockStatement",
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/nashorn/script/basic/parser/
H A DtryCatchStat.js.EXPECTED7 "type": "BlockStatement",
18 "type": "BlockStatement",
32 "type": "BlockStatement",
43 "type": "BlockStatement",
48 "type": "BlockStatement",
60 "type": "BlockStatement",
66 "type": "BlockStatement",
78 "type": "BlockStatement",
115 "type": "BlockStatement",
155 "type": "BlockStatement",
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/nashorn/script/basic/parser/
H A DtryCatchStat.js.EXPECTED7 "type": "BlockStatement",
18 "type": "BlockStatement",
32 "type": "BlockStatement",
43 "type": "BlockStatement",
48 "type": "BlockStatement",
60 "type": "BlockStatement",
66 "type": "BlockStatement",
78 "type": "BlockStatement",
115 "type": "BlockStatement",
155 "type": "BlockStatement",
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/nashorn/script/basic/parser/
H A DtryCatchStat.js.EXPECTED7 "type": "BlockStatement",
18 "type": "BlockStatement",
32 "type": "BlockStatement",
43 "type": "BlockStatement",
48 "type": "BlockStatement",
60 "type": "BlockStatement",
66 "type": "BlockStatement",
78 "type": "BlockStatement",
115 "type": "BlockStatement",
155 "type": "BlockStatement",
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/nashorn/script/basic/parser/
H A DtryCatchStat.js.EXPECTED7 "type": "BlockStatement",
18 "type": "BlockStatement",
32 "type": "BlockStatement",
43 "type": "BlockStatement",
48 "type": "BlockStatement",
60 "type": "BlockStatement",
66 "type": "BlockStatement",
78 "type": "BlockStatement",
115 "type": "BlockStatement",
155 "type": "BlockStatement",
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/ir/
H A DBlockStatement.java34 public class BlockStatement extends Statement { class
45 public BlockStatement(final Block block) { in BlockStatement() method in BlockStatement
55 public BlockStatement(final int lineNumber, final Block block) { in BlockStatement() method in BlockStatement
60 private BlockStatement(final BlockStatement blockStatement, final Block block) { in BlockStatement() method in BlockStatement
72 …public static BlockStatement createReplacement(final Statement stmt, final List<Statement> newStmt… in createReplacement()
84 …public static BlockStatement createReplacement(final Statement stmt, final int finish, final List<… in createReplacement()
85 … return new BlockStatement(stmt.getLineNumber(), new Block(stmt.getToken(), finish, newStmts)); in createReplacement()
120 public BlockStatement setBlock(final Block block) { in setBlock()
124 return new BlockStatement(this, block); in setBlock()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/ir/
H A DBlockStatement.java34 public class BlockStatement extends Statement { class
45 public BlockStatement(final Block block) { in BlockStatement() method in BlockStatement
55 public BlockStatement(final int lineNumber, final Block block) { in BlockStatement() method in BlockStatement
60 private BlockStatement(final BlockStatement blockStatement, final Block block) { in BlockStatement() method in BlockStatement
72 …public static BlockStatement createReplacement(final Statement stmt, final List<Statement> newStmt… in createReplacement()
84 …public static BlockStatement createReplacement(final Statement stmt, final int finish, final List<… in createReplacement()
85 … return new BlockStatement(stmt.getLineNumber(), new Block(stmt.getToken(), finish, newStmts)); in createReplacement()
120 public BlockStatement setBlock(final Block block) { in setBlock()
124 return new BlockStatement(this, block); in setBlock()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DBlockStatement.java34 public class BlockStatement extends Statement { class
45 public BlockStatement(final Block block) { in BlockStatement() method in BlockStatement
55 public BlockStatement(final int lineNumber, final Block block) { in BlockStatement() method in BlockStatement
60 private BlockStatement(final BlockStatement blockStatement, final Block block) { in BlockStatement() method in BlockStatement
72 …public static BlockStatement createReplacement(final Statement stmt, final List<Statement> newStmt… in createReplacement()
84 …public static BlockStatement createReplacement(final Statement stmt, final int finish, final List<… in createReplacement()
85 … return new BlockStatement(stmt.getLineNumber(), new Block(stmt.getToken(), finish, newStmts)); in createReplacement()
129 public BlockStatement setBlock(final Block block) { in setBlock()
133 return new BlockStatement(this, block); in setBlock()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DBlockStatement.java34 public class BlockStatement extends Statement { class
45 public BlockStatement(final Block block) { in BlockStatement() method in BlockStatement
55 public BlockStatement(final int lineNumber, final Block block) { in BlockStatement() method in BlockStatement
60 private BlockStatement(final BlockStatement blockStatement, final Block block) { in BlockStatement() method in BlockStatement
72 …public static BlockStatement createReplacement(final Statement stmt, final List<Statement> newStmt… in createReplacement()
84 …public static BlockStatement createReplacement(final Statement stmt, final int finish, final List<… in createReplacement()
85 … return new BlockStatement(stmt.getLineNumber(), new Block(stmt.getToken(), finish, newStmts)); in createReplacement()
129 public BlockStatement setBlock(final Block block) { in setBlock()
133 return new BlockStatement(this, block); in setBlock()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DBlockStatement.java34 public class BlockStatement extends Statement { class
45 public BlockStatement(final Block block) { in BlockStatement() method in BlockStatement
55 public BlockStatement(final int lineNumber, final Block block) { in BlockStatement() method in BlockStatement
60 private BlockStatement(final BlockStatement blockStatement, final Block block) { in BlockStatement() method in BlockStatement
72 …public static BlockStatement createReplacement(final Statement stmt, final List<Statement> newStmt… in createReplacement()
84 …public static BlockStatement createReplacement(final Statement stmt, final int finish, final List<… in createReplacement()
85 … return new BlockStatement(stmt.getLineNumber(), new Block(stmt.getToken(), finish, newStmts)); in createReplacement()
129 public BlockStatement setBlock(final Block block) { in setBlock()
133 return new BlockStatement(this, block); in setBlock()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DBlockStatement.java34 public class BlockStatement extends Statement { class
45 public BlockStatement(final Block block) { in BlockStatement() method in BlockStatement
55 public BlockStatement(final int lineNumber, final Block block) { in BlockStatement() method in BlockStatement
60 private BlockStatement(final BlockStatement blockStatement, final Block block) { in BlockStatement() method in BlockStatement
72 …public static BlockStatement createReplacement(final Statement stmt, final List<Statement> newStmt… in createReplacement()
84 …public static BlockStatement createReplacement(final Statement stmt, final int finish, final List<… in createReplacement()
85 … return new BlockStatement(stmt.getLineNumber(), new Block(stmt.getToken(), finish, newStmts)); in createReplacement()
129 public BlockStatement setBlock(final Block block) { in setBlock()
133 return new BlockStatement(this, block); in setBlock()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DBlockStatement.java34 public class BlockStatement extends Statement { class
45 public BlockStatement(final Block block) { in BlockStatement() method in BlockStatement
55 public BlockStatement(final int lineNumber, final Block block) { in BlockStatement() method in BlockStatement
60 private BlockStatement(final BlockStatement blockStatement, final Block block) { in BlockStatement() method in BlockStatement
72 …public static BlockStatement createReplacement(final Statement stmt, final List<Statement> newStmt… in createReplacement()
84 …public static BlockStatement createReplacement(final Statement stmt, final int finish, final List<… in createReplacement()
85 … return new BlockStatement(stmt.getLineNumber(), new Block(stmt.getToken(), finish, newStmts)); in createReplacement()
129 public BlockStatement setBlock(final Block block) { in setBlock()
133 return new BlockStatement(this, block); in setBlock()
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/verilog/ast/types/
H A Dblock_statement.h39 class BlockStatement : public Statement {
42 BlockStatement(Node::Tag tag);
43 ~BlockStatement() override = default;
46 BlockStatement* clone() const override = 0;
47 BlockStatement* accept(Builder* b) const override = 0;
58 inline BlockStatement::BlockStatement(Node::Tag tag) : Statement(tag) { } in BlockStatement() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/validator/
H A Dvalidator_control_block_test.cc59 auto block = std::make_unique<ast::BlockStatement>(); in TEST_F()
89 auto block = std::make_unique<ast::BlockStatement>(); in TEST_F()
133 auto block = std::make_unique<ast::BlockStatement>(); in TEST_F()
167 std::make_unique<ast::BlockStatement>())); in TEST_F()
174 auto block = std::make_unique<ast::BlockStatement>(); in TEST_F()
207 std::make_unique<ast::BlockStatement>())); in TEST_F()
214 auto block = std::make_unique<ast::BlockStatement>(); in TEST_F()
252 std::make_unique<ast::BlockStatement>())); in TEST_F()
259 auto block = std::make_unique<ast::BlockStatement>(); in TEST_F()
299 std::make_unique<ast::BlockStatement>())); in TEST_F()
[all …]

12345678910>>...24