Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1340 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in replayWithoutInlining() local
1341 const StackFrameContext *CallerSF = CalleeSF->getParent()->getCurrentStackFrame(); in replayWithoutInlining()
1342 assert(CalleeSF && CallerSF); in replayWithoutInlining()
1344 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
1395 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()
1396 CalleeSF->getIndex()); in replayWithoutInlining()
1433 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in processCFGBlockEntrance() local
1436 if (RootLC->getCurrentStackFrame() != CalleeSF) { in processCFGBlockEntrance()
1437 Engine.FunctionSummaries->markReachedMaxBlockCount(CalleeSF->getDecl()); in processCFGBlockEntrance()