Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp115 ProgramStateRef pred_state = pred->getState(); in shouldCollect() local
116 if (state->store != pred_state->store || state->GDM != pred_state->GDM || in shouldCollect()