Home
last modified time | relevance | path

Searched refs:next_map (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damd.h584 extern am_node *next_map(int *);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c2906 const line_map *next_map = linemap_lookup (line_table, next_loc); in warn_for_multistatement_macros() local
2911 if (body_map != next_map) in warn_for_multistatement_macros()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc1155 struct line_map *next_map = LINEMAPS_ORDINARY_MAP_AT (set, idx + 1); in get_end_location() local
1156 return MAP_START_LOCATION (next_map); in get_end_location()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc2897 const line_map *next_map = linemap_lookup (line_table, next_loc); in warn_for_multistatement_macros() local
2902 if (body_map != next_map) in warn_for_multistatement_macros()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c1004 struct line_map *next_map = LINEMAPS_ORDINARY_MAP_AT (set, idx + 1); in get_end_location() local
1005 return MAP_START_LOCATION (next_map); in get_end_location()