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.cpp2439 const StackFrameContext *CalleeSF = CalleeLC->getStackFrame(); in replayWithoutInlining() local
2440 const StackFrameContext *CallerSF = CalleeSF->getParent()->getStackFrame(); in replayWithoutInlining()
2441 assert(CalleeSF && CallerSF); in replayWithoutInlining()
2443 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
2495 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()
2496 CalleeSF->getIndex()); in replayWithoutInlining()
2551 const LocationContext *CalleeSF = CalleeLC->getStackFrame(); in processCFGBlockEntrance() local
2554 if (RootLC->getStackFrame() != CalleeSF) { in processCFGBlockEntrance()
2555 Engine.FunctionSummaries->markReachedMaxBlockCount(CalleeSF->getDecl()); in processCFGBlockEntrance()