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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc 67 /* The get_fileinfo data structure must be initialized before
69 toplevel = get_fileinfo ("<top level>");
101 get_fileinfo (const char *name)
132 struct c_fileinfo *file = get_fileinfo (name);
150 struct c_fileinfo *file = get_fileinfo (LOCATION_FILE (input_location));
100 get_fileinfo (const char *name) function
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc 68 /* The get_fileinfo data structure must be initialized before
70 toplevel = get_fileinfo ("<top level>");
103 get_fileinfo (const char *name)
134 struct c_fileinfo *file = get_fileinfo (name);
152 struct c_fileinfo *file = get_fileinfo (LOCATION_FILE (input_location));
102 get_fileinfo (const char *name) function

Completed in 59 milliseconds