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 115 } LVType;
192 bool isSimple() const { return LVType == Simple; }
193 bool isVectorElt() const { return LVType == VectorElt; }
194 bool isBitField() const { return LVType == BitField; }
195 bool isExtVectorElt() const { return LVType == ExtVectorElt; }
196 bool isGlobalReg() const { return LVType == GlobalReg; }
301 R.LVType = Simple;
310 R.LVType = VectorElt;
320 R.LVType = ExtVectorElt;
337 R.LVType = BitField
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 49 milliseconds