HomeSort by: relevance | last modified time | path
    Searched defs:this_is_asm_operands (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
final.cc 149 const rtx_insn *this_is_asm_operands; variable
1688 this_is_asm_operands = 0;
2635 this_is_asm_operands = insn;
2660 this_is_asm_operands = 0;
3198 pfx_str = this_is_asm_operands ? _("invalid 'asm': ") : "output_operand: ";
3202 if (this_is_asm_operands)
3203 error_for_asm (this_is_asm_operands, "%s", new_message);
3516 else if (this_is_asm_operands && opnum >= insn_noperands)
3557 if (this_is_asm_operands && opnum >= insn_noperands)
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 164 const rtx_insn *this_is_asm_operands; variable
1704 this_is_asm_operands = 0;
2689 this_is_asm_operands = insn;
2714 this_is_asm_operands = 0;
3244 pfx_str = this_is_asm_operands ? _("invalid 'asm': ") : "output_operand: ";
3248 if (this_is_asm_operands)
3249 error_for_asm (this_is_asm_operands, "%s", new_message);
3562 else if (this_is_asm_operands && opnum >= insn_noperands)
3603 if (this_is_asm_operands && opnum >= insn_noperands)

Completed in 24 milliseconds