Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h159 } LVType; variable
246 bool isSimple() const { return LVType == Simple; } in isSimple()
247 bool isVectorElt() const { return LVType == VectorElt; } in isVectorElt()
248 bool isBitField() const { return LVType == BitField; } in isBitField()
249 bool isExtVectorElt() const { return LVType == ExtVectorElt; } in isExtVectorElt()
250 bool isGlobalReg() const { return LVType == GlobalReg; } in isGlobalReg()
379 R.LVType = Simple;
389 R.LVType = VectorElt; in MakeVectorElt()
400 R.LVType = ExtVectorElt; in MakeExtVectorElt()
419 R.LVType = BitField; in MakeBitfield()
[all …]
/external/clang/lib/AST/
DExprConstant.cpp3146 QualType LVType, in HandleMemberPointerAccess() argument
3193 if (const PointerType *PT = LVType->getAs<PointerType>()) in HandleMemberPointerAccess()
3194 LVType = PT->getPointeeType(); in HandleMemberPointerAccess()
3195 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl(); in HandleMemberPointerAccess()