Home
last modified time | relevance | path

Searched refs:underlying_type (Results 1 – 25 of 64) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h92 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 Dfunctional_hash.h93 using __type = typename underlying_type<_Tp>::type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h97 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 Dfunctional_hash.h94 using __type = typename underlying_type<_Tp>::type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h99 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 Dfs_fwd.h108 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 Ddumpfile.h214 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 Dcp-lang.c220 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 Ddecl.c15419 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 Dcp-lang.cc234 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 Ddecl.cc16224 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 DDiagnosticOptions.h49 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 Dto_underlying.h27 _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 DCodeView.h55 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 DOrcError.cpp83 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 DlldbDataFormatters.py118 underlying_type = storage.GetType().GetTemplateArgumentType(0)
120 return storage.Cast(underlying_type)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticOptions.cpp20 using UT = std::underlying_type<DiagnosticLevelMask>::type; in operator <<()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.c1755 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 DEnumTables.cpp16 { #enum, std::underlying_type < enum_class > ::type(enum_class::enum) }
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h50 { #enum, std::underlying_type<enum_class>::type(enum_class::enum) }
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc2538 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 DBitfields.h198 using type = typename std::underlying_type<T>::type;
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1721 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 Dpdb.h430 uint32_t underlying_type; member
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc1761 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()

123