Home
last modified time | relevance | path

Searched defs:PRINTFLIKE (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/
Dmacros.h157 # define PRINTFLIKE(f, a) __attribute__ ((format(__MINGW_PRINTF_FORMAT, f, a))) macro
159 # define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro
162 #define PRINTFLIKE(f, a) macro