Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c1192 typedef struct cp_parser_context GTY (())
1204 struct cp_parser_context *next;
1205 } cp_parser_context; typedef
1211 static cp_parser_context *cp_parser_context_new
1212 (cp_parser_context *);
1216 static GTY((deletable)) cp_parser_context* cp_parser_context_free_list;
1265 static cp_parser_context *
1266 cp_parser_context_new (cp_parser_context* next) in cp_parser_context_new()
1268 cp_parser_context *context; in cp_parser_context_new()
1279 context = GGC_CNEW (cp_parser_context); in cp_parser_context_new()
[all …]
H A DChangeLog-20036434 * parser.c (cp_parser_context): Remove deferred_access_checks