/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5.cpp | 44 unsigned bitX : 4; // expected-note 4 {{bit-field is declared here}} 52 unsigned &t0 = a->bitX; // expected-error {{non-const reference cannot bind to bit-field 'bitX'}} 53 unsigned &t1 = (unsigned&) a->bitX; // expected-error {{non-const reference cannot bind to bit-field 'bitX'}} 54 unsigned &t2 = const_cast<unsigned&>(a->bitX); // expected-error {{const_cast from bit-field lvalue to reference type 'unsigned int &'}} 55 unsigned &t3 = (a->foo(), a->bitX); // expected-error {{non-const reference cannot bind to bit-field 'bitX'}} 56 unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind to bit-field}} 57 unsigned &t5 = (a->var ? a->bitX : a->bitX); // expected-error {{non-const reference cannot bind to bit-field} [all...] |
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/ |
p1.cpp | 4 unsigned bitX : 4; 13 x = sizeof(a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}} 14 x = sizeof((unsigned) a->bitX); 15 x = sizeof(a->foo(), a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}} 16 x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit-field}} 17 x = sizeof(a->var ? a->bitX : a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}} 18 x = sizeof(a->bitX = 3); // expected-error {{invalid application of 'sizeof' to bit-field}}
|
/external/libutf/ |
rune.c | 22 Bitx = 6, 29 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */ 35 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */ 36 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */ 37 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */ 38 Rune4 = (1<<(Bit4+3*Bitx))-1, 41 Maskx = (1<<Bitx)-1, /* 0011 1111 */ 101 l = ((c << Bitx) | c1) & Rune2; 121 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3 [all...] |
/external/regex-re2/util/ |
rune.cc | 23 Bitx = 6, 30 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */ 36 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */ 37 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */ 38 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */ 39 Rune4 = (1<<(Bit4+3*Bitx))-1, 42 Maskx = (1<<Bitx)-1, /* 0011 1111 */ 74 l = ((c << Bitx) | c1) & Rune2; 89 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3 [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
rune.go | 25 bitx = 6 32 tx = ((1 << (bitx + 1)) - 1) ^ 0xFF /* 1000 0000 */ 38 rune1 = (1 << (bit1 + 0*bitx)) - 1 /* 0000 0000 0111 1111 */ 39 rune2 = (1 << (bit2 + 1*bitx)) - 1 /* 0000 0111 1111 1111 */ 40 rune3 = (1 << (bit3 + 2*bitx)) - 1 /* 1111 1111 1111 1111 */ 41 rune4 = (1 << (bit4 + 3*bitx)) - 1 /* 0001 1111 1111 1111 1111 1111 */ 43 maskx = (1 << bitx) - 1 /* 0011 1111 */ 107 l := ((rune(c) << bitx) | rune(c1)) & rune2 128 l := ((((rune(c) << bitx) | rune(c1)) << bitx) | rune(c2)) & rune 24 bitx = 6 const [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
rune.go | 25 bitx = 6 32 tx = ((1 << (bitx + 1)) - 1) ^ 0xFF /* 1000 0000 */ 38 rune1 = (1 << (bit1 + 0*bitx)) - 1 /* 0000 0000 0111 1111 */ 39 rune2 = (1 << (bit2 + 1*bitx)) - 1 /* 0000 0111 1111 1111 */ 40 rune3 = (1 << (bit3 + 2*bitx)) - 1 /* 1111 1111 1111 1111 */ 41 rune4 = (1 << (bit4 + 3*bitx)) - 1 /* 0001 1111 1111 1111 1111 1111 */ 43 maskx = (1 << bitx) - 1 /* 0011 1111 */ 107 l := ((rune(c) << bitx) | rune(c1)) & rune2 128 l := ((((rune(c) << bitx) | rune(c1)) << bitx) | rune(c2)) & rune 24 bitx = 6 const [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/ |
msp430x.s | 46 BITX #20, R8 47 BITX &EDE, &TONI 48 BITX &EDE, R8 49 BITX 2(R5), R8 50 BITX 8(SP), &EDE 51 BITX @R5+, &EDE 52 BITX @R5+, R8 53 BITX @R5, R8 54 BITX EDE, &TONI 55 BITX.B #12, &ED [all...] |
msp430x.d | 43 0+00b8 <[^>]*> 40 18 38 b0 14 00 bitx.w #20, r8 ;0x00014 44 0+00be <[^>]*> 40 18 92 b2 00 00 00 00 bitx.w &0x00000,&0x00000; 45 0+00c6 <[^>]*> 40 18 18 b2 00 00 bitx.w &0x00000,r8 ; 46 0+00cc <[^>]*> 40 18 18 b5 02 00 bitx.w 2\(r5\), r8 ; 47 0+00d2 <[^>]*> 40 18 92 b1 08 00 00 00 bitx.w 8\(r1\), &0x00000; 48 0+00da <[^>]*> 40 18 b2 b5 00 00 bitx.w @r5\+, &0x00000; 49 0+00e0 <[^>]*> 40 18 38 b5 bitx.w @r5\+, r8 ; 50 0+00e4 <[^>]*> 40 18 28 b5 bitx.w @r5, r8 ; 51 0+00e8 <[^>]*> 40 18 92 b0 00 00 00 00 bitx.w 0x00000,&0x00000;PC rel. 0x000ec 52 0+00f0 <[^>]*> 40 18 f2 b0 0c 00 00 00 bitx.b \#12, &0x00000;0x0000 [all...] |
/external/clang/test/Sema/ |
bitfield.c | 48 unsigned bitX : 4; 53 (void) sizeof(t->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}} 55 (void) sizeof(t->bitX = 4); // not a bitfield designator in C 56 (void) sizeof(t->bitX += 4); // not a bitfield designator in C 57 (void) sizeof((void) 0, t->bitX); // not a bitfield designator in C 58 (void) sizeof(t->var ? t->bitX : t->bitY); // not a bitfield designator in C 59 (void) sizeof(t->var ? t->bitX : t->bitX); // not a bitfield designator in C
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
insns9s12x.s | 18 bitx [0x3456,sp]
|
insns9s12x.d | 22 0x00000029 bitx \[0x3456,SP\]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tilepro/ |
t_insns.s | 184 { bitx r5, r6 ; bbst r15, target } 188 { bitx r5, r6 ; blz r15, target } 304 { bnz r15, target ; bitx r5, r6 } 355 { add r15, r16, r17 ; bitx r5, r6 ; lh r25, r26 } 543 { addi r15, r16, 5 ; prefetch r25 ; bitx r5, r6 } 701 { and r15, r16, r17 ; bitx r5, r6 ; lb r25, r26 } 716 { and r15, r16, r17 ; lw r25, r26 ; bitx r5, r6 } [all...] |
t_insns.d | 159 4a8: [0-9a-f]* { bitx r5, r6 ; bbst r15, 0 <target> } 163 4c8: [0-9a-f]* { bitx r5, r6 ; blz r15, 0 <target> } 279 868: [0-9a-f]* { bitx r5, r6 ; bnz r15, 0 <target> } 330 a00: [0-9a-f]* { bitx r5, r6 ; add r15, r16, r17 ; lh r25, r26 } 518 fe0: [0-9a-f]* { bitx r5, r6 ; addi r15, r16, 5 ; prefetch r25 } [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
msp430.h | 130 MSP_INSN (bitx, -2, 2, 0xb000, 0xf000),
|
/toolchain/binutils/binutils-2.25/opcodes/ |
m68hc11-opc.c | 354 { "bitx", OP_IMM16 | OP_PAGE2, 2, 0x85, 1, 1, CLR_V_CHG_NZ, cpu9s12x, 0 }, 355 { "bitx", OP_DIRECT | OP_PAGE2, 2, 0x95, 3, 3, CLR_V_CHG_NZ, cpu9s12x, 0 }, 356 { "bitx", OP_IND16 | OP_PAGE2, 3, 0xb5, 3, 3, CLR_V_CHG_NZ, cpu9s12x, 0 }, 357 { "bitx", OP_IDX | OP_PAGE2, 2, 0xa5, 3, 3, CLR_V_CHG_NZ, cpu9s12x, 0 }, 358 { "bitx", OP_IDX_1 | OP_PAGE2, 3, 0xa5, 3, 3, CLR_V_CHG_NZ, cpu9s12x, 0 }, 359 { "bitx", OP_IDX_2 | OP_PAGE2, 4, 0xa5, 4, 4, CLR_V_CHG_NZ, cpu9s12x, 0 }, 360 { "bitx", OP_D_IDX | OP_PAGE2, 2, 0xa5, 6, 6, CLR_V_CHG_NZ, cpu9s12x, 0 }, 361 { "bitx", OP_D_IDX_2 | OP_PAGE2, 4, 0xa5, 6, 6, CLR_V_CHG_NZ, cpu9s12x, 0 }, [all...] |
tilepro-opc.c | 1301 { "bitx", TILEPRO_OPC_BITX, 0x5, 2, TREG_ZERO, 1, 1320 { "bitx.sn", TILEPRO_OPC_BITX_SN, 0x1, 2, TREG_SN, 1, [all...] |
/external/valgrind/VEX/priv/ |
guest_arm64_toIR.c | [all...] |