Searched refs:LVal (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp569 const LV &LVal = *((const LV*)(const char*)Data); local
570 return ArrayRef<LValuePathEntry>(LVal.getPath(), LVal.PathLength);
581 LV &LVal = *((LV*)(char*)Data); local
582 LVal.BaseAndIsOnePastTheEnd.setPointer(B);
583 LVal.BaseAndIsOnePastTheEnd.setInt(false);
584 LVal.Offset = O;
585 LVal.CallIndex = CallIndex;
586 LVal.resizePath((unsigned)-1);
593 LV &LVal local
[all...]
H A DExprConstant.cpp1219 QualType Type, const LValue &LVal) {
1222 APValue::LValueBase Base = LVal.getLValueBase();
1223 const SubobjectDesignator &Designator = LVal.getLValueDesignator();
1242 LVal.getLValueCallIndex() == 0) &&
1350 LValue LVal; local
1351 LVal.setFrom(Info.Ctx, Value);
1352 return CheckLValueConstantExpression(Info, DiagLoc, Type, LVal);
1359 const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { argument
1360 return LVal.Base.dyn_cast<const ValueDecl*>();
1790 /// Update LVal t
1218 CheckLValueConstantExpression(EvalInfo &Info, SourceLocation Loc, QualType Type, const LValue &LVal) argument
1792 HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, const FieldDecl *FD, const ASTRecordLayout *RL = 0) argument
1807 HandleLValueIndirectMember(EvalInfo &Info, const Expr *E, LValue &LVal, const IndirectFieldDecl *IFD) argument
1844 HandleLValueArrayAdjustment(EvalInfo &Info, const Expr *E, LValue &LVal, QualType EltTy, int64_t Adjustment) argument
1862 HandleLValueComplexElement(EvalInfo &Info, const Expr *E, LValue &LVal, QualType EltTy, bool Imag) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp965 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext()); local
967 if (LVState->isNull(LVal).isConstrainedTrue()) {
970 // If the LVal is null, check if we are dealing with null reference.
981 if (Optional<KnownSVal> KV = LVal.getAs<KnownSVal>())
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2406 static bool isCompatibleIVType(Value *LVal, Value *RVal) { argument
2407 Type *LType = LVal->getType();

Completed in 82 milliseconds