Searched refs:STR2WSTR (Results 1 – 4 of 4) sorted by relevance
6 #define STR2WSTR(str) _STR2WSTR(str) macro8 const wchar_t (*ss)[12] = &STR2WSTR(__FUNCTION__); in abcdefghi12()9 static int arr[sizeof(STR2WSTR(__FUNCTION__))==12*sizeof(wchar_t) ? 1 : -1]; in abcdefghi12()10 const wchar_t (*ss2)[31] = &STR2WSTR(__FUNCSIG__); in abcdefghi12()11 static int arr2[sizeof(STR2WSTR(__FUNCSIG__))==31*sizeof(wchar_t) ? 1 : -1]; in abcdefghi12()
6 #define STR2WSTR(str) _STR2WSTR(str) macro8 const wchar_t (*ss)[12] = &STR2WSTR(__FUNCTION__); in abcdefghi12()9 static int arr[sizeof(STR2WSTR(__FUNCTION__))==12*sizeof(wchar_t) ? 1 : -1]; in abcdefghi12()
9 #define STR2WSTR(str) _STR2WSTR(str) macro12 wprint(STR2WSTR(__FUNCTION__)); in func()