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

  /external/clang/lib/Format/
FormatToken.cpp 197 Format.LineCount = 1;
203 ++Format.LineCount;
238 if (BestFormat && I->LineCount > BestFormat->LineCount)
FormatToken.h 479 unsigned LineCount;
  /external/llvm/lib/IR/
GCOV.cpp 568 uint64_t LineCount = 0;
575 LineCount = LineCount > BlockCount ? LineCount : BlockCount;
578 LineCount += Block->getCount();
616 if (LineCount == 0)
619 OS << format("%9" PRIu64 ":", LineCount);
  /external/chromium_org/third_party/libevent/
event_rpcgen.py 322 def LineCount(self):
430 'around line %d' ) % (self._name, self.LineCount())
435 'around line %d' ) % (self._name, self.LineCount())
440 self._name, self.LineCount() )
526 self._name, self.LineCount() )
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 246 milliseconds