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

  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 280 location_t pure_loc = get_pure_location (caret);
397 line_maps::get_pure_location (location_t loc) const function in class:line_maps
415 get_pure_location (const line_maps *set, location_t loc) function
417 return set->get_pure_location (loc);
2440 location_t start = get_pure_location (m_line_table, src_range.m_start);
2441 location_t finish = get_pure_location (m_line_table, src_range.m_finish);
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 320 get_pure_location (line_maps *set, location_t loc) function
2326 location_t start = get_pure_location (m_line_table, src_range.m_start);
2327 location_t finish = get_pure_location (m_line_table, src_range.m_finish);

Completed in 37 milliseconds