Searched refs:LVType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h115 } LVType; member in class:clang::CodeGen::LValue
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
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp2975 QualType LVType,
3022 if (const PointerType *PT = LVType->getAs<PointerType>())
3023 LVType = PT->getPointeeType();
3024 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl();

Completed in 350 milliseconds