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;
191 bool isSimple() const { return LVType == Simple; }
192 bool isVectorElt() const { return LVType == VectorElt; }
193 bool isBitField() const { return LVType == BitField; }
194 bool isExtVectorElt() const { return LVType == ExtVectorElt; }
296 R.LVType = Simple;
305 R.LVType = VectorElt;
315 R.LVType = ExtVectorElt;
332 R.LVType = BitField;
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 27 milliseconds