OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_pointer
(Results
1 - 12
of
12
) sorted by null
/external/clang/test/SemaTemplate/
instantiate-typedef.cpp
4
struct
add_pointer
{
struct
8
add_pointer
<int>::type test1(int * ptr) { return ptr; }
10
add_pointer
<float>::type test2(int * ptr) {
11
return ptr; // expected-error{{cannot initialize return object of type '
add_pointer
<float>::type' (aka 'float *') with an lvalue of type 'int *'}}
14
add_pointer
<int&>::type // expected-note{{in instantiation of template class '
add_pointer
<int &>' requested here}}
typename-specifier-2.cpp
8
struct
add_pointer
{
struct
20
bind_metafun<
add_pointer
, int>::type::type ip = &i;
21
bind_metafun<
add_pointer
, float>::type::type fp = &i; // expected-error{{cannot initialize a variable of type 'bind_metafun<
add_pointer
, float>::type::type' (aka 'float *') with an rvalue of type 'int *'}}
30
extract_type_type<bind_metafun<
add_pointer
, double> >::t dp = &d;
metafun-apply.cpp
3
struct
add_pointer
{
struct
30
apply1<
add_pointer
, int>::type ip = &i;
default-arguments.cpp
99
struct
add_pointer
{
struct
108
int array4[is_same<X4<
add_pointer
>,
109
X4<
add_pointer
,
add_pointer
::apply> >::value? 1 : -1];
instantiate-template-template-parm.cpp
8
struct
add_pointer
{
struct
18
apply<
add_pointer
, int>::type ip = &i;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.ptr/
add_pointer.pass.cpp
12
//
add_pointer
19
static_assert((std::is_same<typename std::
add_pointer
<T>::type, U>::value), "");
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
add_pointer.hpp
66
BOOST_TT_AUX_TYPE_TRAIT_DEF1(
add_pointer
,T,typename boost::detail::add_pointer_impl<T>::type)
function_traits.hpp
14
#include <boost/type_traits/
add_pointer
.hpp>
169
public boost::detail::function_traits_helper<typename boost::
add_pointer
<Function>::type>
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp
166
template<class> struct
add_pointer
;
181
int check10[X5<add_reference,
add_pointer
, add_const>
183
add_pointer
<float>,
185
int check11[X5<add_reference,
add_pointer
>
187
add_pointer
<float>,
metafunctions.cpp
182
struct
add_pointer
{
struct in namespace:TemplateTemplateApply
192
add_reference,
add_pointer
, add_const>::type,
200
int check1[is_same<apply_each_indirect<int, add_reference,
add_pointer
,
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
class_properties.hpp
27
#include <boost/type_traits/
add_pointer
.hpp>
51
typedef typename
add_pointer
<typename add_const<PropertyType>::type>::type address_res_t;
192
typedef typename
add_pointer
<PropertyType>::type arrow_res_t;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp
22
#include <boost/type_traits/
add_pointer
.hpp>
111
,
add_pointer
<const value_type>
112
,
add_pointer
<value_type>
Completed in 119 milliseconds