Home
last modified time | relevance | path

Searched refs:c_parser_asm_operands (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c1504 static tree c_parser_asm_operands (c_parser *);
7202 outputs = c_parser_asm_operands (parser); in c_parser_asm_statement()
7205 inputs = c_parser_asm_operands (parser); in c_parser_asm_statement()
7255 c_parser_asm_operands (c_parser *parser) in c_parser_asm_operands() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc1536 static tree c_parser_asm_operands (c_parser *);
7160 outputs = c_parser_asm_operands (parser); in c_parser_asm_statement()
7163 inputs = c_parser_asm_operands (parser); in c_parser_asm_statement()
7213 c_parser_asm_operands (c_parser *parser) in c_parser_asm_operands() function
H A DChangeLog1867 (c_parser_asm_operands): Likewise.
3588 (c_parser_asm_operands): Likewise.
8232 * c-parser.c (c_parser_asm_operands): Remove CONVERT_P
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200919532 (c_parser_asm_operands): Same.
30801 (c_parser_asm_operands): Fold expression.
H A DChangeLog-20076124 (c_parser_asm_operands): Update.
H A DChangeLog-200514883 (c_parser_asm_operands, c_parser_expr_list): Add convert_p
H A DChangeLog-201035624 (c_parser_statement_after_labels, c_parser_asm_operands,