Searched refs:value (Results 276 - 300 of 4996) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/expr/
H A Dsizeof2.C12 static const int value = sizeof(check()); member in struct:S
21 static const int value = sizeof(check()); member in struct:T
25 StaticAssert<(S::value == sizeof(int))> s;
28 StaticAssert<(T<void>::value == sizeof(int))> t;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dsfinae1.C7 struct IsInt { static const bool value = false; }; member in struct:IsInt
10 struct IsInt<int> { static const bool value = true; }; member in struct:IsInt
13 typename Constraint<IsInt<T>::value>::Result foo(T);
16 typename Constraint<!IsInt<T>::value>::Result foo(T);
H A Dstatic19.C4 static const bool value = val; member in struct:bool_var
13 static const bool value = sizeof(++x) == 1; member in struct:is_inc_::impl
16 template<typename T> struct is_incr : bool_var< is_inc_::impl<T>::value> {};
18 typedef int sa1[ is_incr<not_incr>::value ? -1 : 1];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D991216-1.c5 test1 (int a, long long value, int after) argument
8 || value != VALUE
14 test2 (int a, int b, long long value, int after) argument
18 || value != VALUE
24 test3 (int a, int b, int c, long long value, int after) argument
29 || value != VALUE
35 test4 (int a, int b, int c, int d, long long value, int after) argument
41 || value != VALUE
47 test5 (int a, int b, int c, int d, int e, long long value, int after) argument
54 || value !
60 test6(int a, int b, int c, int d, int e, int f, long long value, int after) argument
74 test7(int a, int b, int c, int d, int e, int f, int g, long long value, int after) argument
89 test8(int a, int b, int c, int d, int e, int f, int g, int h, long long value, int after) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dannota1.c22 int value; variable
34 value = 7;
40 printf ("value is %d\n", value);
46 value++;
H A Dannota3.c22 int value; variable
34 value = 7;
40 printf ("value is %d\n", value);
46 value++;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcp-abi.h29 struct value;
55 Actually, return an `enum ctor_kind' value describing what *kind*
78 Actually, return an `enum dtor_kind' value describing what *kind*
92 /* Return an object's virtual function as a value.
94 VALUEP is a pointer to a pointer to a value, holding the object
108 extern struct value *value_virtual_fn_field (struct value **valuep,
138 extern struct type *value_rtti_type (struct value *value,
143 of class TYPE, for value a
[all...]
H A Dwrapper.c20 #include "value.h"
42 gdb_evaluate_expression (struct expression *exp, struct value **value) argument
48 *value = evaluate_expression(exp);
57 gdb_value_fetch_lazy (struct value *val)
72 gdb_value_equal (struct value *val1, struct value *val2, int *result)
87 gdb_value_assign (struct value *val1, struct value *val2,
88 struct value **resul
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr28814.c8 value; member in struct:w49
/netbsd-6-1-5-RELEASE/lib/libc/compat-43/
H A Dgethostid.c49 int mib[2], value; local
54 size = sizeof(value);
55 if (sysctl(mib, 2, &value, &size, NULL, (size_t)0) == -1)
57 return (value);
/netbsd-6-1-5-RELEASE/gnu/dist/bc/dc/
H A Darray.c42 dc_data value; member in struct:dc_array
53 /* store value into array_id[Index] */
55 dc_array_set DC_DECLARG((array_id, Index, value))
58 dc_data value DC_DECLEND
70 if (cur->value.dc_type == DC_NUMBER)
71 dc_free_num(&cur->value.v.number);
72 else if (cur->value.dc_type == DC_STRING)
73 dc_free_str(&cur->value.v.string);
76 cur->value = value;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/typelist/
H A Dtypelist_contains.hpp68 value = false enumerator in enum:detail::typelist_contains_::__anon4637
79 value = enumerator in enum:detail::typelist_contains_::__anon4638
81 Tl, T>::value
92 value = true enumerator in enum:detail::typelist_contains_::__anon4639
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/is_polymorphic/
H A D24809.cc27 static const bool b = std::tr1::is_polymorphic<std::exception>::value;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/
H A Dds_trait_imp.hpp56 value = enumerator in enum:detail::erase_can_throw_imp::__anon4578
59 ov_tree_ds_tag>::value
70 value = Cntnr::erase_can_throw enumerator in enum:detail::erase_can_throw_imp::__anon4579
79 value = enumerator in enum:detail::erase_iterators_imp::__anon4580
82 rb_tree_ds_tag>::value ||
85 splay_tree_ds_tag>::value
96 value = Cntnr::erase_iterators enumerator in enum:detail::erase_iterators_imp::__anon4581
105 value = enumerator in enum:detail::order_preserving_imp::__anon4582
108 rb_tree_ds_tag>::value ||
111 splay_tree_ds_tag>::value ||
125 value = Cntnr::order_preserving enumerator in enum:detail::order_preserving_imp::__anon4583
183 value = enumerator in enum:detail::reverse_iteration_imp::__anon4586
200 value = Cntnr::reverse_iteration enumerator in enum:detail::reverse_iteration_imp::__anon4587
209 value = enumerator in enum:detail::split_join_imp::__anon4588
229 value = false enumerator in enum:detail::split_join_imp::__anon4589
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libbluetooth/
H A Dt_sdp_get.c59 sdp_data_t value, seq; local
65 ATF_REQUIRE(sdp_get_data(&test, &value));
66 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_UINT16);
67 ATF_CHECK_EQ(sdp_data_size(&value), 3);
69 ATF_REQUIRE(sdp_get_data(&test, &value));
70 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_SEQ8);
71 ATF_CHECK_EQ(sdp_data_size(&value), 7);
73 ATF_REQUIRE(sdp_get_data(&test, &value));
74 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_SEQ16);
75 ATF_CHECK_EQ(sdp_data_size(&value),
106 sdp_data_t value; local
178 uuid_t value; local
217 bool value; local
280 uintmax_t value; local
390 intmax_t value; local
476 sdp_data_t value; local
516 sdp_data_t value; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dresource.h35 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value);
40 *\li If 'value' exceeds the maximum possible on the operating system,
56 isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value);
61 *\li 'value' is set to the maximum limit.
63 *\li #ISC_RESOURCE_UNLIMITED is the maximum value of isc_resourcevalue_t.
65 *\li On many (all?) Unix systems, RLIM_INFINITY is a valid value that is
69 *\li The current ISC libdns configuration file parser assigns a value
87 isc_resource_getcurlimit(isc_resource_t resource, isc_resourcevalue_t *value);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dresource.h35 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value);
40 *\li If 'value' exceeds the maximum possible on the operating system,
56 isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value);
61 *\li 'value' is set to the maximum limit.
63 *\li #ISC_RESOURCE_UNLIMITED is the maximum value of isc_resourcevalue_t.
65 *\li On many (all?) Unix systems, RLIM_INFINITY is a valid value that is
69 *\li The current ISC libdns configuration file parser assigns a value
87 isc_resource_getcurlimit(isc_resource_t resource, isc_resourcevalue_t *value);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic87.C6 static bool const value = false; member in struct:foo
12 static bool const value = true; member in struct:foo
21 static_assert(foo<int_<0> >::value == false,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/inherit/
H A Doverride-attribs.C9 test(void* value); // { dg-error "overriding" }
16 test(void* value); // { dg-error "conflicting type attributes" }
23 test(void* value); // OK
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dvthunk1.C1 // PR c++/12007 Multiple inheritance float pass by value fails
9 virtual void PutVal(float value){} argument
16 void PutVal(float value){ if (value != 3.14159f) abort (); } argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Daccess19.C8 explicit_t( const T& c ): value( c ) { }
9 operator T&() { return value; }
13 T value; member in class:explicit_t
H A Drepo5.C8 static const T value = N; member in struct:integral_c
9 typedef integral_c< T, value + 1 > next;
11 template< typename T, T N > T const integral_c< T, N >::value; member in class:integral_c
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dssa-sra-2.C7 int value; member in struct:OOf
8 OOf() {value = 0;}
13 f.value = op1.value + op2.value;
19 f.value = op1.value * op2.value;
25 f.value = op1.value
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.eh/
H A Dvbase4.C22 int value; member in struct:B
24 :value(10)
28 if (value == 10)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D980205.c5 double value; local
9 value = va_arg (ap, double);
12 if (one != 1.0 || value != 2.0)

Completed in 300 milliseconds

<<11121314151617181920>>