Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c3866 if (specbits & 1 << (int) RID_AUTO) nclasses++;
3886 | (1 << (int) RID_AUTO)
3890 if (specbits & 1 << (int) RID_AUTO
3900 | (1 << (int) RID_AUTO) | (1 << (int) RID_THREAD));
3922 | (1 << (int) RID_AUTO) | (1 << (int) RID_STATIC)
3936 if (specbits & 1 << (int) RID_AUTO)
4548 int extern_ref = (!(specbits & (1 << (int) RID_AUTO))
4551 if (specbits & (1 << (int) RID_AUTO)
4585 = !(specbits & ((1 << (int) RID_STATIC) | (1 << (int) RID_AUTO)));
H A Dc-common.h58 RID_VOLATILE, RID_SIGNED, RID_AUTO, RID_RESTRICT, enumerator
H A Dc-parse.in3349 { "auto", RID_AUTO, 0 },
3430 /* RID_AUTO */ SCSPEC,
/openbsd/gnu/gcc/gcc/cp/
H A Dlex.c219 { "auto", RID_AUTO, 0 },
H A Dparser.c538 case RID_AUTO: in cp_lexer_next_token_is_decl_specifier_keyword()
7631 case RID_AUTO: in cp_parser_decl_specifier_seq()
7763 case RID_AUTO: in cp_parser_storage_class_specifier_opt()
16406 case RID_AUTO: in cp_parser_set_storage_class()
/openbsd/gnu/gcc/gcc/
H A Dc-common.h53 RID_VOLATILE, RID_SIGNED, RID_AUTO, RID_RESTRICT, enumerator
H A Dc-parser.c139 { "auto", RID_AUTO, 0 },
570 case RID_AUTO: in c_token_starts_declspecs()
1604 case RID_AUTO: in c_parser_declspecs()
2876 case RID_AUTO: in c_parser_attributes()
H A Dc-decl.c7646 case RID_AUTO: in declspecs_add_scspec()
/openbsd/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c1212 { "auto", RID_AUTO, 0 },
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c366 { "auto", RID_AUTO, 0 },
H A Ddecl.c7542 || value == ridpointers[(int) RID_AUTO]
11290 if (RIDBIT_SETP (RID_AUTO, specbits)) nclasses++;
11326 || RIDBIT_SETP (RID_AUTO, specbits)))
11373 RIDBIT_RESET (RID_AUTO, specbits);
11395 if (RIDBIT_SETP (RID_AUTO, specbits))
12583 if (RIDBIT_SETP (RID_AUTO, specbits))