HomeSort by: relevance | last modified time | path
    Searched refs:underlying_type (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdbsupport/
underlying.h 26 constexpr typename std::underlying_type<E>::type
29 return static_cast<typename std::underlying_type<E>::type> (val);
offset-type.h 83 operator OP (E lhs, typename std::underlying_type<E>::type rhs) \
85 using underlying = typename std::underlying_type<E>::type; \
92 operator OP (typename std::underlying_type<E>::type lhs, E rhs) \
94 using underlying = typename std::underlying_type<E>::type; \
101 operator OP ## = (E &lhs, typename std::underlying_type<E>::type rhs) \
103 using underlying = typename std::underlying_type<E>::type; \
117 constexpr typename std::underlying_type<E>::type
126 constexpr typename std::underlying_type<E>::type
129 using underlying = typename std::underlying_type<E>::type;
enum-flags.h 96 = std::is_unsigned<typename std::underlying_type<enum_type>::type>;
159 using underlying_type = typename std::underlying_type<enum_type>::type;
211 constexpr operator underlying_type () const
259 using underlying = typename enum_flags<enum_type>::underlying_type; \
426 using underlying = typename enum_flags<enum_type>::underlying_type;
446 using underlying = typename enum_flags<enum_type>::underlying_type;
495 using uns = typename std::make_unsigned<underlying_type>::type;
  /src/external/gpl3/gdb/dist/gdbsupport/
underlying.h 26 constexpr typename std::underlying_type<E>::type
29 return static_cast<typename std::underlying_type<E>::type> (val);
offset-type.h 83 operator OP (E lhs, typename std::underlying_type<E>::type rhs) \
85 using underlying = typename std::underlying_type<E>::type; \
92 operator OP (typename std::underlying_type<E>::type lhs, E rhs) \
94 using underlying = typename std::underlying_type<E>::type; \
101 operator OP ## = (E &lhs, typename std::underlying_type<E>::type rhs) \
103 using underlying = typename std::underlying_type<E>::type; \
117 constexpr typename std::underlying_type<E>::type
126 constexpr typename std::underlying_type<E>::type
129 using underlying = typename std::underlying_type<E>::type;
enum-flags.h 96 = std::is_unsigned<typename std::underlying_type<enum_type>::type>;
159 using underlying_type = typename std::underlying_type<enum_type>::type;
211 constexpr operator underlying_type () const
259 using underlying = typename enum_flags<enum_type>::underlying_type; \
426 using underlying = typename enum_flags<enum_type>::underlying_type;
446 using underlying = typename enum_flags<enum_type>::underlying_type;
495 using uns = typename std::make_unsigned<underlying_type>::type;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticOptions.cpp 20 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /src/external/apache2/llvm/dist/libcxx/include/__utility/
to_underlying.h 27 _LIBCPP_INLINE_VISIBILITY constexpr typename underlying_type<_Tp>::type
29 return static_cast<typename underlying_type<_Tp>::type>(__val);
  /src/external/gpl3/gcc/dist/gcc/
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)lh
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
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)lh
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 109 using __utype = typename std::underlying_type<copy_options>::type;
118 using __utype = typename std::underlying_type<copy_options>::type;
127 using __utype = typename std::underlying_type<copy_options>::type;
136 using __utype = typename std::underlying_type<copy_options>::type;
185 using __utype = typename std::underlying_type<perms>::type;
194 using __utype = typename std::underlying_type<perms>::type;
203 using __utype = typename std::underlying_type<perms>::type;
212 using __utype = typename std::underlying_type<perms>::type;
240 using __utype = typename std::underlying_type<directory_options>::type;
249 using __utype = typename std::underlying_type<directory_options>::type
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 108 using __utype = typename std::underlying_type<copy_options>::type;
116 using __utype = typename std::underlying_type<copy_options>::type;
124 using __utype = typename std::underlying_type<copy_options>::type;
132 using __utype = typename std::underlying_type<copy_options>::type;
180 using __utype = typename std::underlying_type<perms>::type;
188 using __utype = typename std::underlying_type<perms>::type;
196 using __utype = typename std::underlying_type<perms>::type;
204 using __utype = typename std::underlying_type<perms>::type;
231 using __utype = typename std::underlying_type<directory_options>::type;
239 using __utype = typename std::underlying_type<directory_options>::type
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
EnumTables.cpp 16 { #enum, std::underlying_type < enum_class > ::type(enum_class::enum) }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_fwd.h 98 using __utype = typename std::underlying_type<copy_options>::type;
107 using __utype = typename std::underlying_type<copy_options>::type;
116 using __utype = typename std::underlying_type<copy_options>::type;
125 using __utype = typename std::underlying_type<copy_options>::type;
172 using __utype = typename std::underlying_type<perms>::type;
181 using __utype = typename std::underlying_type<perms>::type;
190 using __utype = typename std::underlying_type<perms>::type;
199 using __utype = typename std::underlying_type<perms>::type;
230 using __utype = typename std::underlying_type<perm_options>::type;
239 using __utype = typename std::underlying_type<perm_options>::type
    [all...]
functional_hash.h 94 using __type = typename underlying_type<_Tp>::type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_fwd.h 97 using __utype = typename std::underlying_type<copy_options>::type;
105 using __utype = typename std::underlying_type<copy_options>::type;
113 using __utype = typename std::underlying_type<copy_options>::type;
121 using __utype = typename std::underlying_type<copy_options>::type;
167 using __utype = typename std::underlying_type<perms>::type;
175 using __utype = typename std::underlying_type<perms>::type;
183 using __utype = typename std::underlying_type<perms>::type;
191 using __utype = typename std::underlying_type<perms>::type;
221 using __utype = typename std::underlying_type<perm_options>::type;
229 using __utype = typename std::underlying_type<perm_options>::type
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-lang.cc 244 tree underlying_type = ENUM_UNDERLYING_TYPE (type); local
247 underlying_type
248 = c_common_type_for_mode (TYPE_MODE (underlying_type),
249 TYPE_UNSIGNED (underlying_type));
251 return underlying_type;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-lang.cc 234 tree underlying_type = ENUM_UNDERLYING_TYPE (type); local
237 underlying_type
238 = c_common_type_for_mode (TYPE_MODE (underlying_type),
239 TYPE_UNSIGNED (underlying_type));
241 return underlying_type;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
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;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
OrcError.cpp 83 typedef std::underlying_type<OrcErrorCode>::type UT;
106 typedef std::underlying_type<OrcErrorCode>::type UT;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
llvm-readobj.h 50 { #enum, std::underlying_type<enum_class>::type(enum_class::enum) }
  /src/external/apache2/llvm/dist/llvm/utils/
lldbDataFormatters.py 118 underlying_type = storage.GetType().GetTemplateArgumentType(0)
120 return storage.Cast(underlying_type)
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
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)); \
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
offset-type-selftests.c 46 using undrl = std::underlying_type<off_A>::type;
  /src/external/gpl3/gdb/dist/gdb/unittests/
offset-type-selftests.c 46 using undrl = std::underlying_type<off_A>::type;

Completed in 138 milliseconds

1 2 3