Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/StringUtil/
H A Dmessage_mapper.h32 template <size_t N> using MsgTable = cpp::array<MsgMapping, N>; variable
34 template <size_t N> constexpr size_t total_str_len(const MsgTable<N> &table) { in total_str_len()
43 template <size_t N> constexpr size_t max_key_val(const MsgTable<N> &table) { in max_key_val()
60 template <size_t N> constexpr MessageMapper(const MsgTable<N> &table) { in MessageMapper()
92 constexpr MsgTable<N1 + N2> operator+(const MsgTable<N1> &t1,
93 const MsgTable<N2> &t2) {
94 MsgTable<N1 + N2> res{};
/freebsd/contrib/llvm-project/libc/src/__support/StringUtil/tables/
H A Dstdc_errors.h18 LIBC_INLINE_VAR constexpr const MsgTable<4> STDC_ERRORS = {
25 LIBC_INLINE_VAR constexpr const MsgTable<4> STDC_ERRNO_NAMES = {
H A Dlinux_extension_errors.h18 constexpr MsgTable<52> LINUX_ERRORS = {
73 constexpr MsgTable<52> LINUX_ERRNO_NAMES = {
H A Dlinux_extension_signals.h22 LIBC_INLINE_VAR constexpr const MsgTable<3> LINUX_SIGNALS = {
H A Dstdc_signals.h19 LIBC_INLINE_VAR constexpr const MsgTable<6> STDC_SIGNALS = {
H A Dposix_errors.h18 LIBC_INLINE_VAR constexpr MsgTable<76> POSIX_ERRORS = {
97 LIBC_INLINE_VAR constexpr MsgTable<76> POSIX_ERRNO_NAMES = {
H A Dposix_signals.h20 LIBC_INLINE_VAR constexpr MsgTable<22> POSIX_SIGNALS = {