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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 223 ProgramStateRef bindDefault(SVal loc, SVal V) const;
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 588 state = state->bindDefault(RetVal, Init);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 133 ProgramStateRef ProgramState::bindDefault(SVal loc, SVal V) const {
136 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V);

Completed in 53 milliseconds