Home | History | Annotate | Download | only in Checkers

Lines Matching full:escaped

57               Escaped
73 bool isEscaped() const { return K == Escaped; }
93 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
198 const InvalidatedSymbols &Escaped,
202 const InvalidatedSymbols &Escaped,
298 const InvalidatedSymbols &Escaped,
1036 // If the pointer is allocated or escaped, but we are now trying to free it,
2011 const InvalidatedSymbols &Escaped,
2014 return checkPointerEscapeAux(State, Escaped, Call, Kind, &retTrue);
2018 const InvalidatedSymbols &Escaped,
2021 return checkPointerEscapeAux(State, Escaped, Call, Kind,
2026 const InvalidatedSymbols &Escaped,
2040 for (InvalidatedSymbols::const_iterator I = Escaped.begin(),
2041 E = Escaped.end();