Searched defs:FORMAT_FUNC (Results 1 – 2 of 2) sorted by relevance
| /foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
| D | intf_logger.h | 30 #define FORMAT_FUNC(formatPos, argsPos) __attribute__((__format__(__printf__, formatPos, argsPos))) macro 34 #define FORMAT_FUNC(formatPos, argsPos) __attribute__((format(printf, formatPos, argsPos))) macro 38 #define FORMAT_FUNC(...) macro 45 #define FORMAT_FUNC macro
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/ |
| D | Log.h | 40 #define FORMAT_FUNC(formatPos, argsPos) __attribute__ ((__format__ (__printf__, formatPos, argsPos)… macro 43 #define FORMAT_FUNC(formatPos, argsPos) __attribute__ ((format (printf, formatPos, argsPos))) macro 46 #define FORMAT_FUNC(...) macro 49 #define FORMAT_FUNC macro
|