Searched defs:b1 (Results 1 - 25 of 374) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/normal-module-map/
H A Db1.h1 int b1; variable
/external/clang/test/Modules/Inputs/
H A Ddef-include.h12 int b1; member in struct:B
/external/clang/test/Sema/
H A Dfor.c4 void b1 (void) { for (void (*f) (void);;); } function
/external/clang/test/SemaCXX/
H A Dwarn-memsize-comparison.cpp18 char b1[80], b2[80]; local
19 if (memset(b1, 0, sizeof(b1) != 0)) {} // \
23 if (memset(b1, 0, sizeof(b1)) != 0) {}
25 if (memmove(b1, b2, sizeof(b1) == 0)) {} // \
29 if (memmove(b1, b2, sizeof(b1)) == 0) {}
31 if (memcpy(b1, b
[all...]
H A Dbool.cpp19 bool *b1 = (int *)0; // expected-error{{cannot initialize}} local
/external/valgrind/main/memcheck/tests/
H A Dclo_redzone.c6 char *b1 = malloc (128); local
8 fprintf (stderr, "b1 %p b2 %p\n", b1, b2);
10 // Try to land in b2 from b1, causing no error
15 b1[127 + 70] = 'a';
/external/clang/test/CodeGenCXX/
H A D2009-04-23-bool2.cpp5 bool b1 : 1; member in struct:F
13 if (int (f.b1) != 1)
H A Ddestructor-debug-info.cpp17 B b1; local
18 fn (b1);
21 // Check there is a line number entry for line 19 where b1 is destructed.
H A Dmember-init-anon-union.cpp43 B b1; variable
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-3.cpp19 void test(B<int> *b1, B<float> *b2) { argument
20 b1->foo();
/external/clang/test/CodeGen/
H A Dblock-3.c18 B b1 = ^(Z z1) { return 1; }; local
19 b1(z1);
H A Dppc64-inline-asm.c3 _Bool test_wc_i1(_Bool b1, _Bool b2) { argument
5 asm("crand %0, %1, %2" : "=wc"(o) : "wc"(b1), "wc"(b2) : );
7 // CHECK-LABEL: define zeroext i1 @test_wc_i1(i1 zeroext %b1, i1 zeroext %b2)
8 // CHECK: call i8 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i1 %b1, i1 %b2)
11 int test_wc_i32(int b1, int b2) { argument
13 asm("crand %0, %1, %2" : "=wc"(o) : "wc"(b1), "wc"(b2) : );
15 // CHECK-LABEL: signext i32 @test_wc_i32(i32 signext %b1, i32 signext %b2)
16 // CHECK: call i32 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i32 %b1, i32 %b2)
19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) { argument
21 asm("crand %0, %1, %2" : "=wc"(o) : "wc"(b1), "w
[all...]
H A D2002-07-30-UnionTest.c11 void *b1; member in union:X
H A Dms-anonymous-struct.c8 int b1; member in struct:nested1
49 var.b1;
88 var->b1;
/external/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/
H A Dmask_array.pass.cpp23 bool b1[N1] = {true, false, false, true, true, false, local
31 std::valarray<bool> vb1(b1, N1);
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Utils.c40 int8_t *b1 =(int8_t *)src; local
47 for(;((n>0)&&(diff==0));n--,b1++,b2++)
49 diff = *b1 - *b2;
/external/chromium_org/base/debug/
H A Dleak_tracker_unittest.cc33 scoped_ptr<ClassB> b1(new ClassB);
49 ClassB b1; local
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-365172-1.js7 var b1 = {d: 1}; var b2 = {d: 2};
9 f1.b = b1;
H A Dregress-365172-2.js7 var b1 = {d: 1}; var b2 = {d: 2};
9 f1.b = b1;
/external/clang/test/CXX/class.access/class.protected/
H A Dp1-cxx11.cpp17 B b1; local
18 B b2 = b1;
19 b1 = b2;
/external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_is_lock_free.pass.cpp28 bool b1 = std::atomic_is_lock_free(static_cast<const A*>(&t)); local
/external/stlport/test/unit/
H A Dbitset_test.cpp38 bitset<13U> b1(0xFFFF);
40 CPPUNIT_ASSERT(b1.size() == 13);
41 CPPUNIT_ASSERT(b1 == 0x1FFF);
46 b1 = b1 ^ (b2 << 2);
47 CPPUNIT_ASSERT(b1 == 0x1BBB);
49 CPPUNIT_ASSERT(b1.count() == 10);
87 bitset<13U> b1; local
88 sstr >> b1; local
89 CPPUNIT_ASSERT( b1
101 bitset<13U> b1; local
102 sstr >> b1; local
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dasorep.c11 uintptr_t b1 = (uintptr_t) buf1, b2 = (uintptr_t) buf2; local
13 if (b1 > 0xffffffffULL || b2 > 0xffffffffULL)
16 b1 += 0x100000000ULL;
21 : "D" (b2), "S" (b1), "c" (0x100000004ULL)
51 : "D" (b2), "S" (b1), "c" (0x100000020ULL));
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dfile_io_test.cc39 ByteVector b1; local
40 b1.resize(length);
41 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle);
52 EXPECT_EQ(memcmp(&(b1[0]), &(b2[0]), length), 0);
59 EXPECT_EQ(memcmp(&(b1[89]), &(b2[0]), 100), 0);
65 EXPECT_EQ(memcmp(&(b1[100]), &(b2[0]), 100), 0);
69 EXPECT_EQ(memcmp(&(b1[300]), &(b2[0]), 100), 0);
76 EXPECT_EQ(memcmp(&(b1[0]), &(b2[0]), 200), 0);
100 ByteVector b1; local
101 b1
[all...]
/external/clang/lib/Analysis/
H A DPostOrderCFGView.cpp40 bool PostOrderCFGView::BlockOrderCompare::operator()(const CFGBlock *b1, argument
42 PostOrderCFGView::BlockOrderTy::const_iterator b1It = POV.BlockOrder.find(b1);

Completed in 627 milliseconds

1234567891011>>