Searched refs:fallthrough_block (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | asm.rst | 114 gcc_jit_block *fallthrough_block) 143 ``fallthrough_block`` can be NULL. If non-NULL, it specifies the block
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | asm.rst | 113 block *fallthrough_block,\ 141 ``fallthrough_block`` can be NULL. If non-NULL, it specifies the block
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit++.h | 475 block *fallthrough_block, 1637 block *fallthrough_block, in end_with_extended_asm_goto() argument 1653 fallthrough_block ? fallthrough_block->get_inner_block () : NULL); in end_with_extended_asm_goto()
|
H A D | libgccjit.h | 1863 gcc_jit_block *fallthrough_block);
|
H A D | jit-recording.h | 1390 block *fallthrough_block); 2442 block *fallthrough_block);
|
H A D | jit-recording.cc | 4609 block *fallthrough_block) in end_with_extended_asm_goto() argument 4614 fallthrough_block); in end_with_extended_asm_goto() 7450 block *fallthrough_block) in extended_asm_goto() argument 7453 m_fallthrough_block (fallthrough_block) in extended_asm_goto()
|
H A D | libgccjit.cc | 4139 gcc_jit_block *fallthrough_block) in gcc_jit_block_end_with_extended_asm_goto() argument 4155 fallthrough_block); in gcc_jit_block_end_with_extended_asm_goto()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | asan.c | 1999 basic_block *fallthrough_block) in create_cond_insert_point() argument 2044 *fallthrough_block = fallthru_bb; in create_cond_insert_point()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | asan.cc | 2412 basic_block *fallthrough_block) in create_cond_insert_point() argument 2457 *fallthrough_block = fallthru_bb; in create_cond_insert_point()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 9738 …te, int@w{ }num_goto_blocks, gcc_jit_block@w{ }**goto_blocks, gcc_jit_block@w{ }*fallthrough_block) 9788 @code{fallthrough_block} can be NULL. If non-NULL, it specifies the block 15312 …t std::string &asm_template, std::vector<block> goto_blocks, block *fallthrough_block, location lo… 15358 @code{fallthrough_block} can be NULL. If non-NULL, it specifies the block
|