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

  /external/clang/include/clang/Analysis/
AnalysisContext.h 181 const CFGBlock *Blk,
279 const Stmt *s, const CFGBlock *blk,
282 Block(blk), Index(idx) {}
300 const CFGBlock *blk, unsigned idx) {
302 ID.AddPointer(blk);
376 const CFGBlock *blk, unsigned idx);
434 const CFGBlock *Blk,
436 return LocContexts.getStackFrame(Ctx, Parent, S, Blk, Idx);
448 const CFGBlock *Blk,
450 return LocContexts.getStackFrame(getContext(D), Parent, S, Blk, Idx)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_FindMVpred_s.s 74 M_ARG Blk, 4
78 M_LDR iBlk, Blk
88 ;// Branch to the case based on blk number
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_FindMVpred_s.s 74 M_ARG Blk, 4
78 M_LDR iBlk, Blk
88 ;// Branch to the case based on blk number
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 70 const CFGBlock *Blk = 0;
99 Blk = BE->getSrc();
113 return std::pair<const Stmt*, const CFGBlock*>(S, Blk);
161 const CFGBlock *Blk = 0;
162 llvm::tie(LastSt, Blk) = getLastStmt(Pred);
163 if (!Blk || !LastSt) {
230 const CFGBlock *Blk = 0;
231 llvm::tie(LastSt, Blk) = getLastStmt(CEBNode);
281 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) {
290 NodeBuilderContext Ctx(getCoreEngine(), Blk, BindedRetNode)
    [all...]
CoreEngine.cpp 285 const CFGBlock *Blk = L.getDst();
286 NodeBuilderContext BuilderCtx(*this, Blk, Pred);
290 FunctionSummaries->markVisitedBasicBlock(Blk->getBlockID(),
295 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
309 BlockEntrance BE(Blk, Pred->getLocationContext());
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 248 const CFGBlock *Blk, unsigned Idx) {
249 return getLocationContextManager().getStackFrame(this, Parent, S, Blk, Idx);
319 const CFGBlock *blk, unsigned idx) {
321 StackFrameContext::Profile(ID, ctx, parent, s, blk, idx);
326 L = new StackFrameContext(ctx, parent, s, blk, idx);
CFG.cpp 473 void prependAutomaticObjDtorsWithTerminator(CFGBlock *Blk,
    [all...]

Completed in 1156 milliseconds