HomeSort by relevance Sort by last modified time
    Searched refs:getLValue (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 280 Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
282 Loc getLValue(const CompoundLiteralExpr *literal,
286 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
289 SVal getLValue(const FieldDecl *decl, SVal Base) const;
292 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;
295 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;
694 inline Loc ProgramState::getLValue(const VarDecl *VD,
699 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal,
704 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const {
708 inline SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 99 LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue);
120 SVal LValue = State->getLValue(Var, LCtx);
138 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal);
141 FieldVal = State->getLValue(Init->getMember(), ThisVal);
551 state = state->bindLoc(state->getLValue(VD, LCtx), V);
591 SVal FieldLoc = State->getLValue(FieldForCapture, V);
ExprEngineObjC.cpp 28 SVal location = state->getLValue(Ex->getDecl(), baseVal);
81 elementV = state->getLValue(elemD, Pred->getLocationContext());
ExprEngine.cpp 489 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal);
492 FieldLoc = State->getLValue(BMI->getMember(), thisVal);
597 SVal dest = state->getLValue(varDecl, Pred->getLocationContext());
667 State->getLValue(Member, State->getSVal(ThisVal).castAs<Loc>());
    [all...]
ExprEngineC.cpp 458 Loc CLLoc = State->getLValue(CL, LCtx);
540 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
    [all...]
BugReporterVisitors.cpp     [all...]
CallEvent.cpp 689 SVal IvarLVal = getState()->getLValue(PropIvar, getReceiverSVal());
    [all...]
BugReporter.cpp     [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.hpp 62 virtual ExecValueAccess getLValue (void) const { DE_ASSERT(DE_FALSE); throw Exception("Expression::getLValue(): not L-value node"); }
78 ExecValueAccess getLValue (void) const { return m_valueAccess; }
rsgExpression.cpp 947 assignMasked(m_lvalueExpr->getLValue(), m_value.getValue(m_valueRange.getType()), evalCtx.getExecutionMask());
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 384 LValue *Function::getLValue(int id)
nv50_ir.h 958 inline LValue *getLValue(int id);
nv50_ir_ra.cpp 442 func->clobbers.push_back(func->getLValue(i));
567 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1);
    [all...]
nv50_ir_from_tgsi.cpp     [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.h 135 std::unique_ptr<LValue> getLValue(const Expression& value, SkWStream& out);
SkSLSPIRVCodeGenerator.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal);
    [all...]
NullabilityChecker.cpp 389 SVal LV = State->getLValue(ParamDecl, LocCtxt);
421 SVal LV = State->getLValue(IvarDecl, SelfVal);
    [all...]
BasicObjCFoundationChecks.cpp 926 ElementLoc = State->getLValue(ElemDecl, LCtx);
    [all...]
CStringChecker.cpp     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 510 milliseconds