Home
last modified time | relevance | path

Searched refs:__function_like (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__function_like.h35 struct __function_like { struct
36 __function_like() = delete;
37 __function_like(__function_like const&) = delete;
38 __function_like& operator=(__function_like const&) = delete; argument
45 constexpr explicit __function_like(__tag) noexcept {} in __function_like() argument
46 ~__function_like() = default;
H A Dmodule.modulemap483 export __function_like
506 export __function_like
512 export __function_like
789 module __function_like { private header "__function_like.h" export * }
/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Dprev.h44 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());
H A Dnext.h45 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());
H A Dadvance.h75 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());
/freebsd-13.1/lib/libc++/
H A DMakefile100 STD_HEADERS+= __function_like.h
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3927 OLD_FILES+=usr/include/c++/v1/__function_like.h