Searched refs:gomp_vdebug (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | error.c | 39 #undef gomp_vdebug 41 gomp_vdebug (int kind __attribute__ ((unused)), const char *msg, va_list list) in gomp_vdebug() function 54 gomp_vdebug (kind, msg, list); in gomp_debug()
|
H A D | libgomp-plugin.c | 58 gomp_vdebug (kind, msg, ap); in GOMP_PLUGIN_debug()
|
H A D | libgomp.h | 98 extern void gomp_vdebug (int, const char *, va_list); 101 #define gomp_vdebug(KIND, FMT, VALIST) \ macro 104 (gomp_vdebug) ((KIND), (FMT), (VALIST)); \
|