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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 391 unsigned getNumBits() const {
  /external/llvm/include/llvm/TableGen/
Record.h 190 unsigned getNumBits() const { return Size; }
668 unsigned getNumBits() const { return Bits.size(); }
677 for (unsigned i = 0; i != getNumBits(); ++i)
682 for (unsigned i = 0; i != getNumBits(); ++i)
    [all...]

Completed in 170 milliseconds