Searched refs:cp_id_kind (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cp-tree.h | 362 typedef enum cp_id_kind enum 374 } cp_id_kind; typedef 4327 cp_id_kind *,
|
H A D | parser.c | 1480 (cp_parser *, bool, bool, bool, cp_id_kind *); 1496 (cp_parser *, enum cpp_ttype, tree, bool, cp_id_kind *); 2919 cp_id_kind *idk) in cp_parser_primary_expression() 4088 cp_id_kind idk = CP_ID_KIND_NONE; in cp_parser_postfix_expression() 4603 bool for_offsetof, cp_id_kind *idk) in cp_parser_postfix_dot_deref_expression() 6140 cp_id_kind dummy; in cp_parser_builtin_offsetof() 9262 cp_id_kind idk; in cp_parser_template_argument()
|
H A D | semantics.c | 2480 cp_id_kind *idk, in finish_id_expression()
|
H A D | ChangeLog-2003 | 2931 * cp-tree.h (cp_id_kind): Add CP_ID_KIND_UNQUALIFIED_DEPENDENT. 3035 * cp-tree.h (cp_id_kind): New type. 3056 (cp_parser_class_or_namespace_name): Use cp_id_kind, not 3059 (cp_parser_template_argument): Use cp_id_kind.
|
H A D | pt.c | 8890 cp_id_kind idk; in tsubst_copy_and_build()
|