Home
last modified time | relevance | path

Searched refs:CalleeSF (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1356 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in replayWithoutInlining() local
1357 const StackFrameContext *CallerSF = CalleeSF->getParent()->getCurrentStackFrame(); in replayWithoutInlining()
1358 assert(CalleeSF && CallerSF); in replayWithoutInlining()
1360 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
1411 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()
1412 CalleeSF->getIndex()); in replayWithoutInlining()
1449 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in processCFGBlockEntrance() local
1452 if (RootLC->getCurrentStackFrame() != CalleeSF) { in processCFGBlockEntrance()
1453 Engine.FunctionSummaries->markReachedMaxBlockCount(CalleeSF->getDecl()); in processCFGBlockEntrance()