Searched defs:test3 (Results 201 - 225 of 311) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dglobal-init.cpp65 namespace test3 { namespace
H A Dimplicit-copy-constructor.cpp74 namespace test3 { namespace
H A Dlinkage.cpp25 namespace test3 { namespace
H A Dmicrosoft-abi-virtual-inheritance.cpp343 namespace test3 { namespace
365 // CHECK-LABEL: define x86_thiscallcc void @"\01?bar@D@test3@@UAEXXZ"(%"struct.test3::D"* %this)
371 // CHECK: %[[OBJ_i8:.*]] = bitcast %"struct.test3::D"* %{{.*}} to i8*
373 // CHECK: %[[C:.*]] = bitcast i8* %[[C_i8]] to %"struct.test3::C"*
374 // CHECK: %[[C_i8:.*]] = bitcast %"struct.test3::C"* %[[C]] to i8*
376 // CHECK: call x86_thiscallcc void @"\01?foo@C@test3@@UAEXXZ"(i8* %[[ARG]])
H A Dstatic-init.cpp137 namespace test3 { namespace
H A Dvisibility-inlines-hidden.cpp114 namespace test3 { namespace
/external/clang/test/Parser/
H A Dcxx-casting.cpp76 void test3() { function
H A Dswitch-recovery.cpp35 int test3(int i) { function in struct:B
/external/clang/test/Sema/
H A Daddress_spaces.c43 void test3(void) { function
H A Dcomplex-int.c45 void test3(_Complex int *x) { function
H A Dconstant-conversion.c28 void test3() { function
H A Doffsetof.c64 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset of bit-field 'j'}} variable
H A Dstruct-decl.c57 inline struct test3 { // expected-error {{'inline' can only appear on functions}} struct
/external/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp24 namespace test3 { namespace
H A Dnullptr.cpp108 namespace test3 { namespace
H A Doffsetof.cpp38 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset of bit-field 'j'}} variable
H A Duninit-variables.cpp36 unsigned test3() { function
H A Dwarn-global-constructors.cpp43 namespace test3 { namespace
H A Dwarn-loop-analysis.cpp111 void test3() { function
H A Dwarn-missing-noreturn.cpp70 namespace test3 { namespace
H A Dwarn-reorder-ctor-initialization.cpp113 namespace test3 { namespace
134 namespace test3 { namespace
/external/clang/test/SemaTemplate/
H A Ddeduction.cpp139 namespace test3 { namespace
H A Dinstantiate-field.cpp26 void test3(const X<int(int)> *xf) { function
/external/e2fsprogs/lib/ext2fs/
H A Dtst_badblocks.c33 blk_t test3[] = { 3, 1, 4, 5, 9, 2, 7, 10, 5, 6, 10, 8, 0 }; variable
290 printf("test3: ");
291 retval = create_test_list(test3, &bb3);
/external/valgrind/main/none/tests/
H A Dfaultstatus.c113 static void test3() function

Completed in 206 milliseconds

1234567891011>>