HomeSort by: relevance | last modified time | path
    Searched defs:SetCount (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp 451 Value *SetCount =
454 LoopGuard->setCondition(SetCount);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc 370 void ScopedReportBase::SetCount(int count) { rep_->count = count; }
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 340 void ScopedReportBase::SetCount(int count) { rep_->count = count; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 381 void ScopedReportBase::SetCount(int count) { rep_->count = count; }

Completed in 59 milliseconds