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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 524 ProgramStateRef removeGDM(ProgramStateRef state, void *Key);
598 return removeGDM(st, ProgramStateTrait<T>::GDMIndex());
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 496 ProgramStateRef ProgramStateManager::removeGDM(ProgramStateRef state, void *Key) {

Completed in 215 milliseconds