Searched refs:f_label (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/bc/dist/
H A Dload.c100 if (functions[func].f_label == NULL)
102 functions[func].f_label = bc_malloc (sizeof(bc_label_group));
103 functions[func].f_label->l_next = NULL;
107 temp = functions[func].f_label;
H A Dbcdefs.h111 bc_label_group *f_label; member in struct:__anon63
H A Dstorage.c114 f->f_label = NULL;
226 while (f->f_label != NULL)
228 lg = f->f_label->l_next;
229 free (f->f_label);
230 f->f_label = lg;
H A Dexecute.c136 gp = functions[pc.pc_func].f_label;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.c507 tree t_label, tree f_label)
516 gimple_cond_set_false_label (p, f_label);
524 gimple_build_cond_from_tree (tree cond, tree t_label, tree f_label) argument
530 return gimple_build_cond (code, lhs, rhs, t_label, f_label);
506 gimple_build_cond(enum tree_code pred_code, tree lhs, tree rhs, tree t_label, tree f_label) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple.cc514 tree t_label, tree f_label)
523 gimple_cond_set_false_label (p, f_label);
531 gimple_build_cond_from_tree (tree cond, tree t_label, tree f_label)
537 return gimple_build_cond (code, lhs, rhs, t_label, f_label);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c2168 tree t_label = NULL_TREE, f_label = NULL_TREE, label; local
2229 f_label = lookup_label_for_goto (loc, label);
2241 f_label));
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc2220 tree t_label = NULL_TREE, f_label = NULL_TREE, label; local
2281 f_label = lookup_label_for_goto (loc, label);
2293 f_label));

Completed in 80 milliseconds