Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h93 auto InCache = Cache.lookup(V); in GetUnderlyingObjCPtrCached() local
94 if (InCache.first && InCache.second) in GetUnderlyingObjCPtrCached()
95 return InCache.second; in GetUnderlyingObjCPtrCached()