Home | History | Annotate | Download | only in Checkers

Lines Matching full:escaped

64               Escaped
81 bool isEscaped() const { return K == Escaped; }
105 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
121 CASE(Escaped)
215 const InvalidatedSymbols &Escaped,
219 const InvalidatedSymbols &Escaped,
349 const InvalidatedSymbols &Escaped,
1404 // If the pointer is allocated or escaped, but we are now trying to free it,
2554 const InvalidatedSymbols &Escaped,
2557 return checkPointerEscapeAux(State, Escaped, Call, Kind, &retTrue);
2561 const InvalidatedSymbols &Escaped,
2564 return checkPointerEscapeAux(State, Escaped, Call, Kind,
2569 const InvalidatedSymbols &Escaped,
2583 for (InvalidatedSymbols::const_iterator I = Escaped.begin(),
2584 E = Escaped.end();