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

  /src/external/gpl3/gdb/dist/gdb/stubs/
sh-stub.c 278 char stepped; variable
564 stepped = 1;
631 /* Undo the effect of a previous doSStep. If we single stepped,
637 if (stepped)
642 stepped = 0;
1141 stepped = 0;
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
sh-stub.c 278 char stepped; variable
564 stepped = 1;
631 /* Undo the effect of a previous doSStep. If we single stepped,
637 if (stepped)
642 stepped = 0;
1141 stepped = 0;
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 5322 tree stepped = fold_build2 (code, TREE_TYPE (base), base, step); local
5325 if (operand_equal_p (stepped, civ->base, 0)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 4885 tree stepped = fold_build2 (code, TREE_TYPE (base), base, step); local
4888 if (operand_equal_p (stepped, civ->base, 0)

Completed in 36 milliseconds