HomeSort by relevance Sort by last modified time
    Searched refs:processRegionChanges (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 98 /// region change should trigger a processRegionChanges update.
101 /// processRegionChanges - Called by ProgramStateManager whenever a change is
104 processRegionChanges(ProgramStateRef state,
114 return processRegionChanges(state, 0, MR, MR, 0);
ExprEngine.h 213 /// region change should trigger a processRegionChanges update.
216 /// processRegionChanges - Called by ProgramStateManager whenever a change is made
219 processRegionChanges(ProgramStateRef state,
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 184 return Eng->processRegionChanges(newState, &IS, Regions, Invalidated, Call);
ExprEngine.cpp 195 ExprEngine::processRegionChanges(ProgramStateRef state,
    [all...]

Completed in 59 milliseconds