Searched defs:__set (Results 1 – 4 of 4) sorted by relevance
/openbsd/include/ |
H A D | signal.h | 74 __only_inline int sigaddset(sigset_t *__set, int __signo) in sigaddset() 84 __only_inline int sigdelset(sigset_t *__set, int __signo) in sigdelset() 94 __only_inline int sigismember(const sigset_t *__set, int __signo) in sigismember() 103 __only_inline int sigemptyset(sigset_t *__set) in sigemptyset() 109 __only_inline int sigfillset(sigset_t *__set) in sigfillset()
|
/openbsd/gnu/llvm/libcxx/include/__memory/ |
H A D | destruct_n.h | 41 _LIBCPP_INLINE_VISIBILITY void __set(size_t __s, false_type) _NOEXCEPT in __set() function 43 _LIBCPP_INLINE_VISIBILITY void __set(size_t, true_type) _NOEXCEPT in __set() function 54 _LIBCPP_INLINE_VISIBILITY void __set(size_t __s, _Tp*) _NOEXCEPT in __set() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | locale_facets.h | 1791 get(catalog __c, int __set, int __msgid, const string_type& __s) const in get()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | locale_facets.h | 4455 get(catalog __c, int __set, int __msgid, const string_type& __s) const in get()
|