Searched refs:c_parser_asm_operands (Results 1 – 1 of 1) sorted by relevance
1019 static tree c_parser_asm_operands (c_parser *, bool);4171 outputs = c_parser_asm_operands (parser, false); in c_parser_asm_statement()4189 inputs = c_parser_asm_operands (parser, true); in c_parser_asm_statement()4231 c_parser_asm_operands (c_parser *parser, bool convert_p) in c_parser_asm_operands() function