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

  /external/llvm/lib/IR/
GCOV.cpp 156 uint32_t BlockCount;
157 if (!Buff.readInt(BlockCount))
159 for (uint32_t i = 0, e = BlockCount; i != e; ++i) {
174 if (BlockNo >= BlockCount) {
203 if (BlockNo >= BlockCount) {
608 uint64_t BlockCount = Block->getCount();
609 LineCount = LineCount > BlockCount ? LineCount : BlockCount;
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 303 uint64_t BlockCount = setCount(PGO.getRegionCount(S));
304 CountMap[S] = BlockCount;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 635 unsigned BlockCount;
642 BlockCount(count),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 240 currBldrCtx->blockCount());
511 currBldrCtx->blockCount());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 681 milliseconds