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

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 232 state = state->bindDefault(retVal, Init);
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 124 const ProgramState *ProgramState::bindDefault(SVal loc, SVal V) const {
127 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 213 const ProgramState *bindDefault(SVal loc, SVal V) const;

Completed in 88 milliseconds