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

  /external/llvm/lib/IR/
GCOV.cpp 136 uint32_t BlockCount;
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/openssl/crypto/md5/asm/
md5-ia64.S 190 // in2 Integral Blocks BlockCount
232 #define BlockCount in2
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/
ProgramState.h 226 /// \param BlockCount The number of times the current basic block has been
239 unsigned BlockCount, const LocationContext *LCtx,
246 unsigned BlockCount, const LocationContext *LCtx,
424 const Expr *E, unsigned BlockCount,
MemRegion.h 635 unsigned BlockCount;
642 BlockCount(count),
    [all...]
CallEvent.h 308 ProgramStateRef invalidateRegions(unsigned BlockCount,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 138 ProgramStateRef CallEvent::invalidateRegions(unsigned BlockCount,
173 BlockCount, getLocationContext(),
    [all...]
MemRegion.cpp 396 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion());
854 unsigned blockCount) {
876 return getSubRegion<BlockDataRegion>(BC, LC, blockCount, sReg);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 1433 milliseconds