Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.h199 struct GTY (()) cp_parser_context { struct
210 struct cp_parser_context *next; argument
267 cp_parser_context *context;
H A Dparser.cc391 cp_debug_print_context (FILE *file, cp_parser_context *c) in cp_debug_print_context()
403 cp_debug_print_context_stack (FILE *file, cp_parser_context *first) in cp_debug_print_context_stack()
406 cp_parser_context *c; in cp_debug_print_context_stack()
2005 static cp_parser_context *cp_parser_context_new
2006 (cp_parser_context *);
2010 static GTY((deletable)) cp_parser_context* cp_parser_context_free_list;
2061 static cp_parser_context *
2062 cp_parser_context_new (cp_parser_context* next) in cp_parser_context_new()
2064 cp_parser_context *context; in cp_parser_context_new()
2075 context = ggc_cleared_alloc<cp_parser_context> (); in cp_parser_context_new()
[all …]
H A DChangeLog-20114413 (struct cp_parser_context): Likewise.
H A DChangeLog-20036434 * parser.c (cp_parser_context): Remove deferred_access_checks
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.h190 struct GTY (()) cp_parser_context { struct
201 struct cp_parser_context *next; argument
257 cp_parser_context *context;
H A Dparser.c390 cp_debug_print_context (FILE *file, cp_parser_context *c) in cp_debug_print_context()
402 cp_debug_print_context_stack (FILE *file, cp_parser_context *first) in cp_debug_print_context_stack()
405 cp_parser_context *c; in cp_debug_print_context_stack()
1904 static cp_parser_context *cp_parser_context_new
1905 (cp_parser_context *);
1909 static GTY((deletable)) cp_parser_context* cp_parser_context_free_list;
1960 static cp_parser_context *
1961 cp_parser_context_new (cp_parser_context* next) in cp_parser_context_new()
1963 cp_parser_context *context; in cp_parser_context_new()
1974 context = ggc_cleared_alloc<cp_parser_context> (); in cp_parser_context_new()
[all …]