HomeSort by relevance Sort by last modified time
    Searched refs:ReferenceAdder (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
Allocator.h 26 template <typename T> struct ReferenceAdder { typedef T& result; };
27 template <typename T> struct ReferenceAdder<T&> { typedef T result; };
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 170 typedef typename ReferenceAdder<AllocatorTy>::result AllocatorRefTy;
171 typedef typename ReferenceAdder<const AllocatorTy>::result AllocatorCRefTy;
StringMap.h 255 typedef typename ReferenceAdder<AllocatorTy>::result AllocatorRefTy;
256 typedef typename ReferenceAdder<const AllocatorTy>::result AllocatorCRefTy;

Completed in 62 milliseconds