Home
last modified time | relevance | path

Searched defs:getReturnValue (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h214 RetEffect getReturnValue() const { return Ret; } in getReturnValue() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp209 SVal CallEvent::getReturnValue() const { in getReturnValue() function in CallEvent