Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp123 return Eng.processRegionChange(State, MR, LCtx); in bindLoc()
135 return Mgr.getOwningEngine().processRegionChange(State, R, LCtx); in bindDefaultInitial()
144 return Mgr.getOwningEngine().processRegionChange(State, R, LCtx); in bindDefaultZero()
H A DExprEngine.cpp469 State = processRegionChange(State, TR, LC); in createTemporaryRegionIfNeeded()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h407 processRegionChange(ProgramStateRef state, in processRegionChange() function