Searched refs:_funcName (Results 1 – 1 of 1) sorted by relevance
275 #define SWR_FUNC(_retType, _funcName, /* args */...) \ argument276 typedef _retType (SWR_API * PFN##_funcName)(__VA_ARGS__); \277 _retType SWR_API _funcName(__VA_ARGS__);