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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 247 State = State->bindDefault(loc::MemRegionVal(Target), ZeroVal);
ProgramState.cpp 125 ProgramStateRef ProgramState::bindDefault(SVal loc, SVal V) const {
128 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 215 ProgramStateRef bindDefault(SVal loc, SVal V) const;
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 766 State = State->bindDefault(RetVal, Init);
    [all...]

Completed in 228 milliseconds