HomeSort by relevance Sort by last modified time
    Searched full:isexit (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Analysis/
RegionIterator.h 82 // isExit - Is this the exit BB of the Region?
83 inline bool isExit(BasicBlock* BB) const {
99 while (succ_end(node->getEntry()) != BItor && isExit(*BItor))
102 if (isRegionMode() && isExit(getRegionSucc()))
123 assert(!isExit(BB) && "Iterator out of range!");
136 && isExit(*BItor));
  /ndk/sources/host-tools/nawk-20071023/
awk.h 185 #define isexit(n) ((n)->csub == JEXIT) macro
run.c 182 if (isexit(x))
191 if (isexit(x))
310 if (isexit(y) || isnext(y))
1385 if (isnext(x) || isexit(x) || isret(x))
1399 if (isnext(x) || isexit(x) || isret(x))
1424 if (isnext(x) || isexit(x) || isret(x))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 649 TInt isExit = ETrue;
655 isExit = EFalse;
659 return isExit;
  /external/v8/src/
debug.cc 438 bool BreakLocationIterator::IsExit() const {
    [all...]
debug.h 101 bool IsExit() const;
    [all...]
runtime.cc     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 623 bool isExit() const { return Succs.empty(); }
    [all...]

Completed in 4460 milliseconds