Home
last modified time | relevance | path

Searched refs:two_bits (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-bitfield-enum-conversion.cpp4 enum TwoBits { Hi1 = 3 } two_bits; variable
11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
26 f.two_bits = two_bits; in f()
27 f.two_bits = two_bits_signed; // expected-warning {{negative enumerators}} in f()
28 f.two_bits = three_bits; // expected-warning {{not wide enough}} in f()
30 f.two_bits = two_bits_fixed; in f()
32 f.two_bits_signed = two_bits; // expected-warning {{needs an extra bit}} in f()
37 f.three_bits = two_bits; in f()
42 f.three_bits_signed = two_bits; in f()
57 f.two_bits = (unsigned)three_bits_signed; in f()
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/src/C2HS/
H A Dconfig.c92 int two_bits : 2; member
93 } two_bits; member
106 return v.two_bits.two_bits == -1; in bitfield_int_signed()
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/toplevel/
H A Dc2hs_config.c94 int two_bits : 2; member
95 } two_bits; member
108 return v.two_bits.two_bits == -1; in bitfield_int_signed()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/toplevel/
H A Dc2hs_config.c94 int two_bits : 2; member
95 } two_bits; member
108 return v.two_bits.two_bits == -1; in bitfield_int_signed()
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dqpsk.m11 function symbol = qpsk_mod(two_bits)
12 two_bits_decimal = sum(two_bits .* [2 1]);
24 function two_bits = qpsk_demod(symbol)
27 two_bits = [bit1 bit0]; variable
H A Dhf_modem_curves.m22 function symbol = qpsk_mod(two_bits)
23 two_bits_decimal = sum(two_bits .* [2 1]);
35 function two_bits = qpsk_demod(symbol)
38 two_bits = [bit1 bit0]; variable
147 two_bits = qpsk_demod(arx_symb); variable
148 rx_bits = [rx_bits two_bits];
/dports/devel/fp16/FP16-4dfe081cf6bcd15db339cf2680b9281b8451eeb3/test/
H A Dalt-to-fp32-value.cc83 uint32_t two_bits; in TEST() local
84 memcpy(&two_bits, &two_value, sizeof(two_bits)); in TEST()
85 EXPECT_EQ(two_f32, two_bits) << in TEST()
88 "F32(F16) = 0x" << std::setw(8) << two_bits << ", " << in TEST()
H A Dieee-to-fp32-value.cc83 uint32_t two_bits; in TEST() local
84 memcpy(&two_bits, &two_value, sizeof(two_bits)); in TEST()
85 EXPECT_EQ(two_f32, two_bits) << in TEST()
88 "F32(F16) = 0x" << std::setw(8) << two_bits << ", " << in TEST()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/fp16/test/
H A Dalt-to-fp32-value.cc83 uint32_t two_bits; in TEST() local
84 memcpy(&two_bits, &two_value, sizeof(two_bits)); in TEST()
85 EXPECT_EQ(two_f32, two_bits) << in TEST()
88 "F32(F16) = 0x" << std::setw(8) << two_bits << ", " << in TEST()
/dports/emulators/x48/x48-0.6.4_1/src/bitmaps/
H A Dtwo.h3 static unsigned char two_bits[] = { variable

12