Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h115 } LVType; variable
192 bool isSimple() const { return LVType == Simple; } in isSimple()
193 bool isVectorElt() const { return LVType == VectorElt; } in isVectorElt()
194 bool isBitField() const { return LVType == BitField; } in isBitField()
195 bool isExtVectorElt() const { return LVType == ExtVectorElt; } in isExtVectorElt()
196 bool isGlobalReg() const { return LVType == GlobalReg; } in isGlobalReg()
301 R.LVType = Simple;
310 R.LVType = VectorElt; in MakeVectorElt()
320 R.LVType = ExtVectorElt; in MakeExtVectorElt()
337 R.LVType = BitField; in MakeBitfield()
[all …]
/external/clang/lib/AST/
DExprConstant.cpp2975 QualType LVType, in HandleMemberPointerAccess() argument
3022 if (const PointerType *PT = LVType->getAs<PointerType>()) in HandleMemberPointerAccess()
3023 LVType = PT->getPointeeType(); in HandleMemberPointerAccess()
3024 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl(); in HandleMemberPointerAccess()