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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h159 } LVType; member in class:clang::CodeGen::LValue
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
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp3146 QualType LVType,
3193 if (const PointerType *PT = LVType->getAs<PointerType>())
3194 LVType = PT->getPointeeType();
3195 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl();
3145 HandleMemberPointerAccess(EvalInfo &Info, QualType LVType, LValue &LV, const Expr *RHS, bool IncludeMember = true) argument

Completed in 62 milliseconds