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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h195 const CFGBlock *Blk, unsigned Idx) {
196 return LocCtxMgr.getStackFrame(Ctx, Parent, S, Blk, Idx);
209 const CFGBlock *Blk, unsigned Idx) {
211 Blk,Idx);
192 getStackFrame(AnalysisContext *Ctx, LocationContext const *Parent, const Stmt *S, const CFGBlock *Blk, unsigned Idx) argument
206 getStackFrame(const Decl *D, LocationContext const *Parent, const Stmt *S, const CFGBlock *Blk, unsigned Idx) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp263 const CFGBlock *Blk = L.getDst(); local
266 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
272 EndOfFunctionNodeBuilder Builder(Blk, Pred, this);
281 BlockEntrance BE(Blk, Pred->getLocationContext());
H A DBugReporter.cpp1132 const CFGBlock &Blk = *BE->getSrc(); local
1133 const Stmt *Term = Blk.getTerminator();
/external/clang/lib/Analysis/
H A DCFG.cpp421 void prependAutomaticObjDtorsWithTerminator(CFGBlock *Blk,
845 void CFGBuilder::prependAutomaticObjDtorsWithTerminator(CFGBlock *Blk, argument
849 = Blk->beginAutomaticObjDtorsInsert(Blk->end(), B.distance(E), C);
851 InsertPos = Blk->insertAutomaticObjDtor(InsertPos, *I,
852 Blk->getTerminator());

Completed in 130 milliseconds