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

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 320 for (std::vector<ProgramState*>::iterator i = recentlyAllocatedStates.begin(),
321 e = recentlyAllocatedStates.end(); i != e; ++i) {
329 recentlyAllocatedStates.clear();
359 recentlyAllocatedStates.push_back(newState);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 433 std::vector<ProgramState *> recentlyAllocatedStates;

Completed in 122 milliseconds