OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_const_past_pointer
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
type_traits.h
225
struct
add_const_past_pointer
{ typedef const T type; };
struct in namespace:llvm
228
struct
add_const_past_pointer
<T, typename enable_if<is_pointer<T> >::type> {
struct in namespace:llvm
Casting.h
40
typedef typename
add_const_past_pointer
<NonConstSimpleType>::type
Completed in 343 milliseconds