Home
last modified time | relevance | path

Searched refs:testfunc (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/regress/lib/libradius/
Dincs.h15 typedef void (*testfunc)(void); typedef
18 void add_test(testfunc fn, const char *name);
Dmain.c6 testfunc func;
40 void add_test(testfunc fn, const char *name) in add_test()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
Dwtr-strcat-1.c8 testfunc () in testfunc() function
Dwtr-switch-1.c8 testfunc (l) in testfunc() function
Dwtr-escape-1.c8 testfunc () in testfunc() function
Dwtr-unary-plus-1.c8 testfunc () in testfunc() function
Dwtr-union-init-1.c14 testfunc () in testfunc() function
Dwtr-int-type-1.c8 testfunc () in testfunc() function
Dwtr-suffix-1.c8 testfunc () in testfunc() function
Dwtr-union-init-2.c22 testfunc () in testfunc() function
Dwtr-union-init-3.c41 testfunc () in testfunc() function
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
Deb2.C11 void testfunc( void ) in testfunc() function
/openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl04.rst366 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/
Dbasic.t80 sub testfunc { return 123 }
86 is(eval { MRO_N->testfunc() }, 123);
/openbsd/src/gnu/llvm/llvm/lib/Target/
DREADME.txt2075 struct x testfunc() {
2089 define void @testfunc(%struct.x* sret %agg.result) nounwind ssp {