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 114 } LVType;
182 bool isSimple() const { return LVType == Simple; }
183 bool isVectorElt() const { return LVType == VectorElt; }
184 bool isBitField() const { return LVType == BitField; }
185 bool isExtVectorElt() const { return LVType == ExtVectorElt; }
281 R.LVType = Simple;
290 R.LVType = VectorElt;
300 R.LVType = ExtVectorElt;
317 R.LVType = BitField;
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 383 milliseconds