Home
last modified time | relevance | path

Searched defs:cp_unparsed_functions_entry (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.h153 struct GTY(()) cp_unparsed_functions_entry { struct
156 vec<cp_default_arg_entry, va_gc> *funs_with_default_args;
160 vec<tree, va_gc> *funs_with_definitions;
164 vec<tree, va_gc> *nsdmis;
168 vec<tree, va_gc> *classes;
H A Dparser.c468 vec<cp_unparsed_functions_entry, va_gc> *s) in cp_debug_print_unparsed_queues()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dparser.h176 } cp_unparsed_functions_entry; typedef
H A Dparser.c433 VEC(cp_unparsed_functions_entry, gc) *s) in cp_debug_print_unparsed_queues()