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

  /src/sys/external/bsd/acpica/dist/compiler/
prexpress.c 295 NormalExit:
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aemain.c 550 goto NormalExit;
740 NormalExit:
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp 931 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
933 NormalExit->getInstList().push_back(InstsToAppend[I]);
946 Fixup.OptimisticBranchBlock = NormalExit;
985 // as NormalExit, go back and patch up the fixups.
986 if (NewNormalEntry != NormalEntry && NormalEntry == NormalExit)

Completed in 17 milliseconds