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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp349 static inline const RefVal *getRefBinding(ProgramStateRef State, function
1469 if (const RefVal *T = getRefBinding(State, Sym))
1859 const RefVal* CurrT = getRefBinding(CurrSt, Sym);
1863 const RefVal *PrevT = getRefBinding(PrevSt, Sym);
2169 if (!getRefBinding(St, Sym))
2280 const RefVal* RV = getRefBinding(EndN->getState(), Sym);
2697 const RefVal* T = getRefBinding(state, Sym);
2722 if (const RefVal* T = getRefBinding(state, sym)) {
2864 if (const RefVal *T = getRefBinding(state, Sym)) {
2881 if (const RefVal *T = getRefBinding(stat
[all...]

Completed in 150 milliseconds