Searched defs:b4 (Results 1 - 25 of 68) sorted by relevance

123

/external/clang/test/Sema/
H A Dfor.c7 void b4 (void) { for (typedef int f;;); } // expected-error {{declaration of non-local variable}} function
H A Dattr-alias-elf.c53 extern int a4 __attribute__((alias("b4"))); // expected-error {{alias must point to a defined variable or function}}
54 typedef int b4; typedef
H A Dstring-init.c18 wchar_t b4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp6.cpp14 bool b4 = !E; variable
18 bool b6 = !&b4; // expected-warning{{address of 'b4' will always evaluate to 'true'}}
/external/clang/test/CodeGen/
H A Darm-pnaclcall.c27 int b4 : 4; member in struct:__anon18606
H A Dle32-arguments.c55 int b4 : 4; member in struct:__anon18659
H A Dx86_64-arguments-nacl.c114 int b4 : 4; member in struct:__anon18766
/external/valgrind/main/none/tests/s390x/
H A Dicm.c26 char *b4="\x00\xff\x00\x00"; local
87 test(b4,192);
H A Dclc.c7 char b4[23] ="00000000000000000000000"; variable
41 testrun(b1 + offset1, b4 + offset2, l);
44 testrun(b2 + offset1, b4 + offset2, l);
46 testrun(b3 + offset1, b4 + offset2, l);
47 testrun(b4 + offset1, b4 + offset2, l);
H A Dclcle.c7 char b4[23] ="00000000000000000000000"; variable
52 testrun(b1, l1, b4, l3, pad);
55 testrun(b2, l1, b4, l3, pad);
57 testrun(b3, l1, b4, l3, pad);
58 testrun(b4, l1, b4, l3, pad);
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3.cpp20 int b4 = f(E::e, 0); // expected-note {{in instantiation of}} member in namespace:bullet2
/external/valgrind/main/massif/tests/
H A Dalloc-fns.c8 void b4(int n) { malloc(n); } function
9 void b3(int n) { b4(n); }
/external/lldb/test/lang/c/bitfields/
H A Dmain.c21 b4 __attribute__ ((align(16))), member in struct:Bits
39 bits.b4 = i; //// break $source:$line
/external/clang/test/SemaCXX/
H A Dstring-init.cpp13 wchar_t b4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
/external/emma/core/java12/com/vladium/util/
H A DByteArrayOStream.java98 public final void write4 (final int b1, final int b2, final int b3, final int b4) argument
120 mbuf [pos + 3] = (byte) b4;
/external/chromium_org/sync/syncable/
H A Dparent_child_index_unittest.cc140 EntryKernel* b4 = MakeBookmark(4, 4, false); local
144 index_.Insert(b4); // Right-most child.
152 EXPECT_TRUE(index_.Contains(b4));
165 EXPECT_EQ(*it, b4);
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DUTF8.cpp108 const unsigned char b4 = sequence[4]; local
110 if (b4)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_sse.h207 __m128i b4 = _mm_srli_epi64(b, 32); /* shift by one dword */ local
209 __m128i b4a4 = _mm_mul_epu32(b4, a4); /* multiply dwords 1, 3 */
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.cpp328 uint8 b4 = GetByte(); local
329 return b1 | (b2 << 8) | (b3 << 16) | (b4 << 24);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher_test.cc327 unsigned char* b4 = b2; local
333 SIDESTEP_EXPECT_TRUE(b2 == b4);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher_test.cc327 unsigned char* b4 = b2; local
333 SIDESTEP_EXPECT_TRUE(b2 == b4);
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp63 B4 b4; // expected-error {{deleted function}} variable
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp57 B<long long>::E b4 = B<long long>::E::e4; variable
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_sse.h207 __m128i b4 = _mm_srli_epi64(b, 32); /* shift by one dword */ local
209 __m128i b4a4 = _mm_mul_epu32(b4, a4); /* multiply dwords 1, 3 */
/external/skia/src/images/
H A Dbmpdecoderhelper.cpp328 uint8 b4 = GetByte(); local
329 return b1 | (b2 << 8) | (b3 << 16) | (b4 << 24);

Completed in 4154 milliseconds

123