Searched refs:value (Results 1 - 25 of 2816) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dlto-12b.c1 int value = -1; variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dthumb-andsi.c5 unsigned get_least_bits(unsigned value) argument
7 return value << 9 >> 9;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D200031109-1.c2 value was not initialized as it was optimizing !(value = (m?1:2))
3 to 0 and not setting value before. */
7 int value; local
8 if (!(value = (m?1:2)))
9 value = 0;
10 return value;
H A Dpr37483.c6 unsigned long long value; local
8 value = (value & 0xFFFFFFFF) >> count;
9 return value;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-auto.C2 constexpr auto value = 0; variable
H A Doverflow1.C6 static const long long value // { dg-error "overflow" } member in struct:Fib
7 = Fib<i-1>::value + Fib<i-2>::value;
13 static const long long value = 0; member in struct:Fib
19 static const long long value = 1; member in struct:Fib
24 return Fib<95>::value;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr24439.C8 int value=1; local
9 !(value?true:throw);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030814-2.c8 foo (int value) argument
10 switch (value)
13 if (value != 42)
H A D20030814-3.c8 foo (int value) argument
10 switch (value)
14 if (value != 42)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Derror6.C3 enum {value = 10*tento<n-1>::value}; enumerator in enum:tento::__anon1031
7 enum {value=1}; enumerator in enum:tento::__anon1032
11 if (tento<4>::value != 10000) return -1;
H A Ddefarg3.C8 template <int V, bool F = V < 1> struct A { enum { value }; };
9 template <int V> struct B { enum { value = A<1>::value }; };
10 int ary[!B<1>::value ? 1 : -1];
12 template <int V, bool F = V < 1> struct A1 { enum { value = 1}; };
13 template <int V> struct A1<V,false> { enum { value}; };
14 template <int V> struct B1 { enum { value = A1<1>::value }; };
16 int ary1[!B1<1>::value ? 1 : -1];
H A Dshift1.C5 static const int value = N; member in struct:IntHolder
9 static const int value = IntHolder< N>>S >::value; member in struct:ShrIntHolder
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f906 integer, save :: value = 2 local in function:myfunc
7 value = value - 1 + 0 * i
8 myfunc = value
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D941015-1.c2 foo1 (value)
3 long long value;
7 if (value < constant)
14 foo2 (value)
15 unsigned long long value;
19 if (value < constant)
27 unsigned long long value = 0xc000000000000001LL; local
30 x = foo1 (value);
31 y = foo2 (value);
H A D20070724-1.c4 static unsigned char value = '\235'; variable
8 if (value != magic[0])
/haiku-buildtools/gcc/libquadmath/math/
H A Dldexpq.c21 ldexpq (__float128 value, int exp) argument
23 if(!finiteq(value)||value==0.0Q) return value;
24 value = scalbnq(value,exp);
25 if(!finiteq(value)||value==0.0Q) errno = ERANGE;
26 return value;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Ddefarg3.C2 enum { value = 10 }; enumerator in enum:A::__anon977
4 static int f(int i=value);
/haiku-buildtools/binutils/opcodes/
H A Daarch64-asm-2.c30 int value; local
35 value = 2; /* --> sbc. */
39 value = 4; /* --> sbcs. */
43 value = 7; /* --> adds. */
47 value = 10; /* --> subs. */
51 value = 12; /* --> add. */
55 value = 14; /* --> adds. */
59 value = 17; /* --> subs. */
63 value = 20; /* --> adds. */
67 value
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_set/operators/
H A D52309.cc24 struct value {}; struct
25 struct hash { std::size_t operator()(const value&) const; };
26 bool operator==(value const&, value const&);
27 std::unordered_set<value, hash> set;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpr62262.c8 int foo(int value) argument
10 if (value == 0)
13 int bias = CLZ(value);
14 value >>= bias;
15 int zeros = CLZ(value << 1);
16 value <<= zeros;
18 int packed = (unsigned)(value << 9) >> 9;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/traits/char/
H A Dvalue.cc23 // [28.7] class template regex_traits value() function
28 // Tests the value() function of the regex_traits<char> class.
33 VERIFY( t.value('7', 8) == 7 );
34 VERIFY( t.value('7', 10) == 7 );
35 VERIFY( t.value('7', 16) == 7 );
36 VERIFY( t.value('9', 8) == -1 );
37 VERIFY( t.value('9', 10) == 9 );
38 VERIFY( t.value('9', 16) == 9 );
39 VERIFY( t.value('d', 8) == -1 );
40 VERIFY( t.value('
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/
H A Dvalue.cc22 // tr1 [7.7] class template regex_traits value() function
27 // Tests the value() function of the regex_traits<char> class.
32 VERIFY( t.value('7', 8) == 7 );
33 VERIFY( t.value('7', 10) == 7 );
34 VERIFY( t.value('7', 16) == 7 );
35 VERIFY( t.value('9', 8) == -1 );
36 VERIFY( t.value('9', 10) == 9 );
37 VERIFY( t.value('9', 16) == 9 );
38 VERIFY( t.value('d', 8) == -1 );
39 VERIFY( t.value('
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/
H A Dvalue.cc22 // tr1 [7.7] class template regex_traits value() function
27 // Tests the value() function of the regex_traits<char> class.
32 VERIFY( t.value('7', 8) == 7 );
33 VERIFY( t.value('7', 10) == 7 );
34 VERIFY( t.value('7', 16) == 7 );
35 VERIFY( t.value('9', 8) == -1 );
36 VERIFY( t.value('9', 10) == 9 );
37 VERIFY( t.value('9', 16) == 9 );
38 VERIFY( t.value('d', 8) == -1 );
39 VERIFY( t.value('
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dhidden-var1.C6 static const int value = 1 ; member in struct:Outer
8 template< int value >
14 return &value ;// { dg-error "lvalue required" }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dop2.C10 int value = 0; variable
17 { printf ("%s\n", __PRETTY_FUNCTION__); value = 1;}
20 { printf ("%s\n", __PRETTY_FUNCTION__); value = 2;}
23 { printf ("%s\n", __PRETTY_FUNCTION__); value = 3; return *this; }
26 { printf ("%s\n", __PRETTY_FUNCTION__); value = 4; return *this; }
36 printf ("%s\n", __PRETTY_FUNCTION__); value = 5;
41 printf ("%s\n", __PRETTY_FUNCTION__); value = 6;
48 value = 0; printf ("A(cA) : "); A a1(a0); if (value != 2) return 1;
49 value
[all...]

Completed in 416 milliseconds

1234567891011>>