Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h391 processRegionChanges(ProgramStateRef state,
402 return processRegionChanges(state, nullptr, MR, MR, LCtx, nullptr); in processRegionChange()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp214 return Eng.processRegionChanges(newState, IS, TopLevelInvalidated, in invalidateRegionsImpl()
H A DExprEngine.cpp673 ExprEngine::processRegionChanges(ProgramStateRef state, in processRegionChanges() function in ExprEngine