Searched refs:base_context (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libcpp/
H A Dinit.c172 memset (&pfile->base_context, 0, sizeof (pfile->base_context));
243 pfile->context = &pfile->base_context;
244 pfile->base_context.c.macro = 0;
245 pfile->base_context.prev = pfile->base_context.next = 0;
322 for (context = pfile->base_context.next; context; context = contextn)
H A Dinternal.h411 struct cpp_context base_context; member in struct:cpp_reader
H A Dmacro.c2277 if (context == &pfile->base_context)
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c6638 tree base_context = context;
6648 for (x = IMPL_PROPERTY_DECL (base_context); x; x = TREE_CHAIN (x))
6660 context = base_context;
6635 tree base_context = context; local
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c6040 tree base_context = context;
6044 context = base_context;
6024 tree base_context = context; local

Completed in 196 milliseconds