Searched refs:errorfunc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.cc | 543 trans_runtime_error_vararg (tree errorfunc, locus* where, const char* msgid, in trans_runtime_error_vararg() argument 597 fntype = TREE_TYPE (errorfunc); in trans_runtime_error_vararg() 603 errorfunc), in trans_runtime_error_vararg()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.c | 469 trans_runtime_error_vararg (tree errorfunc, locus* where, const char* msgid, in trans_runtime_error_vararg() argument 523 fntype = TREE_TYPE (errorfunc); in trans_runtime_error_vararg() 529 errorfunc), in trans_runtime_error_vararg()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | variant.d | 2231 void errorfunc() in errorfunc() function 2236 variant.tryVisit!((int i) { which = 0; }, errorfunc)();
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | variant.d | 2594 void errorfunc() in errorfunc() function 2599 variant.tryVisit!((int i) { which = 0; }, errorfunc)();
|