Searched refs:__function_like (Results 1 – 7 of 7) sorted by relevance
35 struct __function_like { struct36 __function_like() = delete;37 __function_like(__function_like const&) = delete;38 __function_like& operator=(__function_like const&) = delete; argument45 constexpr explicit __function_like(__tag) noexcept {} in __function_like() argument46 ~__function_like() = default;
483 export __function_like506 export __function_like512 export __function_like789 module __function_like { private header "__function_like.h" export * }
44 struct __prev_fn final : private __function_like {46 constexpr explicit __prev_fn(__tag __x) noexcept : __function_like(__x) {} in __prev_fn()70 inline constexpr auto prev = __prev_fn(__function_like::__tag());
45 struct __next_fn final : private __function_like {47 constexpr explicit __next_fn(__tag __x) noexcept : __function_like(__x) {} in __next_fn()78 inline constexpr auto next = __next_fn(__function_like::__tag());
75 struct __advance_fn final : private __function_like {102 constexpr explicit __advance_fn(__tag __x) noexcept : __function_like(__x) {} in __advance_fn()191 inline constexpr auto advance = __advance_fn(__function_like::__tag());
100 STD_HEADERS+= __function_like.h
3927 OLD_FILES+=usr/include/c++/v1/__function_like.h