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

/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c1020 static tree c_parser_asm_operands (c_parser *, bool);
4209 outputs = c_parser_asm_operands (parser, false);
4227 inputs = c_parser_asm_operands (parser, true);
4269 c_parser_asm_operands (c_parser *parser, bool convert_p)
4267 c_parser_asm_operands (c_parser *parser, bool convert_p) function

Completed in 65 milliseconds