Searched refs:BlockCount (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/IR/ |
D | GCOV.cpp | 136 uint32_t BlockCount; in readGCNO() local 137 if (!Buff.readInt(BlockCount)) return false; in readGCNO() 138 for (uint32_t i = 0, e = BlockCount; i != e; ++i) { in readGCNO() 150 if (BlockNo >= BlockCount) { in readGCNO() 175 if (BlockNo >= BlockCount) { in readGCNO() 574 uint64_t BlockCount = Block->getCount(); in print() local 575 LineCount = LineCount > BlockCount ? LineCount : BlockCount; in print()
|
/external/openssl/crypto/md5/asm/ |
D | md5-ia64.S | 232 #define BlockCount in2 macro 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/chromium_org/third_party/openssl/openssl/crypto/md5/asm/ |
D | md5-ia64.S | 232 #define BlockCount in2 macro 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/ |
D | ProgramState.h | 239 unsigned BlockCount, const LocationContext *LCtx, 246 unsigned BlockCount, const LocationContext *LCtx, 424 const Expr *E, unsigned BlockCount,
|
D | MemRegion.h | 635 unsigned BlockCount; variable 642 BlockCount(count), in BlockDataRegion()
|
D | CallEvent.h | 308 ProgramStateRef invalidateRegions(unsigned BlockCount,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 138 ProgramStateRef CallEvent::invalidateRegions(unsigned BlockCount, in invalidateRegions() argument 173 BlockCount, getLocationContext(), in invalidateRegions()
|
D | MemRegion.cpp | 396 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion()); in Profile()
|