Home
last modified time | relevance | path

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

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