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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenoutput.c574 struct operand_data *od, *od2;
587 od2 = od->next;
593 if (od2 == NULL)
595 if (! compare_operands (od2, &d->operand[i]))
597 ++i, od2 = od2->next;
607 od2 = &d->operand[i];
608 *odata_end = od2;
609 odata_end = &od2->next;
610 od2
570 struct operand_data *od, *od2; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenoutput.cc574 struct operand_data *od, *od2;
587 od2 = od->next;
593 if (od2 == NULL)
595 if (! compare_operands (od2, &d->operand[i]))
597 ++i, od2 = od2->next;
607 od2 = &d->operand[i];
608 *odata_end = od2;
609 odata_end = &od2->next;
610 od2
570 struct operand_data *od, *od2; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h2734 const Output_data* od2)
2735 { this->add_entry(Dynamic_entry(tag, od, od2)); }
2796 this->od2 = NULL;
2800 Dynamic_entry(elfcpp::DT tag, const Output_data* od, const Output_data* od2) argument
2805 this->od2 = od2;
2870 const Output_data* od2; member in class:gold::Output_data_dynamic::Dynamic_entry
2733 add_section_size(elfcpp::DT tag, const Output_data* od, const Output_data* od2) argument
H A Doutput.cc1806 if (this->od2 != NULL)
1807 val += this->od2->data_size();
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.h2762 const Output_data* od2)
2763 { this->add_entry(Dynamic_entry(tag, od, od2)); }
2824 this->od2 = NULL;
2828 Dynamic_entry(elfcpp::DT tag, const Output_data* od, const Output_data* od2) argument
2833 this->od2 = od2;
2898 const Output_data* od2; member in class:gold::Output_data_dynamic::Dynamic_entry
2761 add_section_size(elfcpp::DT tag, const Output_data* od, const Output_data* od2) argument
H A Doutput.cc1852 if (this->od2 != NULL)
1853 val += this->od2->data_size();
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h2734 const Output_data* od2)
2735 { this->add_entry(Dynamic_entry(tag, od, od2)); }
2796 this->od2 = NULL;
2800 Dynamic_entry(elfcpp::DT tag, const Output_data* od, const Output_data* od2) argument
2805 this->od2 = od2;
2870 const Output_data* od2; member in class:gold::Output_data_dynamic::Dynamic_entry
2733 add_section_size(elfcpp::DT tag, const Output_data* od, const Output_data* od2) argument
H A Doutput.cc1806 if (this->od2 != NULL)
1807 val += this->od2->data_size();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c741 if (OverDeclaration *od2 = s->isOverDeclaration())
743 return od1->aliassym->equals(od2->aliassym) &&
744 od1->hasOverloads == od2->hasOverloads;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d995 if (auto od2 = s.isOverDeclaration())
996 return this.aliassym.equals(od2.aliassym);

Completed in 298 milliseconds