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

  /external/clang/lib/CodeGen/
CGValue.h 109 } LVType;
172 bool isSimple() const { return LVType == Simple; }
173 bool isVectorElt() const { return LVType == VectorElt; }
174 bool isBitField() const { return LVType == BitField; }
175 bool isExtVectorElt() const { return LVType == ExtVectorElt; }
264 R.LVType = Simple;
273 R.LVType = VectorElt;
283 R.LVType = ExtVectorElt;
300 R.LVType = BitField;
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 38 milliseconds