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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_unittest.cc 98 void CheckTerm(const URLIndexPrivateData::SearchTermCacheMap& cache,
292 void InMemoryURLIndexTest::CheckTerm(
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 682 TerminatorInst *CheckTerm;
684 CheckTerm = new UnreachableInst(C, ThenBlock);
686 CheckTerm = BranchInst::Create(Tail, ThenBlock);
687 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc());
693 return CheckTerm;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
MemorySanitizer.cpp 576 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
578 IRBuilder<> IRBNew(CheckTerm);
633 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
637 IRB.SetInsertPoint(CheckTerm);
678 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
682 IRB.SetInsertPoint(CheckTerm);
    [all...]

Completed in 82 milliseconds