Home
last modified time | relevance | path

Searched refs:cpp_pending (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppinit.c62 struct cpp_pending struct
110 static void new_pending_directive PARAMS ((struct cpp_pending *,
206 struct cpp_pending *pend = CPP_OPTION (pfile, pending);
375 struct cpp_pending *pend = CPP_OPTION (pfile, pending);
536 (struct cpp_pending *) xcalloc (1, sizeof (struct cpp_pending));
1172 struct cpp_pending *pend; in new_pending_directive()
1309 struct cpp_pending *pend = CPP_OPTION (pfile, pending);
H A Dcpplib.h228 struct cpp_pending *pending;
H A DChangeLog.13317 * cpplib.h: Lay out struct cpp_pending here. Adjust
4732 cpp_pending, version_string, struct default_include,
H A DChangeLog.311132 (struct cpp_pending): Replace separate assert_ and define_
11320 Move struct if_stack to cpplib.c. Move struct cpp_pending to
H A DChangeLog.411255 Remove 2nd parameter (struct cpp_pending *).
H A DChangeLog.59325 * cppinit.c (struct cpp_pending): Update for renamed objects.