Searched refs:num_goto_blocks (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | asm.rst | 112 int num_goto_blocks,\ 137 ``num_goto_blocks`` must be >= 0.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.h | 1861 int num_goto_blocks,
|
H A D | libgccjit.cc | 4137 int num_goto_blocks, in gcc_jit_block_end_with_extended_asm_goto() argument 4146 RETURN_NULL_IF_FAIL (num_goto_blocks >= 0, ctxt, loc, "num_goto_blocks < 0"); in gcc_jit_block_end_with_extended_asm_goto() 4147 for (int i = 0; i < num_goto_blocks; i++) in gcc_jit_block_end_with_extended_asm_goto() 4154 num_goto_blocks, (gcc::jit::recording::block **)goto_blocks, in gcc_jit_block_end_with_extended_asm_goto()
|
H A D | jit-recording.cc | 4607 int num_goto_blocks, in end_with_extended_asm_goto() argument 4613 num_goto_blocks, goto_blocks, in end_with_extended_asm_goto() 7448 int num_goto_blocks, in extended_asm_goto() argument 7452 m_goto_blocks (num_goto_blocks), in extended_asm_goto() 7455 for (int i = 0; i < num_goto_blocks; i++) in extended_asm_goto()
|
H A D | jit-recording.h | 1388 int num_goto_blocks, 2440 int num_goto_blocks,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | asm.rst | 137 ``num_goto_blocks`` corresponds to the ``GotoLabels`` parameter within C's
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 9738 …ck, gcc_jit_location@w{ }*loc, const char@w{ }*asm_template, int@w{ }num_goto_blocks, gcc_jit_bloc… 9782 @code{num_goto_blocks} must be >= 0. 15354 @code{num_goto_blocks} corresponds to the @code{GotoLabels} parameter within C’s
|