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 360 unsigned getNumBits() const {
  /external/llvm/include/llvm/TableGen/
Record.h 184 unsigned getNumBits() const { return Size; }
670 unsigned getNumBits() const { return Bits.size(); }
684 for (unsigned i = 0; i != getNumBits(); ++i)
689 for (unsigned i = 0; i != getNumBits(); ++i)
    [all...]

Completed in 44 milliseconds