Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DFile.h117 using ConstDerefFn = const T* (*)(const OwningAtomPtr<T>&); variable
121 ConstDerefFn> ConstItTy;
134 return ConstItTy(_v.begin(), ConstDerefFn(DerefConst)); in begin()
137 return ConstItTy(_v.end(), ConstDerefFn(DerefConst)); in end()