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

  /src/games/hack/
extern.h 386 int follower(struct monst *);
hack.dog.c 134 if (dist(mtmp->mx, mtmp->my) < 3 && follower(mtmp)
hack.shk.c 1140 follower(struct monst *mtmp) function
  /src/external/gpl3/gcc.old/dist/gcc/
target.def 2660 /* True if FOLLOWER may be modified to follow FOLLOWEE. */
2663 "FOLLOWER and FOLLOWEE are JUMP_INSN instructions;\n\
2664 return true if FOLLOWER may be modified to follow FOLLOWEE;\n\
2668 bool, (const rtx_insn *follower, const rtx_insn *followee),
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 661 static bool arc_can_follow_jump (const rtx_insn *follower,
10321 arc_can_follow_jump (const rtx_insn *follower, const rtx_insn *followee)
10326 u.c = follower;
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 8057 sparc_can_follow_jump (const rtx_insn *follower, const rtx_insn *followee)
8061 if (CROSSING_JUMP_P (followee) && !CROSSING_JUMP_P (follower))

Completed in 55 milliseconds