Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DAllocator.h26 template <typename T> struct ReferenceAdder { typedef T& result; }; struct
27 template <typename T> struct ReferenceAdder<T&> { typedef T result; };
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DScopedHashTable.h170 typedef typename ReferenceAdder<AllocatorTy>::result AllocatorRefTy;
171 typedef typename ReferenceAdder<const AllocatorTy>::result AllocatorCRefTy;
DStringMap.h263 typedef typename ReferenceAdder<AllocatorTy>::result AllocatorRefTy;
264 typedef typename ReferenceAdder<const AllocatorTy>::result AllocatorCRefTy;