Home
last modified time | relevance | path

Searched defs:test_func (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dsuper-class-2.m28 + (int) test_func; class in Test
33 {}
37 + (int) test_func; class in Test
42 {
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Ddbx.exp304 proc test_func { } { procedure
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcollection.exp81 proc run_trace_experiment { msg test_func } {
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_hooks.h91 typedef void (*test_func) (void); typedef