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

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/
H A Dbroken-two.c1 int test() { ; function
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dstmt_for.c13 test(void) function
H A Dmsg_332.c13 test(bool);
18 test(b && b);
22 test(b && c);
26 test(b && i);
28 test(c != '\0');
29 test(i != 0);
H A Dmsg_331.c13 test(bool);
18 test(b && b);
22 test(c && b);
26 test(i && b);
28 test(c != '\0');
29 test(i != 0);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr22393-2b.c1 void test(void);
5 test();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dglobal-var-nested-by-dso-solib1.c18 int test; variable
23 test = 42;
H A Dglobal-var-nested-by-dso-solib2.c18 int test; variable
23 test = 42;
H A Dsss-bp-on-user-bp-2.c19 test (void) function
27 test ();
H A Dcommand-line-input.exp24 set test "print 1\\\\n + 2"
25 gdb_test_multiple "print 1\\\n + 2" $test {
27 pass $test
31 set test "print 1\\\\n2"
32 gdb_test_multiple "print 1\\\n2" $test {
34 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
H A Dtsx.c19 extern void test (void);
24 test ();
H A Dsegv.c23 test (void) function
25 return fun (42); /* test.call */
31 return test ();
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dpr22393-3b.c1 void test(void);
5 test();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-condbreak-call-thr-state-st.c18 /* This is single-threaded driver for the real test. */
20 extern int test (void);
25 return test ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dglobal-var-nested-by-dso-solib2.c18 int test; variable
23 test = 42;
H A Dglobal-var-nested-by-dso-solib1.c18 int test; variable
23 test = 42;
H A Dsss-bp-on-user-bp-2.c19 test (void) function
27 test ();
H A Dcommand-line-input.exp24 set test "print 1\\\\n + 2"
25 gdb_test_multiple "print 1\\\n + 2" $test {
27 pass $test
31 set test "print 1\\\\n2"
32 gdb_test_multiple "print 1\\\n2" $test {
34 pass $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
H A Dtsx.c19 extern void test (void);
24 test ();
H A Dsegv.c23 test (void) function
25 return fun (42); /* test.call */
31 return test ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-disasm.c1 /* This test program is part of GDB, the GNU debugger.
19 test () function
30 return test ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-condbreak-call-thr-state-st.c18 /* This is single-threaded driver for the real test. */
20 extern int test (void);
25 return test ();
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mcore/
H A Dallinsn.s6 .macro test insn text=""
12 test abs r0
13 test addc "r1,r2" // A double forward slash starts a line comment
14 test addi "r3, 1" # So does a hash
15 test addu "r4, r5" // White space between operands should be ignored
16 test and "r6,r7" ; test andi "r8,2" // A semicolon separates statements
17 test andn "r9, r10"
18 test asr "r11, R12" // Uppercase R is allowed as a register prefix
19 test asr
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dbltzal.s2 test: label
3 bltzal $31, test
4 bgezal $31, test
6 bltzall $31, test
7 bgezall $31, test
9 bltzals $31, test
10 bgezals $31, test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/
H A Ddisassembler-options.exp16 # This test exercises set/show disassembler-options
26 set test "set disassembler-options invalid_option_value"
27 gdb_test_multiple $test $test {
29 pass $test
32 pass $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
H A Ddisassembler-options.exp16 # This test exercises set/show disassembler-options
26 set test "set disassembler-options invalid_option_value"
27 gdb_test_multiple $test $test {
29 pass $test
32 pass $test

Completed in 239 milliseconds

1234567891011>>