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

/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstp.h456 ffestpFile type_spec[FFESTP_typeix]; member in struct:_ffest_type_stmt_
H A Dstb.c13003 if (ffestp_file.type.type_spec[ix].kw_or_val_present)
13005 if (ffestp_file.type.type_spec[ix].kw_present)
13006 ffelex_token_kill (ffestp_file.type.type_spec[ix].kw);
13007 if (ffestp_file.type.type_spec[ix].value_present)
13008 ffelex_token_kill (ffestp_file.type.type_spec[ix].value);
17953 ffestp_file.type.type_spec[ix].kw_or_val_present = FALSE;
17992 ffestp_file.type.type_spec[ix].kw_or_val_present = FALSE;
18042 ffestp_file.type.type_spec[FFESTP_typeixFORMAT].kw_or_val_present
18044 ffestp_file.type.type_spec[FFESTP_typeixFORMAT].kw_present = FALSE;
18045 ffestp_file.type.type_spec[FFESTP_typeixFORMA
[all...]
H A Dstc.c13494 (&ffestp_file.type.type_spec[FFESTP_typeixFORMAT]))
13501 (&ffestp_file.type.type_spec[FFESTP_typeixFORMAT]);
H A Dste.c5511 ffeste_subr_file_ ("FORMAT", &info->type_spec[FFESTP_typeixFORMAT]);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dparse.h189 void type_spec(void*);
H A Dparse.cc1501 this->decl(&Parse::type_spec, NULL);
1507 Parse::type_spec(void*) function in class:Parse
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c11953 tree type_spec;
11955 type_spec
11999 if (type_spec && !is_cv_qualifier)
12002 if (type_spec)
14677 tree type_spec = NULL_TREE;
14701 type_spec = cp_parser_enum_specifier (parser);
14703 if (type_spec)
14709 type_spec,
14712 return type_spec;
14729 type_spec
11951 tree type_spec; local
14675 tree type_spec = NULL_TREE; local
24628 cp_parser_set_decl_spec_type(cp_decl_specifier_seq *decl_specs, tree type_spec, cp_token *token, bool type_definition_p) argument
[all...]

Completed in 242 milliseconds