Searched refs:RID_ASM (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | lex.c | 189 { "__asm", RID_ASM, 0 }, 190 { "__asm__", RID_ASM, 0 }, 218 { "asm", RID_ASM, D_ASM },
|
H A D | parser.c | 7294 if (token1->keyword == RID_ASM) in cp_parser_block_declaration() 10924 cp_parser_require_keyword (parser, RID_ASM, "`asm'"); in cp_parser_asm_definition() 14638 if (!cp_parser_is_keyword (token, RID_ASM)) in cp_parser_asm_specification_opt()
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 1173 { "__asm", RID_ASM, 0 }, 1174 { "__asm__", RID_ASM, 0 }, 1211 { "asm", RID_ASM, 0 },
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | lex.c | 337 { "__asm", RID_ASM, 0 }, 338 { "__asm__", RID_ASM, 0 }, 365 { "asm", RID_ASM, D_ASM },
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-parser.c | 107 { "__asm", RID_ASM, 0 }, 108 { "__asm__", RID_ASM, 0 }, 138 { "asm", RID_ASM, D_EXT }, 1142 case RID_ASM: in c_parser_external_declaration() 1314 || c_parser_next_token_is_keyword (parser, RID_ASM) in c_parser_declaration_or_fndef() 1327 if (c_parser_next_token_is_keyword (parser, RID_ASM)) in c_parser_declaration_or_fndef() 2779 gcc_assert (c_parser_next_token_is_keyword (parser, RID_ASM)); in c_parser_simple_asm_expr() 3759 case RID_ASM: in c_parser_statement_after_labels() 4125 gcc_assert (c_parser_next_token_is_keyword (parser, RID_ASM)); in c_parser_asm_statement() 6399 case RID_ASM: in c_parser_objc_selector()
|
H A D | c-common.h | 72 RID_ASM, RID_TYPEOF, RID_ALIGNOF, RID_ATTRIBUTE, RID_VA_ARG, enumerator
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.h | 77 RID_ASM, RID_TYPEOF, RID_ALIGNOF, RID_ATTRIBUTE, RID_VA_ARG, enumerator
|
H A D | c-parse.in | 3309 { "__asm", RID_ASM, 0 }, 3310 { "__asm__", RID_ASM, 0 }, 3348 { "asm", RID_ASM, D_EXT }, 3478 /* RID_ASM */ ASM_KEYWORD,
|