Searched defs:NodeEx (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp267 const Stmt *NodeEx; /* Will become a CFGStmt */ member in struct:__anon18264::CheckLocationContext
275 SVal loc, bool isLoad, const Stmt *NodeEx,
278 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx),
286 ProgramPoint::getProgramPoint(NodeEx, K,
300 const Stmt *NodeEx,
303 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx,
274 CheckLocationContext(const CheckersTy &checkers, SVal loc, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &eng) argument
297 runCheckersForLocation(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, SVal location, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &Eng) argument
H A DExprEngine.cpp2086 const Expr *NodeEx,
2107 evalLoadCommon(Tmp, NodeEx, BoundEx, Pred, state,
2115 evalLoadCommon(Dst, NodeEx, BoundEx, *I, state, location, tag, LoadTy);
2121 evalLoadCommon(Dst, NodeEx, BoundEx, Pred, state, location, tag, LoadTy);
2125 const Expr *NodeEx,
2132 assert(NodeEx);
2136 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, tag, true);
2156 Bldr.generateNode(NodeEx, *NI, state->BindExpr(BoundEx, LCtx, V), tag,
2162 const Stmt *NodeEx,
2189 Bldr.generateNode(NodeEx, Pre
2085 evalLoad(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
2124 evalLoadCommon(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
2161 evalLocation(ExplodedNodeSet &Dst, const Stmt *NodeEx, const Stmt *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, bool isLoad) argument
[all...]

Completed in 125 milliseconds