Searched refs:gomp_vdebug (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Derror.c39 #undef gomp_vdebug macro
41 gomp_vdebug (int kind __attribute__ ((unused)), const char *msg, va_list list) function
54 gomp_vdebug (kind, msg, list);
H A Dlibgomp-plugin.c58 gomp_vdebug (kind, msg, ap);
H A Dlibgomp.h174 extern void gomp_vdebug (int, const char *, va_list);
177 #define gomp_vdebug(KIND, FMT, VALIST) \ macro
180 (gomp_vdebug) ((KIND), (FMT), (VALIST)); \
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Derror.c39 #undef gomp_vdebug macro
41 gomp_vdebug (int kind __attribute__ ((unused)), const char *msg, va_list list) function
54 gomp_vdebug (kind, msg, list);
H A Dlibgomp-plugin.c58 gomp_vdebug (kind, msg, ap);
H A Dlibgomp.h177 extern void gomp_vdebug (int, const char *, va_list);
180 #define gomp_vdebug(KIND, FMT, VALIST) \ macro
183 (gomp_vdebug) ((KIND), (FMT), (VALIST)); \

Completed in 111 milliseconds