/external/clang/test/Modules/Inputs/merge-template-members/ |
H A D | b1.h | 6 N::A<int> b1; variable
|
/external/clang/test/Modules/Inputs/normal-module-map/ |
H A D | b1.h | 1 int b1; variable
|
/external/clang/test/Modules/Inputs/ |
H A D | def-include.h | 12 int b1; member in struct:B
|
/external/clang/test/Sema/ |
H A D | for.c | 4 void b1 (void) { for (void (*f) (void);;); } function
|
/external/clang/test/SemaCXX/ |
H A D | warn-memsize-comparison.cpp | 18 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 D | bool.cpp | 19 bool *b1 = (int *)0; // expected-error{{cannot initialize}} local
|
/external/valgrind/memcheck/tests/ |
H A D | clo_redzone.c | 6 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 D | 2009-04-23-bool2.cpp | 5 bool b1 : 1; member in struct:F 13 if (int (f.b1) != 1)
|
H A D | destructor-debug-info.cpp | 17 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 D | instantiation-default-3.cpp | 19 void test(B<int> *b1, B<float> *b2) { argument 20 b1->foo();
|
/external/cblas/src/ |
H A D | cblas_drotmg.c | 11 void cblas_drotmg( double *d1, double *d2, double *b1, argument 14 F77_drotmg(d1,d2,b1,&b2,p);
|
H A D | cblas_srotmg.c | 11 void cblas_srotmg( float *d1, float *d2, float *b1, argument 14 F77_srotmg(d1,d2,b1,&b2,p);
|
/external/clang/test/CodeGen/ |
H A D | block-3.c | 18 B b1 = ^(Z z1) { return 1; }; local 19 b1(z1);
|
H A D | ppc64-inline-asm.c | 3 _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 D | 2002-07-30-UnionTest.c | 11 void *b1; member in union:X
|
H A D | ms-anonymous-struct.c | 8 int b1; member in struct:nested1 49 var.b1; 88 var->b1;
|
/external/libnfc-nxp/Linux_x86/ |
H A D | phOsalNfc_Utils.c | 40 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 D | timingsafe_bcmp.c | 24 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 D | p1-cxx11.cpp | 17 B b1; local 18 B b2 = b1; 19 b1 = b2;
|
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
H A D | atomic_is_lock_free.pass.cpp | 30 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 D | mask_array.pass.cpp | 24 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 D | regress-365172-1.js | 7 var b1 = {d: 1}; var b2 = {d: 2}; 9 f1.b = b1;
|
H A D | regress-365172-2.js | 7 var b1 = {d: 1}; var b2 = {d: 2}; 9 f1.b = b1;
|
/external/valgrind/none/tests/amd64/ |
H A D | asorep.c | 11 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 D | PostOrderCFGView.cpp | 40 bool PostOrderCFGView::BlockOrderCompare::operator()(const CFGBlock *b1, argument 42 PostOrderCFGView::BlockOrderTy::const_iterator b1It = POV.BlockOrder.find(b1);
|