HomeSort by: relevance | last modified time | path
    Searched defs:prev_loc (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 3722 location_t prev_loc = loc; local
3725 if (prev_loc != t->locus)
3727 prev_loc = t->locus;
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 3810 location_t prev_loc = loc; local
3813 if (prev_loc != t->locus)
3815 prev_loc = t->locus;
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 11803 location_t prev_loc = UNKNOWN_LOCATION;
11809 prev_loc = specs->locations[cdw_const];
11815 prev_loc = specs->locations[cdw_volatile];
11821 prev_loc = specs->locations[cdw_restrict];
11827 prev_loc = specs->locations[cdw_atomic];
11839 && prev_loc >= RESERVED_LOCATION_COUNT
11840 && !from_macro_expansion_at (prev_loc)
11767 location_t prev_loc = UNKNOWN_LOCATION; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 1236 locus prev_loc = gfc_current_locus; local
1242 gfc_error ("Expected INTEGER type at %L", &prev_loc);
1251 gfc_current_locus = prev_loc;
1253 prev_loc = gfc_current_locus;
1271 sym->declared_at = prev_loc;
1280 prev_loc = gfc_current_locus;
1305 e->where = prev_loc;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 10864 location_t prev_loc = UNKNOWN_LOCATION;
10870 prev_loc = specs->locations[cdw_const];
10876 prev_loc = specs->locations[cdw_volatile];
10882 prev_loc = specs->locations[cdw_restrict];
10888 prev_loc = specs->locations[cdw_atomic];
10900 && prev_loc >= RESERVED_LOCATION_COUNT
10901 && !from_macro_expansion_at (prev_loc)
10828 location_t prev_loc = UNKNOWN_LOCATION; local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 1086 locus prev_loc = gfc_current_locus; local
1092 gfc_error ("Expected INTEGER type at %L", &prev_loc);
1101 gfc_current_locus = prev_loc;
1103 prev_loc = gfc_current_locus;
1121 sym->declared_at = prev_loc;
1130 prev_loc = gfc_current_locus;
1155 e->where = prev_loc;
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 11863 const char *prev_loc = text_section_label;
11868 if (prev_loc)
11870 dw2_asm_output_addr (DWARF2_ADDR_SIZE, prev_loc, "Address");
11871 dw2_asm_output_delta (DWARF2_ADDR_SIZE, loc, prev_loc, "Length");
11872 prev_loc = NULL;
11875 prev_loc = loc; local
11877 if (prev_loc)
11879 dw2_asm_output_addr (DWARF2_ADDR_SIZE, prev_loc, "Address");
11881 prev_loc, "Length");
11887 const char *prev_loc = cold_text_section_label
11851 const char *prev_loc = text_section_label; local
32421 const char *prev_loc = text_section_label; local
32442 const char *prev_loc = cold_text_section_label; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 11821 const char *prev_loc = text_section_label;
11826 if (prev_loc)
11828 dw2_asm_output_addr (DWARF2_ADDR_SIZE, prev_loc, "Address");
11829 dw2_asm_output_delta (DWARF2_ADDR_SIZE, loc, prev_loc, "Length");
11830 prev_loc = NULL;
11833 prev_loc = loc; local
11835 if (prev_loc)
11837 dw2_asm_output_addr (DWARF2_ADDR_SIZE, prev_loc, "Address");
11839 prev_loc, "Length");
11845 const char *prev_loc = cold_text_section_label
11809 const char *prev_loc = text_section_label; local
32274 const char *prev_loc = text_section_label; local
32295 const char *prev_loc = cold_text_section_label; local
    [all...]

Completed in 85 milliseconds