Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h85 auto InCache = Cache.lookup(V); in GetUnderlyingObjCPtrCached() local
86 if (InCache.first && InCache.second) in GetUnderlyingObjCPtrCached()
87 return InCache.second; in GetUnderlyingObjCPtrCached()