Searched defs:__func (Results 1 – 4 of 4) sorted by relevance
190 #define __DEF_FUN1(__retty, __func) \ argument194 #define __DEF_FUN2(__retty, __func) \ argument200 #define __DEF_FUN2_FI(__retty, __func) \ argument
49 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { in __libcpp_set_debug_function()
177 void *(*__func)(void *); member186 auto *__func = __data->__func; in __libcpp_beginthreadex_thunk() local
75 constexpr transform_view(_View __base, _Fn __func) in transform_view()