OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
265
typedef typename
ReferenceAdder
<AllocatorTy>::result AllocatorRefTy;
266
typedef typename
ReferenceAdder
<const AllocatorTy>::result AllocatorCRefTy;
Completed in 88 milliseconds