Home
last modified time | relevance | path

Searched defs:IM_FMTLIST (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.h68 #define IM_FMTLIST(FMT) __attribute__((format(printf, FMT, 0))) macro
71 #define IM_FMTLIST(FMT) macro
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h97 #define IM_FMTLIST(FMT) __attribute__((format(gnu_printf, FMT, 0))) macro
100 #define IM_FMTLIST(FMT) __attribute__((format(printf, FMT, 0))) macro
103 #define IM_FMTLIST(FMT) macro
[all...]

Completed in 11 milliseconds