Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDparser.c7016 tree type_spec; in cp_parser_parse_foreach_stmt() local
7032 type_spec in cp_parser_parse_foreach_stmt()
7073 if (type_spec) in cp_parser_parse_foreach_stmt()
8084 tree type_spec; in cp_parser_decl_specifier_seq() local
8086 type_spec in cp_parser_decl_specifier_seq()
8131 if (type_spec && !is_cv_qualifier) in cp_parser_decl_specifier_seq()
8134 if (type_spec) in cp_parser_decl_specifier_seq()
10097 tree type_spec = NULL_TREE; in cp_parser_type_specifier() local
10118 type_spec = cp_parser_enum_specifier (parser); in cp_parser_type_specifier()
10120 if (type_spec) in cp_parser_type_specifier()
[all …]