Home
last modified time | relevance | path

Searched refs:RID_ASM (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dlex.c189 { "__asm", RID_ASM, 0 },
190 { "__asm__", RID_ASM, 0 },
218 { "asm", RID_ASM, D_ASM },
H A Dparser.c7294 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 Dtreetree.c1173 { "__asm", RID_ASM, 0 },
1174 { "__asm__", RID_ASM, 0 },
1211 { "asm", RID_ASM, 0 },
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c337 { "__asm", RID_ASM, 0 },
338 { "__asm__", RID_ASM, 0 },
365 { "asm", RID_ASM, D_ASM },
/openbsd/gnu/gcc/gcc/
H A Dc-parser.c107 { "__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 Dc-common.h72 RID_ASM, RID_TYPEOF, RID_ALIGNOF, RID_ATTRIBUTE, RID_VA_ARG, enumerator
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.h77 RID_ASM, RID_TYPEOF, RID_ALIGNOF, RID_ATTRIBUTE, RID_VA_ARG, enumerator
H A Dc-parse.in3309 { "__asm", RID_ASM, 0 },
3310 { "__asm__", RID_ASM, 0 },
3348 { "asm", RID_ASM, D_EXT },
3478 /* RID_ASM */ ASM_KEYWORD,