Searched defs:BlockCount (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DGCOV.cpp136 uint32_t BlockCount; local
137 if (!Buff.readInt(BlockCount)) return false;
138 for (uint32_t i = 0, e = BlockCount; i != e; ++i) {
150 if (BlockNo >= BlockCount) {
175 if (BlockNo >= BlockCount) {
574 uint64_t BlockCount = Block->getCount();
575 LineCount = LineCount > BlockCount ? LineCount : BlockCount;
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp138 ProgramStateRef CallEvent::invalidateRegions(unsigned BlockCount, argument
173 BlockCount, getLocationContext(),
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S190 // in2 Integral Blocks BlockCount
232 #define BlockCount in2 define
330 add BlockCount = -1, BlockCount
340 cmp.ne pAgain, p0 = 0, BlockCount
396 add BlockCount = -1, BlockCount ; \
402 cmp.ne pAgain, p0 = 0, BlockCount ; \
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h635 unsigned BlockCount; member in class:clang::ento::BlockDataRegion
642 BlockCount(count),

Completed in 141 milliseconds