Home
last modified time | relevance | path

Searched refs:bitY (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp45 unsigned bitY : 4; // expected-note {{bit-field is declared here}} member
56 …unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind t… in test()
59 …unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to… in test()
61 …unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'b… in test()
/dports/x11-toolkits/tix/Tix8.4.3/generic/
H A DtixDiITxt.c435 int bitY; local
437 bitY = itPtr->size[1] - itPtr->imageH - 2*itPtr->stylePtr->pad[1];
439 if (bitY > 0) {
440 bitY = bitY / 2 + (bitY %2);
442 bitY = 0;
448 y + itPtr->stylePtr->pad[1] + bitY);
453 int bitY; local
456 if (bitY > 0) {
457 bitY = bitY / 2 + (bitY %2);
459 bitY = 0;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp5 unsigned bitY : 4; member
16 …x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit… in test()
19 x = sizeof(a->bitY += 3); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp5 unsigned bitY : 4; member
16 …x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit… in test()
19 x = sizeof(a->bitY += 3); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp5 unsigned bitY : 4; member
16 …x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit… in test()
19 x = sizeof(a->bitY += 3); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp5 unsigned bitY : 4; member
16 …x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit… in test()
19 x = sizeof(a->bitY += 3); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp5 unsigned bitY : 4; member
16 …x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit… in test()
19 x = sizeof(a->bitY += 3); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp5 unsigned bitY : 4; member
16 …x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit… in test()
19 x = sizeof(a->bitY += 3); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp5 unsigned bitY : 4; member
16 …x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit… in test()
19 x = sizeof(a->bitY += 3); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp5 unsigned bitY : 4; member
16 …x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit… in test()
19 x = sizeof(a->bitY += 3); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()

123