Home
last modified time | relevance | path

Searched refs:last_label (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c4078 bool last_label = false; in c_parser_compound_statement_nostart() local
4140 last_label = true; in c_parser_compound_statement_nostart()
4145 else if (!last_label in c_parser_compound_statement_nostart()
4148 last_label = false; in c_parser_compound_statement_nostart()
4159 else if (!last_label in c_parser_compound_statement_nostart()
4175 last_label = false; in c_parser_compound_statement_nostart()
4200 last_label = false, last_stmt = true; in c_parser_compound_statement_nostart()
4226 last_label = false; in c_parser_compound_statement_nostart()
4234 if (last_label) in c_parser_compound_statement_nostart()
H A Ddwarf2out.c15359 last_label = start_label; in convert_cfa_to_fb_loc_list()
15382 start_label, last_label, section); in convert_cfa_to_fb_loc_list()
15386 start_label = last_label; in convert_cfa_to_fb_loc_list()
15408 start_label = last_label; in convert_cfa_to_fb_loc_list()
15420 start_label, last_label, section); in convert_cfa_to_fb_loc_list()
15422 start_label = last_label; in convert_cfa_to_fb_loc_list()
20266 static const char *last_label; in dwarf2out_var_location() local
20335 last_label = NULL; in dwarf2out_var_location()
20357 if (last_label == NULL) in dwarf2out_var_location()
20372 ca_loc->label = last_label; in dwarf2out_var_location()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c20484 last_label = start_label; in convert_cfa_to_fb_loc_list()
20511 start_label = last_label; in convert_cfa_to_fb_loc_list()
20533 start_label = last_label; in convert_cfa_to_fb_loc_list()
20547 start_label = last_label; in convert_cfa_to_fb_loc_list()
27218 static const char *last_label; in dwarf2out_var_location() local
27337 last_label = NULL; in dwarf2out_var_location()
27360 if (last_label == NULL) in dwarf2out_var_location()
27365 last_label = ggc_strdup (loclabel); in dwarf2out_var_location()
27419 ca_loc->label = last_label; in dwarf2out_var_location()
27458 newloc->label = last_label; in dwarf2out_var_location()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c4927 bool last_label = false; in c_parser_compound_statement_nostart() local
4991 last_label = true; in c_parser_compound_statement_nostart()
4996 else if (!last_label in c_parser_compound_statement_nostart()
4999 last_label = false; in c_parser_compound_statement_nostart()
5010 else if (!last_label in c_parser_compound_statement_nostart()
5026 last_label = false; in c_parser_compound_statement_nostart()
5049 last_label ? pragma_stmt : pragma_compound, in c_parser_compound_statement_nostart()
5051 last_label = false, last_stmt = true; in c_parser_compound_statement_nostart()
5077 last_label = false; in c_parser_compound_statement_nostart()
5085 if (last_label) in c_parser_compound_statement_nostart()