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

  /src/external/gpl3/gcc/dist/libcpp/
pch.cc 105 struct cpp_savedstate struct
127 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p;
208 r->savedstate = XNEW (struct cpp_savedstate);
224 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p;
262 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p;
313 struct cpp_savedstate *const ss = r->savedstate;
  /src/external/gpl3/gcc.old/dist/libcpp/
pch.cc 105 struct cpp_savedstate struct
127 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p;
208 r->savedstate = XNEW (struct cpp_savedstate);
224 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p;
262 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p;
313 struct cpp_savedstate *const ss = r->savedstate;

Completed in 16 milliseconds