Searched refs:ok (Results 1 - 25 of 920) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Dpragma-system_header4.C6 void ok() { } function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dfnname2.C22 bool ok = true; local
24 ok = ok && s[0] == 'z';
25 ok = ok && s[1] == 'q';
26 ok = ok && s[2] == 'j';
27 ok = ok && s[3] == 'x';
28 ok
[all...]
H A Dfnname1.C18 bool ok = true; local
20 ok = ok && s[0] == 'a';
21 ok = ok && s[1] == 'b';
22 ok = ok && s[2] == '6';
23 ok = ok && s[3] == '\0';
25 return ok
[all...]
H A Dfnname3.C33 bool ok = true; local
35 ok = ok && uk9i::fname == 0;
36 ok = ok && !uk9i::obj_exists;
40 ok = ok && uk9i::obj_exists;
41 ok = ok && uk9i::fname != 0;
42 if (ok)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dfnname2.C22 bool ok = true; local
24 ok = ok && s[0] == 'z';
25 ok = ok && s[1] == 'q';
26 ok = ok && s[2] == 'j';
27 ok = ok && s[3] == 'x';
28 ok
[all...]
H A Dfnname1.C18 bool ok = true; local
20 ok = ok && s[0] == 'a';
21 ok = ok && s[1] == 'b';
22 ok = ok && s[2] == '6';
23 ok = ok && s[3] == '\0';
25 return ok
[all...]
H A Dfnname3.C33 bool ok = true; local
35 ok = ok && uk9i::fname == 0;
36 ok = ok && !uk9i::obj_exists;
40 ok = ok && uk9i::obj_exists;
41 ok = ok && uk9i::fname != 0;
42 if (ok)
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/perl/
H A Dtest.pl85 ok ($Mytie::val == 123);
87 ok ($t == 456);
89 ok ($Mytie::val == 789);
122 ok (mpz(0) == 0);
123 ok (mpz('0') == 0);
124 ok (mpz(substr('101',1,1)) == 0);
125 ok (mpz(0.0) == 0);
126 ok (mpz(mpz(0)) == 0);
127 ok (mpz(mpq(0)) == 0);
128 ok (mp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/deque/
H A Dinit-list.cc30 bool ok = true; local
35 ok = check_construct_destroy("Construct from init-list", 3, 0) && ok;
36 ok &= (c[0] == 2);
37 ok &= (c[1] == 4);
39 ok = check_construct_destroy("Construct from init-list", 3, 3) && ok;
45 ok = check_construct_destroy("Insert init-list", 3, 0) && ok;
46 ok
[all...]
H A Dcheck_construct_destroy.cc30 bool ok = true; local
35 ok = check_construct_destroy("empty container", 0, 0) && ok;
37 ok = check_construct_destroy("empty container", 0, 0) && ok;
43 ok = check_construct_destroy("Construct from range", 10, 0) && ok;
45 ok = check_construct_destroy("Construct from range", 10, 10) && ok;
51 ok
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/vector/
H A Dinit-list.cc30 bool ok = true; local
35 ok = check_construct_destroy("Construct from init-list", 3, 0) && ok;
36 ok &= (c[0] == 2);
37 ok &= (c[1] == 4);
39 ok = check_construct_destroy("Construct from init-list", 3, 3) && ok;
45 ok = check_construct_destroy("Insert init-list", 13, 10) && ok;
46 ok
[all...]
H A Dcheck_construct_destroy.cc30 bool ok = true; local
35 ok = check_construct_destroy("empty container", 0, 0) && ok;
37 ok = check_construct_destroy("empty container", 0, 0) && ok;
43 ok = check_construct_destroy("Construct from range", 10, 0) && ok;
45 ok = check_construct_destroy("Construct from range", 10, 10) && ok;
52 ok
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dmedce-1.c5 static int ok = 0; variable
9 ok = 1;
29 if (!ok)
H A Dcompare-1.c9 int ieq (int x, int y, int ok) argument
13 if (!ok) abort ();
16 if (ok) abort ();
20 if (!ok) abort ();
23 if (ok) abort ();
27 if (!ok) abort ();
30 if (ok) abort ();
34 if (!ok) abort ();
37 if (ok) abort ();
40 int ine (int x, int y, int ok) argument
50 ilt(int x, int y, int ok) argument
60 ile(int x, int y, int ok) argument
70 igt(int x, int y, int ok) argument
80 ige(int x, int y, int ok) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20020607-2.c12 int test1 (double x, int ok) argument
16 if (!ok) abort ();
19 if (ok) abort ();
22 int test1f (float x, int ok) argument
26 if (!ok) abort ();
29 if (ok) abort ();
32 int test2 (double x, int ok) argument
36 if (!ok) abort ();
39 if (ok) abort ();
42 int test2f (float x, int ok) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dmedce-1.c5 static int ok = 0; variable
9 ok = 1;
29 if (!ok)
H A Dcompare-1.c9 int ieq (int x, int y, int ok) argument
13 if (!ok) abort ();
16 if (ok) abort ();
20 if (!ok) abort ();
23 if (ok) abort ();
27 if (!ok) abort ();
30 if (ok) abort ();
34 if (!ok) abort ();
37 if (ok) abort ();
40 int ine (int x, int y, int ok) argument
50 ilt(int x, int y, int ok) argument
60 ile(int x, int y, int ok) argument
70 igt(int x, int y, int ok) argument
80 ige(int x, int y, int ok) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20020607-2.c12 int test1 (double x, int ok) argument
16 if (!ok) abort ();
19 if (ok) abort ();
22 int test1f (float x, int ok) argument
26 if (!ok) abort ();
29 if (ok) abort ();
32 int test2 (double x, int ok) argument
36 if (!ok) abort ();
39 if (ok) abort ();
42 int test2f (float x, int ok) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/
H A Dcheck_construct_destroy.h33 bool ok = true; local
38 ok = check_construct_destroy("empty container", 0, 0) && ok;
40 ok = check_construct_destroy("empty container", 0, 0) && ok;
46 ok = check_construct_destroy("Construct from range", 10, 0) && ok;
48 ok = check_construct_destroy("Construct from range", 10, 10) && ok;
54 ok
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/set/
H A Dcheck_construct_destroy.cc33 bool ok = true; local
38 ok = check_construct_destroy("empty container", 0, 0) && ok;
40 ok = check_construct_destroy("empty container", 0, 0) && ok;
46 ok = check_construct_destroy("Construct from range", 10, 0) && ok;
48 ok = check_construct_destroy("Construct from range", 10, 10) && ok;
54 ok
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/backward/hash_set/
H A Dcheck_construct_destroy.cc38 bool ok = true; local
46 ok = check_construct_destroy("empty container", buckets, 0) && ok;
48 ok = check_construct_destroy("empty container", buckets, buckets) && ok;
54 ok = check_construct_destroy("Construct from range", buckets+10, 0) && ok;
56 ok = check_construct_destroy("Construct from range", buckets+10, buckets+10) && ok;
62 ok
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/slist/
H A Dcheck_construct_destroy.cc31 bool ok = true; local
36 ok = check_construct_destroy("empty container", 0, 0) && ok;
38 ok = check_construct_destroy("empty container", 0, 0) && ok;
44 ok = check_construct_destroy("Construct from range", 10, 0) && ok;
46 ok = check_construct_destroy("Construct from range", 10, 10) && ok;
52 ok
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/deque/
H A Dcheck_construct_destroy.cc39 bool ok = true; local
44 ok = check_construct_destroy("empty container", 0, 0) && ok;
46 ok = check_construct_destroy("empty container", 0, 0) && ok;
52 ok = check_construct_destroy("Construct from range", 10, 0) && ok;
54 ok = check_construct_destroy("Construct from range", 10, 10) && ok;
60 ok
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/list/
H A Dcheck_construct_destroy.cc40 bool ok = true; local
45 ok = check_construct_destroy("empty container", 0, 0) && ok;
47 ok = check_construct_destroy("empty container", 0, 0) && ok;
53 ok = check_construct_destroy("Construct from range", 10, 0) && ok;
55 ok = check_construct_destroy("Construct from range", 10, 10) && ok;
61 ok
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/set/
H A Dcheck_construct_destroy.cc42 bool ok = true; local
47 ok = check_construct_destroy("empty container", 0, 0) && ok;
49 ok = check_construct_destroy("empty container", 0, 0) && ok;
55 ok = check_construct_destroy("Construct from range", 10, 0) && ok;
57 ok = check_construct_destroy("Construct from range", 10, 10) && ok;
63 ok
[all...]

Completed in 734 milliseconds

1234567891011>>