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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1892 const StackFrameContext *CalleeSF = CalleeLC->getStackFrame(); local
1893 const StackFrameContext *CallerSF = CalleeSF->getParent()->getStackFrame();
1894 assert(CalleeSF && CallerSF);
1896 const Stmt *CE = CalleeSF->getCallSite();
1947 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(),
1948 CalleeSF->getIndex());
2004 const LocationContext *CalleeSF = CalleeLC->getStackFrame(); local
2007 if (RootLC->getStackFrame() != CalleeSF) {
2008 Engine.FunctionSummaries->markReachedMaxBlockCount(CalleeSF->getDecl());

Completed in 85 milliseconds