Home
last modified time | relevance | path

Searched refs:gomp_vdebug (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Derror.c39 #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 Dlibgomp-plugin.c58 gomp_vdebug (kind, msg, ap); in GOMP_PLUGIN_debug()
H A Dlibgomp.h98 extern void gomp_vdebug (int, const char *, va_list);
101 #define gomp_vdebug(KIND, FMT, VALIST) \ macro
104 (gomp_vdebug) ((KIND), (FMT), (VALIST)); \