Home
last modified time | relevance | path

Searched refs:underlying_type_t (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/dports/ftp/filezilla/filezilla-3.55.1/src/include/
H A Dcommands.h188 …return (static_cast<std::underlying_type_t<transfer_flags>>(lhs) & static_cast<std::underlying_typ…
193 …cast<transfer_flags>(static_cast<std::underlying_type_t<transfer_flags>>(lhs) | static_cast<std::u…
198 …cast<transfer_flags>(static_cast<std::underlying_type_t<transfer_flags>>(lhs) | static_cast<std::u…
204 …cast<transfer_flags>(static_cast<std::underlying_type_t<transfer_flags>>(lhs) & ~static_cast<std::
209 …cast<transfer_flags>(static_cast<std::underlying_type_t<transfer_flags>>(lhs) & ~static_cast<std::
215 return static_cast<std::underlying_type_t<transfer_flags>>(flags) == 0;
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Ddirectorycache.h40 …return (static_cast<std::underlying_type_t<LookupFlags>>(lhs) & static_cast<std::underlying_type_t
45 …atic_cast<LookupFlags>(static_cast<std::underlying_type_t<LookupFlags>>(lhs) | static_cast<std::un…
56 …return (static_cast<std::underlying_type_t<LookupResults>>(lhs) & static_cast<std::underlying_type…
61 …c_cast<LookupResults>(static_cast<std::underlying_type_t<LookupResults>>(lhs) | static_cast<std::u…
/dports/emulators/yuzu/yuzu-0b47f7a46/src/common/
H A Dcommon_funcs.h60 using T = std::underlying_type_t<type>; \
64 using T = std::underlying_type_t<type>; \
68 using T = std::underlying_type_t<type>; \
84 using T = std::underlying_type_t<type>; \
88 using T = std::underlying_type_t<type>; \
92 using T = std::underlying_type_t<type>; \
/dports/games/liblcf/liblcf-0.7.0/src/generated/lcf/rpg/
H A Deventpage.h158 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
162 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
166 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
170 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
174 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
178 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
182 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
186 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
H A Dbattlecommands.h108 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
112 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
116 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
120 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
124 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
128 os << static_cast<std::underlying_type_t<decltype(code)>>(code);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/private/
H A DSkBitmaskEnum.h17 return static_cast<std::underlying_type_t<E>>(e) != 0; in Any()
23 using U = std::underlying_type_t<E>;
34 using U = std::underlying_type_t<E>;
45 using U = std::underlying_type_t<E>;
56 return static_cast<E>(~static_cast<std::underlying_type_t<E>>(e));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp31 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
32 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
33 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp31 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
32 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
33 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp35 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
36 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
37 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp31 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
32 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
33 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp31 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
32 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
33 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp31 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
32 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
33 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp35 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
36 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
37 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp31 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
32 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
33 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp35 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
36 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
37 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp31 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
32 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
33 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.fail.cpp35 enum E7 : std::underlying_type_t<E7> {}; // expected-error {{use of undeclared identifier 'E…
36 enum class E8 : std::underlying_type_t<E8> {}; // expected-error {{use of undeclared identifier 'E…
37 enum struct E9 : std::underlying_type_t<E9> {}; // expected-error {{use of undeclared identifier 'E…
/dports/deskutils/syncthingtray/syncthingtray/libsyncthing/
H A Dinterface.h25 …return static_cast<std::underlying_type_t<RuntimeFlags>>(lhs) & static_cast<std::underlying_type_t
30 …ic_cast<RuntimeFlags>(static_cast<std::underlying_type_t<RuntimeFlags>>(lhs) | static_cast<std::un…
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DEnumSerializer.h59 static_cast<std::underlying_type_t<paramType>>(aValue))); in Write()
91 using IntegralType = std::underlying_type_t<E>;
112 using IntegralType = std::underlying_type_t<E>;
123 static bool IsLegalValue(const std::underlying_type_t<E> e) { in IsLegalValue()
124 return (e & static_cast<std::underlying_type_t<E>>(AllBits)) == e; in IsLegalValue()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DEnumSerializer.h61 static_cast<std::underlying_type_t<paramType>>(aValue))); in Write()
92 using IntegralType = std::underlying_type_t<E>;
113 using IntegralType = std::underlying_type_t<E>;
124 static bool IsLegalValue(const std::underlying_type_t<E> e) { in IsLegalValue()
125 return (e & static_cast<std::underlying_type_t<E>>(AllBits)) == e; in IsLegalValue()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DEnumSerializer.h59 static_cast<std::underlying_type_t<paramType>>(aValue))); in Write()
91 using IntegralType = std::underlying_type_t<E>;
112 using IntegralType = std::underlying_type_t<E>;
123 static bool IsLegalValue(const std::underlying_type_t<E> e) { in IsLegalValue()
124 return (e & static_cast<std::underlying_type_t<E>>(AllBits)) == e; in IsLegalValue()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/state/
H A DPacketEvent.cpp22 return static_cast<std::underlying_type_t<PacketNumberSpace>>( in operator ==()
24 static_cast<std::underlying_type_t<PacketNumberSpace>>( in operator ==()
32 static_cast<std::underlying_type_t<PacketNumberSpace>>( in operator ()()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DBitmaskEnum.h80 template <typename E> std::underlying_type_t<E> Mask() {
83 return NextPowerOf2(static_cast<std::underlying_type_t<E>>(
90 template <typename E> std::underlying_type_t<E> Underlying(E Val) {
91 auto U = static_cast<std::underlying_type_t<E>>(Val);
148 static_cast<std::underlying_type_t<E>>(
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DBitmaskEnum.h80 template <typename E> std::underlying_type_t<E> Mask() {
83 return NextPowerOf2(static_cast<std::underlying_type_t<E>>(
90 template <typename E> std::underlying_type_t<E> Underlying(E Val) {
91 auto U = static_cast<std::underlying_type_t<E>>(Val);
148 static_cast<std::underlying_type_t<E>>(
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Denum-utils.h14 return !std::is_convertible_v<T, std::underlying_type_t<T>>; in is_class()
24 constexpr explicit WrapperImpl(std::underlying_type_t<EnumType> const& en) in WrapperImpl()
28 constexpr operator std::underlying_type_t<EnumType>() const {
29 return std::underlying_type_t<EnumType>(e);
41 std::conditional_t<is_class<EnumType>(), std::underlying_type_t<EnumType>, void>;

12345678910>>...27