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

/external/clang/lib/AST/
H A DAPValue.cpp575 const LV &LVal = *((const LV*)(const char*)Data.buffer); local
576 return ArrayRef<LValuePathEntry>(LVal.getPath(), LVal.PathLength);
587 LV &LVal = *((LV*)(char*)Data.buffer); local
588 LVal.BaseAndIsOnePastTheEnd.setPointer(B);
589 LVal.BaseAndIsOnePastTheEnd.setInt(false);
590 LVal.Offset = O;
591 LVal.CallIndex = CallIndex;
592 LVal.resizePath((unsigned)-1);
599 LV &LVal local
[all...]
H A DExprConstant.cpp1246 QualType Type, const LValue &LVal) {
1249 APValue::LValueBase Base = LVal.getLValueBase();
1250 const SubobjectDesignator &Designator = LVal.getLValueDesignator();
1269 LVal.getLValueCallIndex() == 0) &&
1394 LValue LVal; local
1395 LVal.setFrom(Info.Ctx, Value);
1396 return CheckLValueConstantExpression(Info, DiagLoc, Type, LVal);
1403 const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { argument
1404 return LVal.Base.dyn_cast<const ValueDecl*>();
1834 /// Update LVal t
1245 CheckLValueConstantExpression(EvalInfo &Info, SourceLocation Loc, QualType Type, const LValue &LVal) argument
1836 HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, const FieldDecl *FD, const ASTRecordLayout *RL = nullptr) argument
1851 HandleLValueIndirectMember(EvalInfo &Info, const Expr *E, LValue &LVal, const IndirectFieldDecl *IFD) argument
1887 HandleLValueArrayAdjustment(EvalInfo &Info, const Expr *E, LValue &LVal, QualType EltTy, int64_t Adjustment) argument
1905 HandleLValueComplexElement(EvalInfo &Info, const Expr *E, LValue &LVal, QualType EltTy, bool Imag) argument
[all...]
/external/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>())
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2476 static bool isCompatibleIVType(Value *LVal, Value *RVal) { argument
2477 Type *LType = LVal->getType();

Completed in 441 milliseconds