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

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddefined_assignment_8.f9017 type, extends(component) :: comp2
19 end type comp2
21 type(comp2) :: foo
H A Ddefined_assignment_11.f9016 type, extends(component) :: comp2
18 end type comp2
/haiku-buildtools/gcc/gcc/
H A Dgcc.c9017 int comp1, comp2;
9039 comp1 = comp2 = -1;
9044 comp2 = compare_version_strings (switch_value, argv[2]);
9046 comp2 = -1; /* This value unused. */
9064 result = comp1 >= 0 && comp2 < 0;
9067 result = comp1 < 0 || comp2 >= 0;
8989 int comp1, comp2; local
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c9605 gfc_component *comp1, gfc_component *comp2, locus loc)
9614 if (comp1 && comp2)
9617 add_comp_ref (this_code->expr2, comp2);
9802 gfc_component *comp1, *comp2; local
9857 comp2 = (*code)->expr2->ts.u.derived->components;
9860 for (; comp1; comp1 = comp1->next, comp2 = comp2->next)
9877 comp1, comp2, (*code)->loc);
9991 comp1, comp2, (*code)->loc);
9604 build_assignment(gfc_exec_op op, gfc_expr *expr1, gfc_expr *expr2, gfc_component *comp1, gfc_component *comp2, locus loc) argument
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c10937 rtx comp2, ifelse2, xcond2;
10958 comp2 = avr_compare_pattern (insn2);
10962 if (!comp1 || !comp2
10963 || !rtx_equal_p (comp1, comp2)
10936 rtx comp2, ifelse2, xcond2; local

Completed in 235 milliseconds