/external/clang/test/Modules/Inputs/merge-template-members/ |
H A D | b2.h | 6 N::A<int> b2; variable
|
/external/clang/test/CodeGenCXX/ |
H A D | ms-novtable.cpp | 20 struct B2 : virtual A1 {} b2; variable in typeref:struct:B2
|
H A D | 2009-04-23-bool2.cpp | 6 bool b2 : 7; member in struct:F
|
/external/clang/test/Sema/ |
H A D | for.c | 5 void b2 (void) { for (void f (void);;); } // expected-error {{declaration of non-local variable}} function
|
H A D | assign.c | 15 const int b2[10]; local 17 b2[4] = 1; // expected-error {{read-only variable is not assignable}}
|
/external/clang/test/SemaCXX/ |
H A D | warn-memsize-comparison.cpp | 18 char b1[80], b2[80]; local 25 if (memmove(b1, b2, sizeof(b1) == 0)) {} // \ 29 if (memmove(b1, b2, sizeof(b1)) == 0) {} 31 if (memcpy(b1, b2, sizeof(b1) < 0)) {} // \ 35 if (memcpy(b1, b2, sizeof(b1)) < 0) {} 37 if (memcmp(b1, b2, sizeof(b1) <= 0)) {} // \ 41 if (memcmp(b1, b2, sizeof(b1)) <= 0) {} 43 if (strncmp(b1, b2, sizeof(b1) > 0)) {} // \ 47 if (strncmp(b1, b2, sizeof(b1)) > 0) {} 49 if (strncasecmp(b1, b2, sizeo [all...] |
/external/libcxx/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/ |
H A D | bad_alloc.pass.cpp | 23 std::bad_alloc b2 = b; local 24 b2 = b; 25 const char* w = b2.what();
|
/external/libcxx/test/std/language.support/support.dynamic/alloc.errors/new.badlength/ |
H A D | bad_array_length.pass.cpp | 24 std::bad_array_length b2 = b; local 25 b2 = b; 26 const char* w = b2.what();
|
H A D | bad_array_new_length.pass.cpp | 23 std::bad_array_new_length b2 = b; local 24 b2 = b; 25 const char* w = b2.what();
|
/external/libcxx/test/std/language.support/support.exception/bad.exception/ |
H A D | bad_exception.pass.cpp | 23 std::bad_exception b2 = b; local 24 b2 = b; 25 const char* w = b2.what();
|
/external/libcxx/test/std/language.support/support.exception/exception/ |
H A D | exception.pass.cpp | 21 std::exception b2 = b; local 22 b2 = b; 23 const char* w = b2.what();
|
/external/libcxx/test/std/language.support/support.rtti/bad.cast/ |
H A D | bad_cast.pass.cpp | 23 std::bad_cast b2 = b; local 24 b2 = b; 25 const char* w = b2.what();
|
/external/libcxx/test/std/language.support/support.rtti/bad.typeid/ |
H A D | bad_typeid.pass.cpp | 23 std::bad_typeid b2 = b; local 24 b2 = b; 25 const char* w = b2.what();
|
/external/valgrind/memcheck/tests/ |
H A D | clo_redzone.c | 7 char *b2 = malloc (128); local 8 fprintf (stderr, "b1 %p b2 %p\n", b1, b2); 10 // Try to land in b2 from b1, causing no error 13 // We need to choose a value which lands in b2
|
/external/valgrind/none/tests/ |
H A D | coolo_strlen.c | 6 char *b2 = strdup(strcat(buffer, "THis is a very long strings")); local 7 int len = strlen(b2);
|
/external/clang/test/SemaTemplate/ |
H A D | instantiation-default-3.cpp | 19 void test(B<int> *b1, B<float> *b2) { argument 21 b2->bar();
|
/external/cblas/src/ |
H A D | cblas_drotmg.c | 12 const double b2, double *p) 14 F77_drotmg(d1,d2,b1,&b2,p); 11 cblas_drotmg( double *d1, double *d2, double *b1, const double b2, double *p) argument
|
H A D | cblas_srotmg.c | 12 const float b2, float *p) 14 F77_srotmg(d1,d2,b1,&b2,p); 11 cblas_srotmg( float *d1, float *d2, float *b1, const float b2, float *p) argument
|
/external/clang/test/CodeGen/ |
H A D | arm64-be-bitfield.c | 5 struct bt3 { signed b2:10; signed b3:10; } b16; member in struct:bt3 14 return bp11.b2;
|
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), "wc"(b2) [all...] |
/external/libnfc-nxp/Linux_x86/ |
H A D | phOsalNfc_Utils.c | 41 int8_t *b2 =(int8_t *)dest; local 47 for(;((n>0)&&(diff==0));n--,b1++,b2++) 49 diff = *b1 - *b2;
|
/external/llvm/test/MC/X86/ |
H A D | expand-var.s | 16 .weak b2 17 b2 = a2 define 18 c2 = b2 - a2
|
/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 | 18 B b2 = b1; local 19 b1 = b2;
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/ |
H A D | p1.cpp | 11 [[noreturn]] [[noreturn]] void b2() { throw 0; } // ok function 18 [[noreturn]] int e() { b2(); } // ok
|