Searched refs:RID_INLINE (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | lex.c | 203 { "__inline", RID_INLINE, 0 }, 204 { "__inline__", RID_INLINE, 0 }, 245 { "inline", RID_INLINE, 0 },
|
| HD | parser.c | 7644 || token1.keyword == RID_INLINE) in cp_parser_declaration() 8018 case RID_INLINE: in cp_parser_decl_specifier_seq() 8211 case RID_INLINE: in cp_parser_function_specifier_opt()
|
| HD | pt.c | 11808 if (storage == ridpointers[(int) RID_INLINE]) in do_type_instantiation()
|
| /trueos/contrib/gcc/ |
| HD | c-common.h | 52 RID_REGISTER, RID_TYPEDEF, RID_SHORT, RID_INLINE, enumerator
|
| HD | c-parser.c | 134 { "__inline", RID_INLINE, 0 }, 135 { "__inline__", RID_INLINE, 0 }, 165 { "inline", RID_INLINE, D_EXT89 }, 621 case RID_INLINE: in c_token_starts_declspecs() 1751 case RID_INLINE: in c_parser_declspecs() 3051 case RID_INLINE: in c_parser_attributes()
|
| HD | c-decl.c | 8749 case RID_INLINE: in declspecs_add_scspec()
|