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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dempty.s1 # An empty file.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-pe/
H A Dexports.s1 # Deliberately left empty.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-scripts/
H A Dempty-address.exp1 # Make sure that "dot" is updated for empty sections if their addresses
27 run_dump_test empty-address-1
28 run_dump_test empty-address-2a
29 run_dump_test empty-address-2b
30 run_dump_test empty-address-3a
31 run_dump_test empty-address-3b
32 run_dump_test empty-address-3c
H A Dempty-aligned.exp1 # Make sure empty aligned sections do not change output layout.
27 set testname "empty-aligned"
29 run_dump_test empty-aligned
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Dreturn-reference.C8 static int empty; local
10 return (x ? *x : empty); // { dg-bogus ".*" "" { xfail *-*-* } }
16 static int empty; local
18 const int& r = (x ? *x : empty);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A Dreturn-reference.C8 static int empty; local
10 return (x ? *x : empty); // { dg-bogus ".*" "" { xfail *-*-* } }
16 static int empty; local
18 const int& r = (x ? *x : empty);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dvalue-double-free.c21 empty (void) function
/netbsd-6-1-5-RELEASE/tests/fs/tmpfs/
H A Dt_remove.sh40 atf_check -s eq:1 -o empty -e empty test -f a
41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty test -f a
43 atf_check -s eq:0 -o empty -e empty rm a
44 atf_check -s eq:1 -o empty -e empty tes
[all...]
H A Dt_trail_slash.sh38 atf_check -s eq:0 -o empty -e empty mkdir a/
39 atf_check -s eq:0 -o empty -e empty touch a/b
40 atf_check -s eq:0 -o empty -e empty test -f a/b
41 atf_check -s eq:0 -o empty -e empty rm a/b
42 atf_check -s eq:0 -o empty -e empty rmdi
[all...]
H A Dt_rename.sh41 atf_check -s eq:0 -o empty -e empty mkdir a
42 atf_check -s eq:1 -o empty -e ignore mv a/. c
43 atf_check -s eq:1 -o empty -e ignore mv a/.. c
44 atf_check -s eq:0 -o empty -e empty rmdir a
57 atf_check -s eq:0 -o empty -e empty mkdir a
58 atf_check -s eq:1 -o empty -e save:stderr \
60 atf_check -s eq:0 -o ignore -e empty gre
[all...]
H A Dt_dots.sh37 atf_check -s eq:0 -o empty -e empty mkdir a
38 atf_check -s eq:0 -o empty -e empty test -d ./a
39 atf_check -s eq:0 -o empty -e empty test -d a/../a
53 atf_check -s eq:0 -o empty -e empty mkdir a
54 atf_check -s eq:0 -o empty -e empty mkdi
[all...]
H A Dt_rmdir.sh41 atf_check -s eq:1 -o empty -e ignore rmdir ${Mount_Point}
55 atf_check -s eq:1 -o empty -e ignore rmdir non-existent
68 atf_check -s eq:0 -o empty -e empty mkdir a
72 atf_check -s eq:0 -o empty -e empty rmdir a
88 atf_check -s eq:0 -o empty -e empty mkdir -p a/b/c
89 atf_check -s eq:0 -o empty -e empty rmdi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/
H A Dempty.cc37 std::string empty; local
38 char c = empty[0];
43 const std::string empty; local
44 char c = empty[0];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/
H A Dempty.cc37 std::wstring empty; local
38 wchar_t c = empty[0];
43 const std::wstring empty; local
44 wchar_t c = empty[0];
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-config/
H A Dintegration_test.sh55 atf_check -s eq:0 -o save:stdout -e empty atf-config
56 atf_check -s eq:0 -o empty -e empty \
59 atf_check -s eq:0 -o ignore -e empty grep "${v}" stdout
71 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \
73 atf_check -s eq:0 -o empty -e empty \
87 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \
89 atf_check -s eq:0 -o empty -e empty \
[all...]

Completed in 317 milliseconds

1234567891011>>