Home
last modified time | relevance | path

Searched defs:__func (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_cmath.h190 #define __DEF_FUN1(__retty, __func) \ argument
194 #define __DEF_FUN2(__retty, __func) \ argument
200 #define __DEF_FUN2_FI(__retty, __func) \ argument
/openbsd-src/gnu/llvm/libcxx/src/
H A Dlegacy_debug_handler.cpp49 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { in __libcpp_set_debug_function()
/openbsd-src/gnu/llvm/libcxx/src/support/win32/
H A Dthread_win32.cpp177 void *(*__func)(void *); member
186 auto *__func = __data->__func; in __libcpp_beginthreadex_thunk() local
/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Dtransform_view.h75 constexpr transform_view(_View __base, _Fn __func) in transform_view()