Home
last modified time | relevance | path

Searched refs:lookup_label_for_goto (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dgimple-parser.c374 arg = lookup_label_for_goto (loc, in c_parser_gimple_statement()
1327 tree decl = lookup_label_for_goto (loc, label); in c_parser_gimple_goto_stmt()
1374 t_label = lookup_label_for_goto (loc, label); in c_parser_gimple_if_stmt()
1402 f_label = lookup_label_for_goto (loc, label); in c_parser_gimple_if_stmt()
1479 tree decl = lookup_label_for_goto (loc, label); in c_parser_gimple_switch_stmt()
1507 tree decl = lookup_label_for_goto (loc, label); in c_parser_gimple_switch_stmt()
H A Dc-tree.h543 extern tree lookup_label_for_goto (location_t, tree);
H A Dc-decl.c3611 lookup_label_for_goto (location_t loc, tree name) in lookup_label_for_goto() function
H A Dc-typeck.c10127 tree decl = lookup_label_for_goto (loc, label); in c_finish_goto_label()
H A Dc-parser.c6564 label = lookup_label_for_goto (tok->location, name); in c_parser_asm_goto_operands()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-tree.h461 extern tree lookup_label_for_goto (location_t, tree);
H A Dc-decl.c3106 lookup_label_for_goto (location_t loc, tree name) in lookup_label_for_goto() function
H A Dc-parser.c5304 label = lookup_label_for_goto (tok->location, name); in c_parser_asm_goto_operands()
H A Dc-typeck.c8703 tree decl = lookup_label_for_goto (loc, label); in c_finish_goto_label()