| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | fs_fwd.h | 92 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 100 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 108 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 116 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 159 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 167 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 175 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 183 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 210 using __utype = typename std::underlying_type<perm_options>::type; in _GLIBCXX_VISIBILITY() 218 using __utype = typename std::underlying_type<perm_options>::type; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | functional_hash.h | 93 using __type = typename underlying_type<_Tp>::type; in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | fs_fwd.h | 97 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 105 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 113 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 121 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 167 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 175 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 183 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 191 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 221 using __utype = typename std::underlying_type<perm_options>::type; in _GLIBCXX_VISIBILITY() 229 using __utype = typename std::underlying_type<perm_options>::type; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | functional_hash.h | 94 using __type = typename underlying_type<_Tp>::type; in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| H A D | fs_fwd.h | 99 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 107 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 115 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 123 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 169 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 177 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 185 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 193 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 217 using __utype = typename std::underlying_type<directory_options>::type; in _GLIBCXX_VISIBILITY() 225 using __utype = typename std::underlying_type<directory_options>::type; in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| H A D | fs_fwd.h | 108 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 116 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 124 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 132 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 180 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 188 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 196 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 204 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() 231 using __utype = typename std::underlying_type<directory_options>::type; in _GLIBCXX_VISIBILITY() 239 using __utype = typename std::underlying_type<directory_options>::type; in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | dumpfile.h | 214 return (dump_flags_t)((std::underlying_type<dump_flags_t>::type)lhs 215 | (std::underlying_type<dump_flags_t>::type)rhs); 221 return (dump_flags_t)((std::underlying_type<dump_flags_t>::type)lhs 222 & (std::underlying_type<dump_flags_t>::type)rhs); 228 return (dump_flags_t)~((std::underlying_type<dump_flags_t>::type)flags); 234 lhs = (dump_flags_t)((std::underlying_type<dump_flags_t>::type)lhs 235 | (std::underlying_type<dump_flags_t>::type)rhs); 242 lhs = (dump_flags_t)((std::underlying_type<dump_flags_t>::type)lhs 243 & (std::underlying_type<dump_flags_t>::type)rhs); 282 return (optgroup_flags_t)((std::underlying_type<dump_flags_t>::type)lhs [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-lang.c | 220 tree underlying_type = ENUM_UNDERLYING_TYPE (type); in cxx_enum_underlying_base_type() local 223 underlying_type in cxx_enum_underlying_base_type() 224 = c_common_type_for_mode (TYPE_MODE (underlying_type), in cxx_enum_underlying_base_type() 225 TYPE_UNSIGNED (underlying_type)); in cxx_enum_underlying_base_type() 227 return underlying_type; in cxx_enum_underlying_base_type()
|
| H A D | decl.c | 15419 start_enum (tree name, tree enumtype, tree underlying_type, in start_enum() argument 15431 if (!underlying_type && scoped_enum_p) in start_enum() 15432 underlying_type = integer_type_node; in start_enum() 15434 if (underlying_type) in start_enum() 15435 underlying_type = cv_unqualified (underlying_type); in start_enum() 15457 else if (ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) != !! underlying_type) in start_enum() 15465 else if (underlying_type && ENUM_UNDERLYING_TYPE (enumtype) in start_enum() 15466 && !same_type_p (underlying_type, in start_enum() 15473 underlying_type = NULL_TREE; in start_enum() 15522 ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) = !! underlying_type; in start_enum() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-lang.cc | 234 tree underlying_type = ENUM_UNDERLYING_TYPE (type); in cxx_enum_underlying_base_type() local 237 underlying_type in cxx_enum_underlying_base_type() 238 = c_common_type_for_mode (TYPE_MODE (underlying_type), in cxx_enum_underlying_base_type() 239 TYPE_UNSIGNED (underlying_type)); in cxx_enum_underlying_base_type() 241 return underlying_type; in cxx_enum_underlying_base_type()
|
| H A D | decl.cc | 16224 start_enum (tree name, tree enumtype, tree underlying_type, in start_enum() argument 16236 if (!underlying_type && scoped_enum_p) in start_enum() 16237 underlying_type = integer_type_node; in start_enum() 16239 if (underlying_type) in start_enum() 16240 underlying_type = cv_unqualified (underlying_type); in start_enum() 16262 else if (ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) != !! underlying_type) in start_enum() 16270 else if (underlying_type && ENUM_UNDERLYING_TYPE (enumtype) in start_enum() 16271 && !same_type_p (underlying_type, in start_enum() 16278 underlying_type = NULL_TREE; in start_enum() 16339 ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) = !! underlying_type; in start_enum() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.h | 49 using UT = std::underlying_type<DiagnosticLevelMask>::type; 55 using UT = std::underlying_type<DiagnosticLevelMask>::type; 62 using UT = std::underlying_type<DiagnosticLevelMask>::type;
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/__utility/ |
| H A D | to_underlying.h | 27 _LIBCPP_INLINE_VISIBILITY constexpr typename underlying_type<_Tp>::type 29 return static_cast<typename underlying_type<_Tp>::type>(__val); in __to_underlying()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 55 static_cast<std::underlying_type<Class>::type>(a) | \ 56 static_cast<std::underlying_type<Class>::type>(b)); \ 60 static_cast<std::underlying_type<Class>::type>(a) & \ 61 static_cast<std::underlying_type<Class>::type>(b)); \ 65 ~static_cast<std::underlying_type<Class>::type>(a)); \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | OrcError.cpp | 83 typedef std::underlying_type<OrcErrorCode>::type UT; in orcError() 106 typedef std::underlying_type<OrcErrorCode>::type UT; in convertToErrorCode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | lldbDataFormatters.py | 118 underlying_type = storage.GetType().GetTemplateArgumentType(0) 120 return storage.Cast(underlying_type)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | DiagnosticOptions.cpp | 20 using UT = std::underlying_type<DiagnosticLevelMask>::type; in operator <<()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | libgccjit.c | 1755 gcc::jit::recording::type *underlying_type = in gcc_jit_lvalue_access_field() local 1759 == underlying_type->unqualified ()), in gcc_jit_lvalue_access_field() 1763 underlying_type->get_debug_string ()); in gcc_jit_lvalue_access_field() 1787 gcc::jit::recording::type *underlying_type = in gcc_jit_rvalue_access_field() local 1791 == underlying_type->unqualified ()), in gcc_jit_rvalue_access_field() 1795 underlying_type->get_debug_string ()); in gcc_jit_rvalue_access_field() 1815 gcc::jit::recording::type *underlying_type = in gcc_jit_rvalue_dereference_field() local 1821 underlying_type, in gcc_jit_rvalue_dereference_field() 1829 == underlying_type->unqualified ()), in gcc_jit_rvalue_dereference_field() 1833 underlying_type->get_debug_string ()); in gcc_jit_rvalue_dereference_field() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | EnumTables.cpp | 16 { #enum, std::underlying_type < enum_class > ::type(enum_class::enum) }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.h | 50 { #enum, std::underlying_type<enum_class>::type(enum_class::enum) }
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | libgccjit.cc | 2538 gcc::jit::recording::type *underlying_type = in gcc_jit_lvalue_access_field() local 2542 == underlying_type->unqualified ()), in gcc_jit_lvalue_access_field() 2546 underlying_type->get_debug_string ()); in gcc_jit_lvalue_access_field() 2570 gcc::jit::recording::type *underlying_type = in gcc_jit_rvalue_access_field() local 2574 == underlying_type->unqualified ()), in gcc_jit_rvalue_access_field() 2578 underlying_type->get_debug_string ()); in gcc_jit_rvalue_access_field() 2598 gcc::jit::recording::type *underlying_type = in gcc_jit_rvalue_dereference_field() local 2604 underlying_type, in gcc_jit_rvalue_dereference_field() 2612 == underlying_type->unqualified ()), in gcc_jit_rvalue_dereference_field() 2616 underlying_type->get_debug_string ()); in gcc_jit_rvalue_dereference_field() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | Bitfields.h | 198 using type = typename std::underlying_type<T>::type;
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
| H A D | cindex.py | 1721 underlying_type = self.type 1722 if underlying_type.kind == TypeKind.ENUM: 1723 underlying_type = underlying_type.get_declaration().enum_type 1724 if underlying_type.kind in (TypeKind.CHAR_U,
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | pdb.h | 430 uint32_t underlying_type; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-format.cc | 1761 tree underlying_type in check_format_arg() local 1763 if (underlying_type != char_type_node in check_format_arg() 1764 && !(flag_char8_t && underlying_type == char8_type_node)) in check_format_arg() 1766 if (underlying_type == char16_type_node in check_format_arg() 1767 || underlying_type == char32_type_node in check_format_arg() 1768 || underlying_type == wchar_type_node) in check_format_arg()
|