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

  /external/clang/utils/ABITest/
TypeGen.py 21 def isBitField(self):
39 def isBitField(self):
46 assert self.isBitField()
89 if t.isBitField():
99 if t.isBitField():
  /external/clang/lib/CodeGen/
CGValue.h 194 bool isBitField() const { return LVType == BitField; }
283 assert(isBitField());
287 assert(isBitField());

Completed in 373 milliseconds