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

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp294 const Stmt *NodeEx; /* Will become a CFGStmt */ member in struct:__anon1576::CheckLocationContext
302 SVal loc, bool isLoad, const Stmt *NodeEx,
305 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx),
313 ProgramPoint::getProgramPoint(NodeEx, K,
327 const Stmt *NodeEx,
330 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx,
301 CheckLocationContext(const CheckersTy &checkers, SVal loc, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &eng) argument
324 runCheckersForLocation(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, SVal location, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &Eng) argument
H A DExprEngine.cpp2250 const Expr *NodeEx,
2271 evalLoadCommon(Tmp, NodeEx, BoundEx, Pred, state,
2279 evalLoadCommon(Dst, NodeEx, BoundEx, *I, state, location, tag, LoadTy);
2285 evalLoadCommon(Dst, NodeEx, BoundEx, Pred, state, location, tag, LoadTy);
2289 const Expr *NodeEx,
2296 assert(NodeEx);
2300 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, tag, true);
2320 Bldr.generateNode(NodeEx, *NI, state->BindExpr(BoundEx, LCtx, V), tag,
2326 const Stmt *NodeEx,
2353 Bldr.generateNode(NodeEx, Pre
2249 evalLoad(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
2288 evalLoadCommon(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
2325 evalLocation(ExplodedNodeSet &Dst, const Stmt *NodeEx, const Stmt *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, bool isLoad) argument
[all...]

Completed in 72 milliseconds