Searched refs:empty (Results 1 - 25 of 720) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20021110.c4 struct empty { struct
7 void foo(struct empty *p)
H A D950919-1.c1 #define empty macro
2 #if empty#cpu(m68k)
H A Dinit-3.c1 struct empty { }; struct
4 struct empty foo;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Ddarwin-abi-1.c7 struct empty { }; struct
8 extern void foo (struct empty e, int a);
10 struct empty e;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dintrinsic_ifunction_2.f904 real(8) :: empty(0, 3), square(0) variable in program:p
6 square = sum(empty * empty, 2)
H A Dreshape_zerosize_2.f903 ! Simplifier of RESHAPE was broken when reshaping an empty array.
4 INTEGER, PARAMETER :: empty(0,0) = RESHAPE(SHAPE(1), (/0, 0/)) variable
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dempty.s1 # An empty file.
/haiku-buildtools/binutils/ld/testsuite/ld-pe/
H A Dexports.s1 # Deliberately left empty.
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dempty-address.exp1 # Make sure that "dot" is updated for empty sections if their addresses
26 run_dump_test empty-address-1
27 run_dump_test empty-address-2a
28 run_dump_test empty-address-2b
29 run_dump_test empty-address-3a
30 run_dump_test empty-address-3b
31 run_dump_test empty-address-3c
H A Dempty-aligned.exp1 # Make sure empty aligned sections do not change output layout.
26 set testname "empty-aligned"
28 run_dump_test empty-aligned
H A Dempty-aligned.d1 #source: empty-aligned.s
2 #ld: -T empty-aligned.t
H A Dempty-orphan.s2 # empty but defined
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dreturn-reference.C8 static int empty; local
10 return (x ? *x : empty); // { dg-bogus ".*" }
16 static int empty; local
18 const int& r = (x ? *x : empty);
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-scripts/
H A Dempty-aligned.exp1 # Make sure empty aligned sections do not change output layout.
24 set testname "empty-aligned"
26 run_dump_test empty-aligned
H A Dempty-orphan.exp25 set testname "empty-orphan"
27 run_dump_test empty-orphan
H A Dempty-orphan.d1 #source: empty-orphan.s
2 #ld: -T empty-orphan.t
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Derror41.C6 bool empty();
10 return X.empty(); // { dg-error "which is of pointer type 'map" }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/element_access/char/
H A Dempty.cc30 std::experimental::string_view empty; local
31 VERIFY( empty.empty() );
35 const std::experimental::string_view empty; local
36 VERIFY( empty.empty() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/
H A Dempty.cc30 std::experimental::wstring_view empty; local
31 VERIFY( empty.empty() );
35 const std::experimental::wstring_view empty; local
36 VERIFY( empty.empty() );
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-ellipsis2.C7 bool empty();
12 static_assert(ellipsis(A().empty()), "Error"); // { dg-error "non-constant condition|empty" }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/
H A Dempty.cc28 std::wstring empty; local
29 wchar_t c = empty[0];
34 const std::wstring empty; local
35 wchar_t c = empty[0];
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/
H A Dempty.cc28 std::string empty; local
29 char c = empty[0];
34 const std::string empty; local
35 char c = empty[0];
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/any/assign/
H A D1.cc31 VERIFY( x.empty() );
32 VERIFY( y.empty() );
35 VERIFY( x.empty() );
36 VERIFY( y.empty() );
44 VERIFY( !x.empty() );
45 VERIFY( !y.empty() );
48 VERIFY( !x.empty() );
49 VERIFY( y.empty() );
52 VERIFY( x.empty() );
53 VERIFY( y.empty() );
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/any/cons/
H A D1.cc29 VERIFY( x.empty() );
32 VERIFY( x.empty() );
33 VERIFY( y.empty() );
36 VERIFY( y.empty() );
37 VERIFY( z.empty() );
43 VERIFY( !x.empty() );
46 VERIFY( !x.empty() );
47 VERIFY( !y.empty() );
50 VERIFY( y.empty() );
51 VERIFY( !z.empty() );
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/any/modifiers/
H A D1.cc31 VERIFY( x.empty() );
32 VERIFY( !y.empty() );
34 VERIFY( !x.empty() );
35 VERIFY( y.empty() );
38 VERIFY( x.empty() );

Completed in 170 milliseconds

1234567891011>>