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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc 203 location_t included_at = linemap_included_from (new_map);
205 if (included_at > BUILTINS_LOCATION)
206 line = SOURCE_LINE (new_map - 1, included_at);
202 location_t included_at = linemap_included_from (new_map); local
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc 205 location_t included_at = linemap_included_from (new_map);
207 if (included_at > BUILTINS_LOCATION)
208 line = SOURCE_LINE (new_map - 1, included_at);
204 location_t included_at = linemap_included_from (new_map); local

Completed in 50 milliseconds