Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h137 processRegionChanges(ProgramStateRef state,
149 return processRegionChanges(state, nullptr, MR, MR, LCtx, nullptr); in processRegionChange()
H A DExprEngine.h365 processRegionChanges(ProgramStateRef state,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp221 return Eng.processRegionChanges(newState, IS, TopLevelInvalidated, in invalidateRegionsImpl()
H A DExprEngine.cpp530 ExprEngine::processRegionChanges(ProgramStateRef state, in processRegionChanges() function in ExprEngine