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

/freebsd-11-stable/contrib/gcc/
H A Dc-parser.c1090 static tree c_parser_asm_operands (c_parser *, bool);
4449 outputs = c_parser_asm_operands (parser, false);
4467 inputs = c_parser_asm_operands (parser, true);
4509 c_parser_asm_operands (c_parser *parser, bool convert_p)
4507 c_parser_asm_operands (c_parser *parser, bool convert_p) function

Completed in 176 milliseconds