Searched defs:getNumBits (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h337 unsigned getNumBits() const { function in class:clang::ento::nonloc::LocAsInteger
/external/llvm/include/llvm/TableGen/
H A DRecord.h180 unsigned getNumBits() const { return Size; } function in class:llvm::BitsRecTy
631 unsigned getNumBits() const { return Bits.size(); }
640 for (unsigned i = 0; i != getNumBits(); ++i)
645 for (unsigned i = 0; i != getNumBits(); ++i)
1035 dynamic_cast<BitsRecTy*>(T->getType())->getNumBits() > B)) &&

Completed in 472 milliseconds