Lines Matching refs:value

4   static const bool value = false;
9 static const bool value = true;
14 static const bool value = true;
17 int array0[is_pointer<int>::value? -1 : 1];
18 int array1[is_pointer<int*>::value? 1 : -1];
19 int array2[is_pointer<const int*>::value? 1 : -1];
23 static const bool value = false;
28 static const bool value = true;
31 int lvalue_ref0[is_lvalue_reference<int>::value? -1 : 1];
32 int lvalue_ref1[is_lvalue_reference<const int&>::value? 1 : -1];
36 static const bool value = false;
41 static const bool value = true;
44 int is_const0[is_const<int>::value? -1 : 1];
45 int is_const1[is_const<const int>::value? 1 : -1];
46 int is_const2[is_const<const volatile int>::value? 1 : -1];
47 int is_const3[is_const<const int [3]>::value? 1 : -1];
48 int is_const4[is_const<const volatile int[3]>::value? 1 : -1];
49 int is_const5[is_const<volatile int[3]>::value? -1 : 1];
53 static const bool value = false;
58 static const bool value = true;
61 int is_volatile0[is_volatile<int>::value? -1 : 1];
62 int is_volatile1[is_volatile<volatile int>::value? 1 : -1];
63 int is_volatile2[is_volatile<const volatile int>::value? 1 : -1];
64 int is_volatile3[is_volatile<volatile char[3]>::value? 1 : -1];
68 static const bool value = false;
73 static const bool value = true;
79 int is_same0[is_same<int, int>::value? 1 : -1];
80 int is_same1[is_same<int, INT>::value? 1 : -1];
81 int is_same2[is_same<const int, int>::value? -1 : 1];
82 int is_same3[is_same<int_ptr, int>::value? -1 : 1];
94 int remove_ref0[is_same<remove_reference<int>::type, int>::value? 1 : -1];
95 int remove_ref1[is_same<remove_reference<int&>::type, int>::value? 1 : -1];
107 int remove_const0[is_same<remove_const<const int>::type, int>::value? 1 : -1];
108 int remove_const1[is_same<remove_const<const int[3]>::type, int[3]>::value? 1 : -1];
112 static const bool value = false;
117 static const bool value = true;
120 int incomplete_array0[is_incomplete_array<int>::value ? -1 : 1];
121 int incomplete_array1[is_incomplete_array<int[1]>::value ? -1 : 1];
122 int incomplete_array2[is_incomplete_array<bool[]>::value ? 1 : -1];
123 int incomplete_array3[is_incomplete_array<int[]>::value ? 1 : -1];
127 static const bool value = false;
132 static const bool value = true;
135 int array_with_4_elements0[is_array_with_4_elements<int[]>::value ? -1 : 1];
136 int array_with_4_elements1[is_array_with_4_elements<int[1]>::value ? -1 : 1];
137 int array_with_4_elements2[is_array_with_4_elements<int[4]>::value ? 1 : -1];
138 int array_with_4_elements3[is_array_with_4_elements<int[4][2]>::value ? 1 : -1];
145 static const unsigned value = N;
148 int array_size0[get_array_size<int[12]>::value == 12? 1 : -1];
165 int remove_extent0[is_same<remove_extent<int[][5]>::type, int[5]>::value? 1 : -1];
166 int remove_extent1[is_same<remove_extent<const int[][5]>::type, const int[5]>::value? 1 : -1];
170 static const bool value = false;
175 static const bool value = true;
178 int is_unary_function0[is_unary_function<int>::value ? -1 : 1];
179 int is_unary_function1[is_unary_function<int (*)()>::value ? -1 : 1];
180 int is_unary_function2[is_unary_function<int (*)(int, bool)>::value ? -1 : 1];
181 int is_unary_function3[is_unary_function<int (*)(bool)>::value ? 1 : -1];
182 int is_unary_function4[is_unary_function<int (*)(int)>::value ? 1 : -1];
186 static const bool value = false;
191 static const bool value = true;
194 int is_unary_function5[is_unary_function_with_same_return_type_as_argument_type<int>::value ? -1 : 1];
195 int is_unary_function6[is_unary_function_with_same_return_type_as_argument_type<int (*)()>::value ? -1 : 1];
196 int is_unary_function7[is_unary_function_with_same_return_type_as_argument_type<int (*)(int, bool)>::value ? -1 : 1];
197 int is_unary_function8[is_unary_function_with_same_return_type_as_argument_type<int (*)(bool)>::value ? -1 : 1];
198 int is_unary_function9[is_unary_function_with_same_return_type_as_argument_type<int (*)(int)>::value ? 1 : -1];
199 int is_unary_function10[is_unary_function_with_same_return_type_as_argument_type<int (*)(int, ...)>::value ? -1 : 1];
200 int is_unary_function11[is_unary_function_with_same_return_type_as_argument_type<int (* const)(int)>::value ? -1 : 1];
204 static const bool value = false;
209 static const bool value = true;
212 int is_binary_function0[is_binary_function<int(float, double)>::value? 1 : -1];
216 static const bool value = false;
221 static const bool value = true;
226 int is_member_pointer0[is_member_pointer<int X::*>::value? 1 : -1];
227 int is_member_pointer1[is_member_pointer<const int X::*>::value? 1 : -1];
228 int is_member_pointer2[is_member_pointer<int (X::*)()>::value? 1 : -1];
229 int is_member_pointer3[is_member_pointer<int (X::*)(int) const>::value? 1 : -1];
230 int is_member_pointer4[is_member_pointer<int (X::**)(int) const>::value? -1 : 1];
231 int is_member_pointer5[is_member_pointer<int>::value? -1 : 1];
235 static const bool value = false;
240 static const bool value = true;
245 static const bool value = true;
250 static const bool value = true;
255 static const bool value = true;
260 static const bool value = true;
265 static const bool value = true;
270 static const bool value = true;
275 static const bool value = true;
279 is_member_function_pointer<int X::*>::value? -1 : 1];
281 is_member_function_pointer<int (X::*)()>::value? 1 : -1];
283 is_member_function_pointer<X (X::*)(X&)>::value? 1 : -1];
285 is_member_function_pointer<int (X::*)() const>::value? 1 : -1];
287 is_member_function_pointer<int (X::*)(float) const>::value? 1 : -1];
293 static const bool value = false;
298 static const bool value = true;
313 is_nested_value_type_identity<HasValueType<int> >::value? -1 : 1];
315 is_nested_value_type_identity<HasIdentityValueType>::value? 1 : -1];
317 is_nested_value_type_identity<NoValueType>::value? -1 : 1];
347 struct C< T, A< N::B<T>::value > >