HomeSort by: relevance | last modified time | path
    Searched defs:gomp_vdebug (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
error.c 39 #undef gomp_vdebug macro
41 gomp_vdebug (int kind __attribute__ ((unused)), const char *msg, va_list list) function
54 gomp_vdebug (kind, msg, list);
libgomp.h 175 extern void gomp_vdebug (int, const char *, va_list);
178 #define gomp_vdebug(KIND, FMT, VALIST) \ macro
181 (gomp_vdebug) ((KIND), (FMT), (VALIST)); \
  /src/external/gpl3/gcc.old/dist/libgomp/
error.c 39 #undef gomp_vdebug macro
41 gomp_vdebug (int kind __attribute__ ((unused)), const char *msg, va_list list) function
54 gomp_vdebug (kind, msg, list);
libgomp.h 177 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 20 milliseconds