HomeSort by: relevance | last modified time | path
    Searched refs:test_branch (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
arm-disp-step.S 41 bl test_branch
110 .global test_branch
115 .type test_branch, %function
116 test_branch: label
121 .size test_branch, .-test_branch
arm-disp-step.exp 151 proc test_branch {} {
153 gdb_test "break *test_branch" \
155 "break test_branch"
160 gdb_continue_to_breakpoint "continue to test_branch" \
418 test_branch
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
arm-disp-step.S 41 bl test_branch
110 .global test_branch
115 .type test_branch, %function
116 test_branch: label
121 .size test_branch, .-test_branch
arm-disp-step.exp 151 proc test_branch {} {
153 gdb_test "break *test_branch" \
155 "break test_branch"
160 gdb_continue_to_breakpoint "continue to test_branch" \
418 test_branch
  /src/usr.bin/sed/TEST/
sed.test 88 test_branch
315 test_branch()
  /src/external/gpl2/xcvs/dist/src/
rcs.c 2469 char *xrev, *test_branch, *local_branch_num; local
2491 test_branch = RCS_getbranch (rcs, xrev, 1);
2492 if (test_branch != NULL) /* it did, so keep looking */
2494 free (test_branch);
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 4731 bool test_branch)
4743 gcc_assert (test_branch || insn_operand_matches (icode, 0, test));
4744 if (test_branch)

Completed in 72 milliseconds