Searched refs:f_label (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/dialog/ |
| HD | fselect.c | 31 #define MIN_WIDE (2 * MAX(dlg_count_columns(d_label), dlg_count_columns(f_label)) + 6 * MARGIN + 2 … 601 const char *f_label = _("Files"); in dlg_fselect() local 704 (void) mvwaddstr(dialog, fbox_y - (MARGIN + 1), fbox_x - MARGIN, f_label); in dlg_fselect()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | gimple-parser.c | 1358 tree t_label, f_label, label; in c_parser_gimple_if_stmt() local 1402 f_label = lookup_label_for_goto (loc, label); in c_parser_gimple_if_stmt() 1415 f_label)); in c_parser_gimple_if_stmt()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gimple.c | 493 tree t_label, tree f_label) in gimple_build_cond() argument 502 gimple_cond_set_false_label (p, f_label); in gimple_build_cond() 510 gimple_build_cond_from_tree (tree cond, tree t_label, tree f_label) in gimple_build_cond_from_tree() argument 516 return gimple_build_cond (code, lhs, rhs, t_label, f_label); in gimple_build_cond_from_tree()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gimple.c | 508 tree t_label, tree f_label) in gimple_build_cond() argument 517 gimple_cond_set_false_label (p, f_label); in gimple_build_cond() 556 gimple_build_cond_from_tree (tree cond, tree t_label, tree f_label) in gimple_build_cond_from_tree() argument 562 return gimple_build_cond (code, lhs, rhs, t_label, f_label); in gimple_build_cond_from_tree()
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | gimple.texi | 1319 …gimple gimple_build_cond (enum tree_code pred_code, tree lhs, tree rhs, tree t_label, tree f_label) 1322 the label in @code{t_label}, otherwise jump to the label in @code{f_label}. 1328 …typefn {GIMPLE function} gimple gimple_build_cond_from_tree (tree cond, tree t_label, tree f_label)
|