Searched refs:c_parser_asm_operands (Results 1 – 2 of 2) sorted by relevance
1088 static tree c_parser_asm_operands (c_parser *, bool);4447 outputs = c_parser_asm_operands (parser, false); in c_parser_asm_statement()4465 inputs = c_parser_asm_operands (parser, true); in c_parser_asm_statement()4507 c_parser_asm_operands (c_parser *parser, bool convert_p) in c_parser_asm_operands() function
14884 (c_parser_asm_operands, c_parser_expr_list): Add convert_p