Home
last modified time | relevance | path

Searched refs:LINE_MAP_MAX_LOCATION (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dline-map.c389 bool macro_p = start_location >= LINE_MAP_MAX_LOCATION; in new_linemap()
496 if (start_location >= LINE_MAP_MAX_LOCATION) in linemap_add()
616 if (start_location < LINE_MAP_MAX_LOCATION) in linemap_enter_macro()
706 && (set->max_column_hint || highest >= LINE_MAP_MAX_LOCATION))) in linemap_line_start()
723 if (highest >= LINE_MAP_MAX_LOCATION) in linemap_line_start()
767 if (r >= LINE_MAP_MAX_LOCATION) in linemap_line_start()
771 set->highest_line = set->highest_location = LINE_MAP_MAX_LOCATION - 1; in linemap_line_start()
H A Dline-map.cc451 start_location >= LINE_MAP_MAX_LOCATION, in new_linemap()
515 if (start_location >= LINE_MAP_MAX_LOCATION) in linemap_add()
691 if (start_location < LINE_MAP_MAX_LOCATION) in linemap_enter_macro()
781 && (set->max_column_hint || highest >= LINE_MAP_MAX_LOCATION))) in linemap_line_start()
798 if (highest >= LINE_MAP_MAX_LOCATION) in linemap_line_start()
842 if (r >= LINE_MAP_MAX_LOCATION) in linemap_line_start()
846 set->highest_line = set->highest_location = LINE_MAP_MAX_LOCATION - 1; in linemap_line_start()
H A Dfiles.c963 && pfile->line_table->highest_location != LINE_MAP_MAX_LOCATION - 1) in _cpp_stack_file()
H A Dfiles.cc991 != LINE_MAP_MAX_LOCATION - 1)); in _cpp_stack_file()
H A DChangeLog1894 (LINE_MAP_MAX_LOCATION): Define here.
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c389 bool macro_p = start_location >= LINE_MAP_MAX_LOCATION; in new_linemap()
496 if (start_location >= LINE_MAP_MAX_LOCATION) in linemap_add()
616 if (start_location < LINE_MAP_MAX_LOCATION) in linemap_enter_macro()
706 && (set->max_column_hint || highest >= LINE_MAP_MAX_LOCATION))) in linemap_line_start()
723 if (highest >= LINE_MAP_MAX_LOCATION) in linemap_line_start()
767 if (r >= LINE_MAP_MAX_LOCATION) in linemap_line_start()
771 set->highest_line = set->highest_location = LINE_MAP_MAX_LOCATION - 1; in linemap_line_start()
H A Dfiles.c963 && pfile->line_table->highest_location != LINE_MAP_MAX_LOCATION - 1) in _cpp_stack_file()
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h309 const location_t LINE_MAP_MAX_LOCATION = 0x70000000; variable
569 return loc < LINE_MAP_MAX_LOCATION; in IS_ORDINARY_LOC()
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h310 const location_t LINE_MAP_MAX_LOCATION = 0x70000000; variable
571 return loc < LINE_MAP_MAX_LOCATION; in IS_ORDINARY_LOC()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc15922 && macro >= LINE_MAP_MAX_LOCATION) in read_prepare_maps()