Home | History | Annotate | Download | only in Checkers

Lines Matching defs:Escaped

58               Escaped
74 bool isEscaped() const { return K == Escaped; }
94 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
109 CASE(Escaped)
193 const InvalidatedSymbols &Escaped,
197 const InvalidatedSymbols &Escaped,
313 const InvalidatedSymbols &Escaped,
1146 // If the pointer is allocated or escaped, but we are now trying to free it,
2199 const InvalidatedSymbols &Escaped,
2202 return checkPointerEscapeAux(State, Escaped, Call, Kind, &retTrue);
2206 const InvalidatedSymbols &Escaped,
2209 return checkPointerEscapeAux(State, Escaped, Call, Kind,
2214 const InvalidatedSymbols &Escaped,
2228 for (InvalidatedSymbols::const_iterator I = Escaped.begin(),
2229 E = Escaped