Searched refs:fnf (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dcatch7.C26 void fnf(F *obj) { throw obj; } function
36 try { fnf(f); }
43 try { fnf(f); }
50 try { fnf(f); }
57 try { fnf(f); }
64 try { fnf(f); }
H A Dcatch7p.C26 void fnf(F *obj) { throw obj; } function
36 try { fnf(f); }
43 try { fnf(f); }
50 try { fnf(f); }
57 try { fnf(f); }
64 try { fnf(f); }
H A Dspec6.C62 void fnf(); // ERROR - to previous declaration
63 void fnf() throw(char){} // ERROR - declaration different exceptions function
/openbsd-current/include/
H A Dtgmath.h40 * __tg_impl_simple(x, y, z, fn, fnf, fnl, ...)
42 * double, fn() if it is double or any has an integer type, and fnf()
44 * __tg_impl_full(x, y, z, fn, fnf, fnl, cfn, cfnf, cfnl, ...)
47 * [c]fnf() otherwise. The function with the 'c' prefix is called if
72 #define __tg_impl_simple(x, y, z, fn, fnf, fnl, ...) \
76 fn(__VA_ARGS__), fnf(__VA_ARGS__)))
78 #define __tg_impl_full(x, y, z, fn, fnf, fnl, cfn, cfnf, cfnl, ...) \
81 __tg_impl_simple(x, y, z, fn, fnf, fnl, __VA_ARGS__))
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dp-lang.c268 debugging information supplied by the compiler. fnf@cygnus.com */
319 0, "integer", objfile); /* FIXME-fnf */
334 0, "longint", objfile); /* FIXME -fnf */
349 0, "long", objfile); /* FIXME -fnf */

Completed in 274 milliseconds