Home
last modified time | relevance | path

Searched refs:ival2 (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dwatchpoints.c26 int ival2 = -1; variable
34 ival1 = count; ival2 = count; in main()
38 ival1 = count; ival2 = count; /* Outside loop */ in main()
Dwatchpoint.c29 int ival2 = -1; variable
185 ival2 = count; in main()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
Dwatch-reverse.c46 int ival2 = -1; variable
149 ival2 = count; in main()
/netbsd/src/external/bsd/byacc/dist/test/
Derr_syntax25.y14 int ival2; variable
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc759 HOST_WIDE_INT ival2 = INTVAL (xval2); in avr_redundant_compare() local
778 if (ival1 == ival2 in avr_redundant_compare()
785 if (ival1 == ival2 in avr_redundant_compare()
792 if ((cond2 == GE && ival2 == 1 + ival1) in avr_redundant_compare()
799 if ((cond2 == GT && ival2 == ival1 - 1) in avr_redundant_compare()
811 if ((cond2 == LT && ival2 == 1 + ival1) in avr_redundant_compare()
818 if (ival1 == ival2 in avr_redundant_compare()
825 if (ival1 == ival2 in avr_redundant_compare()
832 if ((cond2 == LE && ival2 == ival1 - 1) in avr_redundant_compare()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git9510 watchpoints enabled". It sets a watchpoint on ival2, performs an
9515 line at which the assignment to ival2 takes place. At no time while
9519 the assignment to ival2. The watchpoint on ival2 should be triggered