Searched refs:testfunc (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/regress/lib/libradius/ |
| D | incs.h | 15 typedef void (*testfunc)(void); typedef 18 void add_test(testfunc fn, const char *name);
|
| D | main.c | 6 testfunc func; 40 void add_test(testfunc fn, const char *name) in add_test()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| D | wtr-strcat-1.c | 8 testfunc () in testfunc() function
|
| D | wtr-switch-1.c | 8 testfunc (l) in testfunc() function
|
| D | wtr-escape-1.c | 8 testfunc () in testfunc() function
|
| D | wtr-unary-plus-1.c | 8 testfunc () in testfunc() function
|
| D | wtr-union-init-1.c | 14 testfunc () in testfunc() function
|
| D | wtr-int-type-1.c | 8 testfunc () in testfunc() function
|
| D | wtr-suffix-1.c | 8 testfunc () in testfunc() function
|
| D | wtr-union-init-2.c | 22 testfunc () in testfunc() function
|
| D | wtr-union-init-3.c | 41 testfunc () in testfunc() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| D | eb2.C | 11 void testfunc( void ) in testfunc() function
|
| /openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| D | LangImpl04.rst | 366 ready> def testfunc(x y) x + y*2; 368 define double @testfunc(double %x, double %y) { 375 ready> testfunc(4, 10); 379 %calltmp = call double @testfunc(double 4.000000e+00, double 1.000000e+01) 385 ready> testfunc(5, 10); 386 ready> LLVM ERROR: Program used external function 'testfunc' which could not be resolved! 391 the API a Module is a unit of allocation for the JIT, and testfunc was part 394 the definition of ``testfunc`` along with it. Then, when we tried to call 395 testfunc a second time, the JIT could no longer find it.
|
| /openbsd/src/gnu/usr.bin/perl/t/mro/ |
| D | basic.t | 80 sub testfunc { return 123 } 86 is(eval { MRO_N->testfunc() }, 123);
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ |
| D | README.txt | 2075 struct x testfunc() { 2089 define void @testfunc(%struct.x* sret %agg.result) nounwind ssp {
|