Home
last modified time | relevance | path

Searched refs:unbindLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DGRState.cpp178 const GRState *GRState::unbindLoc(Loc LV) const { in unbindLoc() function in GRState
DCFRefCount.cpp2653 state = state->unbindLoc(cast<Loc>(V)); in evalSummary()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DGRState.h218 const GRState *unbindLoc(Loc LV) const;
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp767 return state->unbindLoc(*L); in InvalidateBuffer()