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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 258 Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
260 Loc getLValue(const CompoundLiteralExpr *literal,
264 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
267 SVal getLValue(const FieldDecl *decl, SVal Base) const;
270 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;
273 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;
659 inline Loc ProgramState::getLValue(const VarDecl *VD,
664 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal,
669 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const {
673 inline SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 28 SVal location = state->getLValue(Ex->getDecl(), baseVal);
81 elementV = state->getLValue(elemD, Pred->getLocationContext());
ExprEngineCXX.cpp 99 LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue);
130 SVal LValue = State->getLValue(Var, LCtx);
153 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal);
156 FieldVal = State->getLValue(Init->getMember(), ThisVal);
446 state = state->bindLoc(state->getLValue(VD, LCtx), V);
ExprEngine.cpp 467 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal);
470 FieldLoc = State->getLValue(BMI->getMember(), thisVal);
553 SVal dest = state->getLValue(varDecl, Pred->getLocationContext());
595 State->getLValue(Member, State->getSVal(ThisVal).castAs<Loc>());
    [all...]
ExprEngineC.cpp 416 Loc CLLoc = State->getLValue(CL, LCtx);
494 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
    [all...]
BugReporterVisitors.cpp     [all...]
BugReporter.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/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/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/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 884 ElementLoc = State->getLValue(ElemDecl, LCtx);
    [all...]
CStringChecker.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 176 milliseconds