Searched refs:test_incomplete (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc42 int test_incomplete (incomplete_struct *p) { return 0; } // test_incomplete(incomplete_struct*) function
43 int test_incomplete (another_incomplete_struct *p) { return 1; } // test_incomplete(another_incomplete_struct*) function
44 int test_incomplete (int *p) { return -1; } // test_incomplete(int*) function
161 int result = (test_incomplete (i) + test_incomplete (is)
162 + test_incomplete (ais));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc42 int test_incomplete (incomplete_struct *p) { return 0; } // test_incomplete(incomplete_struct*) function
43 int test_incomplete (another_incomplete_struct *p) { return 1; } // test_incomplete(another_incomplete_struct*) function
44 int test_incomplete (int *p) { return -1; } // test_incomplete(int*) function
161 int result = (test_incomplete (i) + test_incomplete (is)
162 + test_incomplete (ais));

Completed in 146 milliseconds