reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGValue.h
  251   bool isSimple() const { return LVType == Simple; }
  252   bool isVectorElt() const { return LVType == VectorElt; }
  253   bool isBitField() const { return LVType == BitField; }
  254   bool isExtVectorElt() const { return LVType == ExtVectorElt; }
  255   bool isGlobalReg() const { return LVType == GlobalReg; }
  372     R.LVType = Simple;
  383     R.LVType = VectorElt;
  395     R.LVType = ExtVectorElt;
  413     R.LVType = BitField;
  423     R.LVType = GlobalReg;