Searched refs:constant (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Delf-rel30.l2 .*: unsupported constant in relocation
3 .*: unsupported constant in relocation
4 .*: unsupported constant in relocation
5 .*: unsupported constant in relocation
6 .*: unsupported constant in relocation
7 .*: unsupported constant in relocation
8 .*: unsupported constant in relocation
9 .*: unsupported constant in relocation
10 .*: unsupported constant in relocation
11 .*: unsupported constant i
[all...]
H A Delf-consthilo.d2 #name: MIPS constant hi/lo
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr27528.c2 obviously constant but that are constrained to be constants. */
12 int constant = 0; local
16 asm ("# %0" :: "i" (constant)); /* { dg-warning "probably doesn't match" } */
/haiku-buildtools/binutils/include/gdb/
H A Dsignals.h52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Daddsw-bad.l2 [^:]*:5: Error: invalid constant \(496\) after fixup
3 [^:]*:6: Error: invalid constant \(496\) after fixup
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D941015-1.c5 register const long long constant = 0xc000000080000000LL; local
7 if (value < constant)
17 register const unsigned long long constant = 0xc000000080000000LL; local
19 if (value < constant)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A Dcpp4.F11 ! { dg-warning "Hollerith constant" "const" { target *-*-* } 6 }
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dequiv_9.f904 module constant module
11 use constant
18 use constant, only : x2
22 ! { dg-final { cleanup-modules "constant" } }
H A Dcontinuation_7.f908 Bar foo" ! { dg-warning "Missing '&' in continued character constant" }
15 a)', 'Hello' ! { dg-warning "Missing '&' in continued character constant" }
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dexpected_errors.l4 .*:6: Error: Bad constant value.
5 .*:7: Error: Bad constant value.
6 .*:8: Error: Bad constant value.
7 .*:9: Error: Bad constant value.
8 .*:10: Error: Bad constant value.
9 .*:11: Error: Bad constant value.
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Diris3.h51 SIZE.constant += 4; \
52 if (SIZE.constant < 32) \
53 SIZE.constant = 32; \
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dpr65340.C4 template <typename Type> Type constant; variable
9 auto &recurse = constant < functors :: recurse > ;
18 auto &traverse = constant < functors :: traverse > ;
H A Dvar-templ37.C5 T constant {};
14 auto& f = constant<foo<T>>;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dconst5.go27 n4 = len(f()) // ERROR "is not a constant|is not constant"
28 n5 = len(<-c) // ERROR "is not a constant|is not constant"
30 n6 = cap(f()) // ERROR "is not a constant|is not constant"
31 n7 = cap(<-c) // ERROR "is not a constant|is not constant"
H A Dconst2.go7 // Verify that large integer constant expressions cause overflow.
19 const LargeC = LargeB * LargeB * LargeB // GC_ERROR "constant multiplication overflow"
21 const AlsoLargeA = LargeA << 400 << 400 >> 400 >> 400 // GC_ERROR "constant shift overflow"
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dempty2.s2 .equiv constant, 0x12345678
18 .long constant
H A Dempty2.d8 [ ]+[0-9]+:[ ]+0*12345678[ ]+0[ ]+NOTYPE[ ]+LOCAL[ ]+DEFAULT[ ]+ABS constant
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-elf/
H A Dempty2.s2 .equiv constant, 0x12345678
18 .long constant
H A Dempty2.d9 [ ]+[0-9]+:[ ]+0*12345678[ ]+0[ ]+NOTYPE[ ]+LOCAL[ ]+DEFAULT[ ]+ABS constant
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C62 struct constant { }; struct
65 int& sfinae(constant<T, T::Green>*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0);
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0);
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0);
74 int& test4 = sfinae((constant<Color, Green>*)0);
75 float& test5 = sfinae((constant<Color, Red>*)0);
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dgeta-c.s1 % GETA with a large constant must not fail
H A Djump-c.s1 % JMP with a large constant must not fail
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dgeta-c.s1 % GETA with a large constant must not fail
H A Djump-c.s1 % JMP with a large constant must not fail
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Delf-consthilo.d2 #name: MIPS constant hi/lo

Completed in 234 milliseconds

1234567891011>>