Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2463 ExplodedNode *BeforeProcessingCall = nullptr; in replayWithoutInlining() local
2469 BeforeProcessingCall = N; in replayWithoutInlining()
2489 if (!BeforeProcessingCall) in replayWithoutInlining()
2498 BeforeProcessingCall->getLocationContext(), CE, nullptr, &PT); in replayWithoutInlining()
2501 ProgramStateRef NewNodeState = BeforeProcessingCall->getState(); in replayWithoutInlining()
2513 NewNode->addPredecessor(BeforeProcessingCall, G); in replayWithoutInlining()