HomeSort by relevance Sort by last modified time
    Searched refs:Exit (Results 176 - 200 of 329) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/freetype/src/psaux/
t1decode.c 267 goto Exit;
291 goto Exit;
304 goto Exit;
326 goto Exit;
337 Exit:
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 13 // file on exit.
581 // be executed at exit and the "__llvm_gcov_flush" function to be executed
799 BasicBlock *Exit = BasicBlock::Create(*Ctx, "exit", Fn);
807 BranchInst::Create(Exit, PredNotNegOne, Cond, BB);
821 Builder.CreateCondBr(Cond, Exit, CounterEnd);
828 Builder.CreateBr(Exit);
830 // Fill in the exit block.
831 Builder.SetInsertPoint(Exit);
  /external/qemu/audio/
esdaudio.c 131 goto exit;
139 goto exit;
193 exit:
340 goto exit;
348 goto exit;
402 exit:
546 goto Exit;
567 goto Exit;
574 Exit:
paaudio.c 104 goto exit;
112 goto exit;
149 exit:
199 goto exit;
207 goto exit;
243 exit:
499 goto Exit;
536 goto Exit;
542 Exit:
  /external/qemu/hw/
goldfish_fb.c 97 goto Exit;
113 goto Exit;
131 Exit:
201 exit(1);
  /bionic/libc/netbsd/resolv/
res_cache.c     [all...]
  /external/chromium_org/ash/wm/
lock_state_controller_impl2.cc 292 Shell::GetInstance()->delegate()->Exit();
375 delegate->Exit();
  /external/chromium_org/third_party/freetype/src/cff/
cffdrivr.c 244 goto Exit;
258 Exit:
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 192 goto Exit;
241 Exit:
    [all...]
  /external/chromium_org/v8/test/webkit/
array-every.js 95 debug('6.0 Early Exit ("Short Circuiting")');
  /external/freetype/src/cff/
cffdrivr.c 245 goto Exit;
259 Exit:
  /external/freetype/src/pshinter/
pshalgo.c 191 goto Exit;
240 Exit:
    [all...]
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 165 // This checks if the function "exit" is reachable from an given function
174 FType *Exit = F->getParent()->getFunction("exit");
175 if (Exit == F) {
299 // Check if this block is eventually reaching exit.
  /external/qemu/proxy/
proxy_common.c 520 goto Exit;
526 Exit:
  /external/valgrind/main/callgrind/
main.c 212 generated from it. That must happen before any possible exit from
847 jumpDst = IRConst2Addr(st->Ist.Exit.dst);
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 60 regardless of how the block was exited (at the end vs side exit).
480 e1 = flatten_Expr(bb, st->Ist.Exit.guard);
481 addStmtToIRSB(bb, IRStmt_Exit(e1, st->Ist.Exit.jk,
482 st->Ist.Exit.dst,
483 st->Ist.Exit.offsIP));
761 vassert(isIRAtom(st->Ist.Exit.guard));
818 On seeing a conditional exit, empty the set.
846 /* Initialise the running env with the fact that the final exit
863 doesn't overlap with the guest state written by this exit.
864 Since the exit only writes one section, it's simplest t
    [all...]
host_s390_isel.c     [all...]
ir_defs.c     [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands.h 94 void Exit();
  /external/chromium_org/chrome/test/base/
module_system_test.cc 147 context_->v8_context()->Exit();
  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.cc 265 if (hybrid_slow_start_.Exit()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.cpp 70 m_context->Exit();
WorkerScriptController.cpp 83 m_isolate->Exit();
  /external/clang/include/clang/Analysis/
CFG.h 372 /// will have a single immediate successor: the exit block. This allows them
373 /// to be easily reached from the exit block and using this bit quickly
583 /// represents the Exit point of the CFG. A CFG will also contain a designated
730 CFGBlock & getExit() { return *Exit; }
731 const CFGBlock & getExit() const { return *Exit; }
816 CFG() : Entry(NULL), Exit(NULL), IndirectGotoBlock(NULL), NumBlockIDs(0),
829 CFGBlock *Exit;
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 403 goto Exit;
416 goto Exit;
420 Exit:
512 goto Exit;
523 Exit:
    [all...]

Completed in 811 milliseconds

1 2 3 4 5 6 78 91011>>