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

  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 447 location_t included_from; variable
1175 return ord_map->included_from;
1188 return ord_map->included_from == 0;
  /src/external/gpl3/binutils/dist/gprofng/src/
Function.cc 39 SrcInfo *included_from; member in struct:SrcInfo
420 t->included_from = NULL;
444 src_info->included_from = curr_srcinfo;
457 curr_srcinfo = curr_srcinfo->included_from;
520 // For now don't build included_from list.
522 //srcInfo->included_from = curr_srcinfo;
523 srcInfo->included_from = NULL;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Function.cc 39 SrcInfo *included_from; member in struct:SrcInfo
420 t->included_from = NULL;
444 src_info->included_from = curr_srcinfo;
457 curr_srcinfo = curr_srcinfo->included_from;
520 // For now don't build included_from list.
522 //srcInfo->included_from = curr_srcinfo;
523 srcInfo->included_from = NULL;
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 445 location_t included_from; variable
1213 return ord_map->included_from;
1225 return ord_map->included_from == 0;
  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 675 map->included_from = 0;
681 map[-1] is the just closed map and usually included_from
685 same start_location as the new one and so included_from
692 map->included_from
702 map->included_from = linemap_included_from (&map[-1]);
706 map->included_from = linemap_included_from (from);
719 const_cast <line_map_ordinary *> (map)->included_from = from;
735 const_cast<line_map_ordinary *> (map)->included_from = adoptor;
750 location_t inc_at = pre_map->included_from;
759 const_cast <line_map_ordinary *> (post_map)->included_from = inc_at
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 575 map->included_from = 0;
578 map->included_from
587 map->included_from = linemap_included_from (&map[-1]);
591 map->included_from = linemap_included_from (from);
604 const_cast <line_map_ordinary *> (map)->included_from = from;
620 const_cast<line_map_ordinary *> (map)->included_from = adoptor;
635 location_t inc_at = pre_map->included_from;
644 const_cast <line_map_ordinary *> (post_map)->included_from = inc_at;
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 16836 map->included_from = from != UNKNOWN_LOCATION ? from : loc;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 16247 map->included_from = from != UNKNOWN_LOCATION ? from : loc;

Completed in 40 milliseconds