| /src/external/gpl3/gcc/dist/gcc/c/ |
| gimple-parser.cc | 2326 tree t_label = NULL_TREE, f_label = NULL_TREE, label; local 2350 t_label = lookup_label_for_goto (loc, label); 2398 gimple_seq_add_stmt_without_update (seq, gimple_build_cond_from_tree (cond, t_label,
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| gimple-parser.cc | 2220 tree t_label = NULL_TREE, f_label = NULL_TREE, label; local 2244 t_label = lookup_label_for_goto (loc, label); 2292 gimple_seq_add_stmt_without_update (seq, gimple_build_cond_from_tree (cond, t_label,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| except.cc | 1376 tree t_label, case_elt, t; 1378 t_label = create_artificial_label (UNKNOWN_LOCATION); 1380 case_elt = build_case_label (t, NULL, t_label); 1382 label = jump_target_rtx (t_label); 1366 tree t_label, case_elt, t; local
|
| builtins.cc | 1161 tree t_label, t_save_area; local 1168 t_label = CALL_EXPR_ARG (exp, 0); 1171 r_label = expand_normal (t_label);
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.cc | 2303 tree t_label = create_artificial_label (UNKNOWN_LOCATION); local 2304 DECL_CONTEXT (t_label) = dest_block->get_function ()->as_fndecl (); 2307 build_case_label (t_low_value, t_high_value, t_label);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| except.cc | 1376 tree t_label, case_elt, t; 1378 t_label = create_artificial_label (UNKNOWN_LOCATION); 1380 case_elt = build_case_label (t, NULL, t_label); 1382 label = jump_target_rtx (t_label); 1366 tree t_label, case_elt, t; local
|
| builtins.cc | 1175 tree t_label, t_save_area; local 1182 t_label = CALL_EXPR_ARG (exp, 0); 1185 r_label = expand_normal (t_label);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-playback.cc | 2131 tree t_label = create_artificial_label (UNKNOWN_LOCATION); local 2132 DECL_CONTEXT (t_label) = dest_block->get_function ()->as_fndecl (); 2135 build_case_label (t_low_value, t_high_value, t_label);
|