HomeSort by relevance Sort by last modified time
    Searched refs:CheckTerm (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/brillo/
asynchronous_signal_handler_unittest.cc 50 TEST_F(AsynchronousSignalHandlerTest, CheckTerm) {
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 624 TerminatorInst *CheckTerm;
626 CheckTerm = new UnreachableInst(C, ThenBlock);
628 CheckTerm = BranchInst::Create(Tail, ThenBlock);
629 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc());
654 return CheckTerm;
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
MemorySanitizer.cpp 744 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
746 IRBuilder<> IRBNew(CheckTerm);
    [all...]
  /external/llvm/lib/CodeGen/
SafeStack.cpp 500 Instruction *CheckTerm =
503 IRBuilder<> IRBFail(CheckTerm);
    [all...]

Completed in 205 milliseconds