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 159 } LVType;
246 bool isSimple() const { return LVType == Simple; }
247 bool isVectorElt() const { return LVType == VectorElt; }
248 bool isBitField() const { return LVType == BitField; }
249 bool isExtVectorElt() const { return LVType == ExtVectorElt; }
250 bool isGlobalReg() const { return LVType == GlobalReg; }
379 R.LVType = Simple;
389 R.LVType = VectorElt;
400 R.LVType = ExtVectorElt;
419 R.LVType = BitField
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 525 milliseconds