Searched defs:default_label (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stmt.c | 739 rtx default_label, in emit_case_dispatch_table() 879 rtx_code_label *default_label; in expand_case() local 1087 rtx_code_label *default_label = gen_label_rtx (); in expand_sjlj_dispatch_table() local
|
H A D | gimple.c | 783 gimple_build_switch_nlabels (unsigned nlabels, tree index, tree default_label) in gimple_build_switch_nlabels() 802 gimple_build_switch (tree index, tree default_label, vec<tree> args) in gimple_build_switch()
|
H A D | expr.c | 12320 rtx table_label, rtx default_label, rtx fallback_label, in try_casesi() 12391 rtx default_label, profile_probability default_probability) in do_tablejump() 12469 rtx table_label, rtx default_label, in try_tablejump()
|
H A D | tree-eh.c | 3779 tree default_label = NULL; in lower_eh_dispatch() local
|
H A D | hsa-gen.c | 6317 tree default_label = gimple_switch_default_label (s); in convert_switch_statements() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stmt.cc | 744 rtx default_label, in emit_case_dispatch_table() 884 rtx_code_label *default_label; in expand_case() local 1092 rtx_code_label *default_label = gen_label_rtx (); in expand_sjlj_dispatch_table() local
|
H A D | gimple.cc | 786 gimple_build_switch_nlabels (unsigned nlabels, tree index, tree default_label) in gimple_build_switch_nlabels() 805 gimple_build_switch (tree index, tree default_label, const vec<tree> &args) in gimple_build_switch()
|
H A D | expr.cc | 12800 rtx table_label, rtx default_label, rtx fallback_label, in try_casesi() 12871 rtx default_label, profile_probability default_probability) in do_tablejump() 12949 rtx table_label, rtx default_label, in try_tablejump()
|
H A D | tree-eh.cc | 3774 tree default_label = NULL; in lower_eh_dispatch() local
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | func.c | 525 default_label(void) in default_label() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | gimple-parser.c | 2260 tree default_label = NULL_TREE; in c_parser_gimple_switch_stmt() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 2312 tree default_label = NULL_TREE; in c_parser_gimple_switch_stmt() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
H A D | stormy16.c | 1872 rtx table, rtx default_label) in xstormy16_expand_casesi()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
H A D | stormy16.cc | 1872 rtx table, rtx default_label) in xstormy16_expand_casesi()
|