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

  /src/external/gpl3/gcc/dist/libcpp/
internal.h 144 typedef struct tokenrun tokenrun; typedef in typeref:struct:tokenrun
145 struct tokenrun struct
147 tokenrun *next, *prev;
496 tokenrun base_run, *cur_run;
755 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 143 typedef struct tokenrun tokenrun; typedef in typeref:struct:tokenrun
144 struct tokenrun struct
146 tokenrun *next, *prev;
495 tokenrun base_run, *cur_run;
750 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);

Completed in 16 milliseconds