Searched refs:test (Results 1 - 25 of 1221) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/
H A Dbroken-two.c1 int test() { ; function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20030702-1.c6 void test (void) function
H A D20020122-4.c9 static int test; local
11 asm volatile ("" : "=m"(test), "=r"(dummy) : "m"(test));
H A D20020926-1.c7 int test (int *addr) function
H A D20000609-1.c8 static int test(double a) function
18 test (zero);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dstatic-mem4.C3 struct test { struct
5 static test& ds = *this; // FIX: static test* ds = this;
12 test t;
H A Dinit7.C3 class test class
8 test (int val) { x = val; y = 0;} function in class:test
11 test ar(34)[5];// ERROR - .*
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg5.C8 test () function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Derr-msg3.C7 // bug.C: In method `test::test(const class test &)':
10 class test{ class
13 test() {}; function in class:test
H A Dcopy6.C21 test k: constructing from scratch
22 test l=k: type conversion into unsigned
34 struct test { struct
35 test() { if (count != 0) die (); } function in struct:test
37 test(unsigned) { function in struct:test
48 test k;
49 test l=k;
/openbsd-current/regress/sys/dev/wscons/
H A Dutil.h19 struct test { struct
24 int dotest(int argc, char *argv[], const struct test *tests);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dwarn8.C4 bool test();
8 void test() { function
10 bool (foo::* pmf)() = &foo::test;
13 if (A.test) ; // ERROR -
15 if (bool(A.test)) ; // ERROR -
/openbsd-current/regress/lib/libc/strtonum/
H A Dstrtonumtest.c25 test(const char *p, long long lb, long long ub, int ok) function
44 test("1", 0, 10, 1);
45 test("0", -2, 5, 1);
46 test("0", 2, 5, 0);
47 test("0", 2, LLONG_MAX, 0);
48 test("-2", 0, LLONG_MAX, 0);
49 test("0", -5, LLONG_MAX, 1);
50 test("-3", -3, LLONG_MAX, 1);
51 test("-9223372036854775808", LLONG_MIN, LLONG_MAX, 1);
52 test("922337203685477580
[all...]
/openbsd-current/gnu/llvm/clang/docs/analyzer/checkers/
H A Dunix_api_example.c3 void test(const char *path) { function
11 void test() { function
17 void test() { function
21 void test() { function
25 void test() { function
30 void test() { function
34 void test() { function
H A Ddividezero_example.c1 void test(int z) { function
6 void test() { function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D961026-1.c2 test (arg) function
12 if (test (0) != 0)
14 if (test (-1) != -1)
H A Dloop-10.c15 int test = 0; local
16 while (test == 0)
26 test = 1;
H A D990827-1.c1 unsigned test(unsigned one , unsigned bit) function
12 if (test (1,0) != 0)
14 if (test (1,1) != 1)
16 if (test (1,65535) != 1)
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/
H A Dheader_ciso646.cc39 bool test = true; local
44 test = false;
48 test = false;
52 test = false;
56 test = false;
60 test = false;
64 test = false;
68 test = false;
72 test = false;
76 test
100 bool test = true; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930926-1.c4 test () function
H A D20000518-1.c3 extern __inline__ void test() function
16 test();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Denum1.C1 enum test { enum
6 enum test t = acceptable, u = unacceptable;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dtmpl4.C4 template <class T> void test(){ function
11 template void test<int>();
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dexterns.exp11 set test "externs-1 compilation ${flags}"
12 if [string match "*mudflap cannot track unknown size extern *d*" $l1] { pass $test } { fail $test }
15 set test "externs-2 compilation ${flags}"
16 if [string match "" $l2] { pass $test } { fail $test }
19 set test "externs-12 linkage ${flags}"
20 if [string match "" $l3] { pass $test } { fail $test }
23 set test "extern
[all...]
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c++/
H A Dctors.exp16 set test "ctors-1 compilation ${flags}"
17 if [string match "*mudflap cannot track unknown size extern *k*" $l1] { pass $test } { fail $test }
20 set test "ctors-2 compilation ${flags}"
21 if [string match "" $l2] { pass $test } { fail $test }
24 set test "ctors-12 linkage ${flags}"
25 if [string match "" $l3] { pass $test } { fail $test }
28 set test "ctor
[all...]

Completed in 306 milliseconds

1234567891011>>