Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/
H A Dlegacy_debug_handler.cpp49 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { in __libcpp_set_debug_function()
/llvm-project-15.0.7/libcxx/include/__ranges/
H A Dtransform_view.h73 constexpr transform_view(_View __base, _Fn __func) in transform_view()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp177 void *(*__func)(void *); member
186 auto *__func = __data->__func; in __libcpp_beginthreadex_thunk() local