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

1234567891011>>

/external/clang/test/Modules/Inputs/merge-template-members/
H A Db1.h6 N::A<int> b1; variable
/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/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.
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-3.cpp19 void test(B<int> *b1, B<float> *b2) { argument
20 b1->foo();
/external/cblas/src/
H A Dcblas_drotmg.c11 void cblas_drotmg( double *d1, double *d2, double *b1, argument
14 F77_drotmg(d1,d2,b1,&b2,p);
H A Dcblas_srotmg.c11 void cblas_srotmg( float *d1, float *d2, float *b1, argument
14 F77_srotmg(d1,d2,b1,&b2,p);
/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/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/openssh/openbsd-compat/
H A Dtimingsafe_bcmp.c24 timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
26 const unsigned char *p1 = b1, *p2 = b2;
/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/std/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_is_lock_free.pass.cpp30 bool b1 = std::atomic_is_lock_free(static_cast<const A*>(&t)); local
/external/libcxx/test/std/numerics/numarray/template.mask.array/mask.array.assign/
H A Dmask_array.pass.cpp24 bool b1[N1] = {true, false, false, true, true, false, local
32 std::valarray<bool> vb1(b1, N1);
57 bool b1[] = {true, false, true}; local
60 std::valarray<bool> const vb1(b1, 3);
/external/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/valgrind/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/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 813 milliseconds

1234567891011>>