Home
last modified time | relevance | path

Searched refs:HandleState (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp113 class HandleState { class
120 bool operator==(const HandleState &Other) const { in operator ==()
130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
137 return HandleState(Kind::Allocated, nullptr); in getAllocated()
139 static HandleState getReleased() { in getReleased()
140 return HandleState(Kind::Released, nullptr); in getReleased()
142 static HandleState getEscaped() { in getEscaped()
143 return HandleState(Kind::Escaped, nullptr); in getEscaped()
145 static HandleState getUnowned() { in getUnowned()
[all …]