Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dlex.c246 { "int", RID_INT, 0 },
Dparser.c555 case RID_INT: in cp_lexer_next_token_is_decl_specifier_keyword()
9868 case RID_INT: in cp_parser_simple_type_specifier()
/openbsd/src/gnu/gcc/gcc/
Dc-common.h65 RID_INT, RID_CHAR, RID_FLOAT, RID_DOUBLE, RID_VOID, enumerator
Dc-parser.c156 { "int", RID_INT, 0 },
503 case RID_INT: in c_token_starts_typename()
577 case RID_INT: in c_token_starts_declspecs()
1620 case RID_INT: in c_parser_declspecs()
2880 case RID_INT: in c_parser_attributes()
6417 case RID_INT: in c_parser_objc_selector()
Dc-common.c3121 record_builtin_type (RID_INT, NULL, integer_type_node); in c_common_nodes_and_builtins()
Dc-decl.c7484 case RID_INT: in declspecs_add_type()
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dtreetree.c1229 { "int", RID_INT, 0 },
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.h70 RID_INT, RID_CHAR, RID_FLOAT, RID_DOUBLE, RID_VOID, enumerator
Dc-parse.in3366 { "int", RID_INT, 0 },
3455 /* RID_INT */ TYPESPEC,
Dc-decl.c3579 if (id == ridpointers[(int) RID_INT])
Dc-common.c3238 record_builtin_type (RID_INT, NULL, integer_type_node); in c_common_nodes_and_builtins()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dlex.c393 { "int", RID_INT, 0 },
Ddecl.c10922 if (id == ridpointers[(int) RID_INT]
10936 if (id == ridpointers[(int) RID_INT])
/openbsd/src/gnu/usr.bin/gcc/gcc/objc/
Dobjc-act.c2665 decl_specs = build_tree_list (NULL_TREE, ridpointers[(int) RID_INT]);
3678 decl_specs = build_tree_list (NULL_TREE, ridpointers[(int) RID_INT]); in build_ivar_template()
3707 decl_specs = build_tree_list (NULL_TREE, ridpointers[(int) RID_INT]);
3760 decl_specs = build_tree_list (NULL_TREE, ridpointers[(int) RID_INT]);