Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc575 map->included_from = 0; in linemap_add()
578 map->included_from in linemap_add()
587 map->included_from = linemap_included_from (&map[-1]); in linemap_add()
591 map->included_from = linemap_included_from (from); in linemap_add()
604 const_cast <line_map_ordinary *> (map)->included_from = from; in linemap_module_loc()
620 const_cast<line_map_ordinary *> (map)->included_from = adoptor; in linemap_module_reparent()
635 location_t inc_at = pre_map->included_from; in linemap_module_restore()
644 const_cast <line_map_ordinary *> (post_map)->included_from = inc_at; in linemap_module_restore()
H A Dline-map.c555 map->included_from = 0; in linemap_add()
558 map->included_from in linemap_add()
567 map->included_from = linemap_included_from (&map[-1]); in linemap_add()
571 map->included_from = linemap_included_from (from); in linemap_add()
H A DChangeLog1848 Make linemap::included_from a location
1851 included_from map index with included_at source_location.
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.cc39 SrcInfo *included_from; member
442 src_info->included_from = curr_srcinfo; in pushSrcFile()
455 curr_srcinfo = curr_srcinfo->included_from; in popSrcFile()
521 srcInfo->included_from = NULL; in add_PC_info()
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h443 location_t included_from; member
1166 return ord_map->included_from; in linemap_included_from()
1178 return ord_map->included_from == 0; in MAIN_FILE_P()
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h445 location_t included_from; member
1213 return ord_map->included_from; in linemap_included_from()
1225 return ord_map->included_from == 0; in MAIN_FILE_P()
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c555 map->included_from = 0; in linemap_add()
558 map->included_from in linemap_add()
567 map->included_from = linemap_included_from (&map[-1]); in linemap_add()
571 map->included_from = linemap_included_from (from); in linemap_add()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc16247 map->included_from = from != UNKNOWN_LOCATION ? from : loc; in read_ordinary_maps()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20182612 * input.c (dump_location_info): Dump reason and included_from