Searched defs:test2 (Results 201 - 225 of 540) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dcaptured-statements.c34 void test2(int x) { function
41 // CHECK-2: test2
H A Dcompound.c15 void test2(char c) { x += c; } function
H A Dmangle.c32 void test2() { function
H A Dpascal-wchar-string.c37 // CHECK: @test2
39 void test2() { function
H A Dppc64-align-struct.c6 struct test2 { int x; int y; } __attribute__((aligned (16))); struct
15 // CHECK: define void @test2(i32 signext %x, %struct.test2* byval align 16 %y)
16 void test2 (int x, struct test2 y) function
48 // CHECK: define void @test2va(%struct.test2* noalias sret %agg.result, i32 signext %x, ...)
56 // CHECK: bitcast i8* %ap.align to %struct.test2*
57 struct test2 test2va (int x, ...)
59 struct test2 y;
62 y = va_arg (ap, struct test2);
[all...]
H A Dswitch-dce.c26 // CHECK: @test2
33 void test2() { function
H A Dtrapv.c40 // CHECK-LABEL: define void @test2()
41 void test2() { function
H A Dvisibility.c55 // CHECK-DEFAULT-LABEL: define void @test2()
56 // CHECK-PROTECTED-LABEL: define void @test2()
57 // CHECK-HIDDEN-LABEL: define void @test2()
58 void test2(void);
59 void __attribute__((visibility("default"))) test2(void) {} function
H A Dvolatile-1.c317 // CHECK: define {{.*}} @test2()
318 int test2() { function
/external/clang/test/CodeGenCXX/
H A D2010-05-10-Var-DbgInfo.cpp39 void test2(X x) function
H A Dassign-construct-memcpy.cpp32 foo *test2(const foo &x) { function
34 // CHECK-POD: test2
37 // CHECK-NONPOD: test2
H A Ddebug-info-class-limited.cpp37 namespace test2 { namespace
H A Ddebug-info-enum.cpp17 namespace test2 { namespace
20 // CHECK: [[TEST2]] = {{.*}} ; [ DW_TAG_namespace ] [test2]
H A Dexceptions-no-rtti.cpp42 void test2() { function in namespace:test1
H A Dexpr.cpp16 void test2() { ++a+=10; } function
H A Dinstantiate-blocks.cpp30 void test2(void) function
H A Dinternal-linkage.cpp33 char const * const *test2() function
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp47 namespace test2 { namespace
74 // CHECK-LABEL: VFTable for 'test2::D' in 'test2::E' in 'test2::X' (4 entries).
75 // CHECK-NEXT: 0 | test2::F *test2::X::foo()
76 // CHECK-NEXT: [return adjustment (to type 'struct test2::B *'): 4 non-virtual]
77 // CHECK-NEXT: 1 | void test2::D::z()
78 // CHECK-NEXT: 2 | test2::F *test2
[all...]
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.cpp41 namespace test2 { namespace
56 // CHECK-LABEL: VFTable for 'test2::A' in 'test2::X' (1 entry).
57 // CHECK-NEXT: 0 | void test2::A::f()
59 // CHECK-LABEL: VFTable for 'test2::B' in 'test2::X' (2 entries).
60 // CHECK-NEXT: 0 | void test2::X::g()
61 // CHECK-NEXT: 1 | void test2::B::h()
63 // CHECK-LABEL: VFTable for 'test2::C' in 'test2
[all...]
H A Dmicrosoft-abi-vtables-return-thunks.cpp71 namespace test2 { namespace
88 // VFTABLES-LABEL: VFTable for 'test2::H' in 'test2::I' in 'test2::J' (2 entries).
89 // VFTABLES-NEXT: 0 | test2::D *test2::J::foo()
90 // VFTABLES-NEXT: [return adjustment (to type 'struct test2::B *'): 4 non-virtual]
91 // VFTABLES-NEXT: 1 | test2::D *test2::J::foo()
93 // GLOBALS-LABEL: @"\01??_7J@test2
[all...]
H A Dnew-overflow.cpp51 namespace test2 { namespace
H A Dpartial-destruction.cpp125 namespace test2 { namespace
H A Dpragma-visibility.cpp56 namespace test2 { namespace
H A Dthrow-expressions.cpp8 int test2() { function
H A Dvisibility-ms-compat.cpp50 namespace test2 { namespace

Completed in 9632 milliseconds

1234567891011>>