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 503 ProgramStateRef removeGDM(ProgramStateRef state, void *Key);
577 return removeGDM(st, ProgramStateTrait<T>::GDMIndex());
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 476 ProgramStateRef ProgramStateManager::removeGDM(ProgramStateRef state, void *Key) {

Completed in 3942 milliseconds