Home
last modified time | relevance | path

Searched refs:code_stmt (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/re2c/re2c-2.2/src/skeleton/
H A Dgenerate_code.cc30 append(code, code_stmt(alc, text)); in from_le()
36 append(code, code_stmt(alc, text)); in from_le()
72 append(if_code, code_stmt(alc, "goto error")); in emit_skeleton_prolog()
100 append(block, code_stmt(alc, "fclose(f)")); in emit_skeleton_prolog()
107 append(block, code_stmt(alc, in emit_skeleton_prolog()
278 append(body, code_stmt(alc, "return 1")); in emit_skeleton_stags()
328 append(block, code_stmt(alc, in emit_skeleton_mtag_defs()
353 append(if_code, code_stmt(alc, in emit_skeleton_mtag_defs()
547 append(block, code_stmt(alc, text)); in emit_skeleton_function_lex()
692 append(if1_code, code_stmt(alc, text)); in emit_skeleton_function_lex()
[all …]
/dports/devel/re2c/re2c-2.2/src/codegen/
H A Dgen_state.cc67 append(stmts, code_stmt(alc, text)); in emit_action()
76 append(stmts, code_stmt(alc, text)); in emit_action()
90 append(stmts, code_stmt(alc, text)); in emit_action()
142 append(stmts, code_stmt(alc, text)); in gen_restore()
146 append(stmts, code_stmt(alc, text)); in gen_restore()
196 append(block, code_stmt(alc, "}")); in emit_accept()
200 append(block, code_stmt(alc, text)); in emit_accept()
288 append(stmts, code_stmt(alc, o.flush())); in gen_setstate()
390 : code_stmt(alc, o.flush())); in gen_fill()
479 append(stmts, code_stmt(alc, text)); in gen_goto()
[all …]
H A Dgen_delayed.cc270 append(goto_start, code_stmt(alc, text)); in gen_state_goto()
278 append(abort, code_stmt(alc, "abort()")); in gen_state_goto()
405 append(stmts, code_stmt(alc, text)); in gen_cond_goto_binary()
438 append(stmts, code_stmt(alc, text)); in gen_cond_goto()
453 append(body, code_stmt(alc, text)); in gen_cond_goto()
493 append(stmts, code_stmt(alc, "}")); in gen_cond_table()
H A Dgen_dfa.cc48 append(stmts, code_stmt(alc, text)); in emit_state()
67 append(stmts, code_stmt(alc, text)); in emit_body()
H A Dgen_goto.cc191 append(stmts, code_stmt(alc, "}")); in gen_gocp_table()
209 append(if_else, code_stmt(alc, text)); in gen_gocp()
H A Dgen_bitmaps.cc137 append(stmts, code_stmt(alc, "}")); in gen_bitmap()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dbackend.h745 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/gofrontend/
H A Dbackend.h770 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gcc9/gcc-9.4.0/gcc/go/gofrontend/
H A Dbackend.h763 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/gofrontend/
H A Dbackend.h763 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gnat_util/gcc-6-20180516/gcc/go/gofrontend/
H A Dbackend.h725 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
H A Dgogo.cc835 Bstatement* code_stmt) in create_initialization_function() argument
850 if (!this->backend()->function_set_body(fndecl, code_stmt)) in create_initialization_function()
5438 Bstatement* code_stmt = gogo->backend()->block_statement(code_block); in build() local
5439 code_stmt = gogo->backend()->compound_statement(var_init, code_stmt); in build()
5452 code_stmt = in build()
5453 gogo->backend()->exception_handler_statement(code_stmt, in build()
5462 std::vector<Bstatement*> code_stmt_list(1, code_stmt); in build()
5464 code_stmt = gogo->backend()->block_statement(var_decls); in build()
5467 if (!gogo->backend()->function_set_body(this->fndecl_, code_stmt)) in build()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/go/gofrontend/
H A Dbackend.h745 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/gofrontend/
H A Dbackend.h763 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/gofrontend/
H A Dbackend.h763 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dbackend.h745 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dbackend.h745 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dbackend.h745 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/gofrontend/
H A Dbackend.h763 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/gofrontend/
H A Dbackend.h763 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gcc10/gcc-10.3.0/gcc/go/gofrontend/
H A Dbackend.h763 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/gofrontend/
H A Dbackend.h763 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gcc8/gcc-8.5.0/gcc/go/gofrontend/
H A Dbackend.h745 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gcc11/gcc-11.2.0/gcc/go/gofrontend/
H A Dbackend.h763 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/go/gofrontend/
H A Dbackend.h725 function_set_body(Bfunction* function, Bstatement* code_stmt) = 0;

1234