Searched refs:cp_parser_context (Results 1 – 6 of 6) sorted by relevance
199 struct GTY (()) cp_parser_context { struct210 struct cp_parser_context *next; argument267 cp_parser_context *context;
391 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_new2006 (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 …]
4413 (struct cp_parser_context): Likewise.
6434 * parser.c (cp_parser_context): Remove deferred_access_checks
190 struct GTY (()) cp_parser_context { struct201 struct cp_parser_context *next; argument257 cp_parser_context *context;
390 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_new1905 (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 …]