Searched refs:getRefBinding (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp360 static inline const RefVal *getRefBinding(ProgramStateRef State, function
1499 if (const RefVal *T = getRefBinding(State, Sym))
1896 const RefVal* CurrT = getRefBinding(CurrSt, Sym);
1900 const RefVal *PrevT = getRefBinding(PrevSt, Sym);
2189 if (!getRefBinding(St, Sym))
2260 const RefVal* RV = getRefBinding(EndN->getState(), Sym);
2652 const RefVal* T = getRefBinding(state, Sym);
2677 if (const RefVal* T = getRefBinding(state, sym)) {
2820 if (const RefVal *T = getRefBinding(state, Sym)) {
2837 if (const RefVal *T = getRefBinding(stat
[all...]

Completed in 119 milliseconds