Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2427 const StackFrameContext *CalleeSF = CalleeLC->getStackFrame(); in replayWithoutInlining() local
2428 const StackFrameContext *CallerSF = CalleeSF->getParent()->getStackFrame(); in replayWithoutInlining()
2429 assert(CalleeSF && CallerSF); in replayWithoutInlining()
2431 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
2483 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()
2484 CalleeSF->getIndex()); in replayWithoutInlining()
2539 const LocationContext *CalleeSF = CalleeLC->getStackFrame(); in processCFGBlockEntrance() local
2542 if (RootLC->getStackFrame() != CalleeSF) { in processCFGBlockEntrance()
2543 Engine.FunctionSummaries->markReachedMaxBlockCount(CalleeSF->getDecl()); in processCFGBlockEntrance()