Searched refs:test4 (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dattr-minsize.cpp40 void test4(T arg) { function
45 void test4<int>(int arg);
46 // Oz: define{{.*}}void @{{.*}}test4
48 // OTHER: define{{.*}}void @{{.*}}test4
52 void test4<float>(float arg);
53 // Oz: define{{.*}}void @{{.*}}test4
55 // OTHER: define{{.*}}void @{{.*}}test4
H A Dasm_arm.c26 void test4(float *a, float *b) { function
27 // CHECK: @test4
H A Dattr-optnone.c21 int test4() { return test2(); } function
22 // PRESENT-DAG: @test4{{.*}}[[ATTR4:#[0-9]+]]
23 // Also check that test2 is inlined into test4 (always_inline still works).
H A Dbool-convert.c14 // CHECK-LABEL: @test4 = common global [0 x i8]* null
15 _Bool (*test4)[]; variable
H A Drestrict.c23 // CHECK: define void @test4(i32* %{{.*}}, i32* noalias %{{.*}})
24 void test4(int *x, rp y) { function
H A Dvisibility.c22 // CHECK-DEFAULT: @test4 = hidden global i32 10
23 // CHECK-PROTECTED: @test4 = hidden global i32 10
24 // CHECK-HIDDEN: @test4 = hidden global i32 10
68 extern int test4;
69 __private_extern__ int test4 = 10; variable
H A Dppc64-align-struct.c8 struct test4 { int x; int y; int z; }; struct
28 // CHECK: define void @test4(i32 signext %x, [2 x i64] %y.coerce)
29 void test4 (int x, struct test4 y) function
116 // CHECK-LABEL: define void @test4va(%struct.test4* noalias sret %agg.result, i32 signext %x, ...)
117 // CHECK: %y = alloca %struct.test4, align 4
121 // CHECK: [[T0:%.*]] = bitcast i8* %[[CUR]] to %struct.test4*
122 // CHECK: [[DEST:%.*]] = bitcast %struct.test4* %y to i8*
123 // CHECK: [[SRC:%.*]] = bitcast %struct.test4* [[T0]] to i8*
125 struct test4 test4v
[all...]
H A Daddress-space.c35 // CHECK-LABEL: define void @test4(
38 void test4(MyStruct __attribute__((address_space(2))) *pPtr) { function
H A Dasm-inout.c33 // CHECK: @test4
34 int test4(volatile int *addr) { function
H A Dstatements.c9 void test4() { function
/external/clang/test/SemaCXX/
H A Dstatements.cpp28 void test4(); // expected-note{{possible target for call}}
29 void test4(int) { // expected-note{{possible target for call}} function
31 __asm__ ("":"+r" (test4)); // expected-error{{invalid lvalue in asm output}}
H A Dwarn-func-not-needed.cpp32 namespace test4 { namespace
46 namespace test4 { namespace
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Dmacros.s34 .macro test4
39 test4 a b)(,),(cd) label
/external/clang/test/Sema/
H A Dattr-visibility.c10 struct __attribute__((visibility("hidden"))) test4; // expected-note {{previous attribute is here}}
11 struct test4;
12 struct __attribute__((visibility("default"))) test4; // expected-error {{visibility does not match previous declaration}}
H A Dwarn-shadow.c39 struct test4 { struct
44 void test4(int i) { // expected-warning {{declaration shadows a variable in the global scope}} function
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
H A Dp1.cpp35 namespace test4 { namespace
/external/clang/test/CodeGenCXX/
H A Ddefault_calling_conv.cpp20 void __attribute__((stdcall)) test4() {} function
H A Denable_if.cpp25 class test4 { class
29 template class test4<double>;
H A Ddebug-info-enum.cpp48 namespace test4 { namespace
50 // CHECK-NOT: test4
H A Dexpr.cpp27 int test4() { function
/external/clang/test/Parser/
H A Dstatements.c33 void test4() { function
H A Dimplicit-casts.c20 short x; void test4(char c) { x += c; } function
/external/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.pass.cpp77 void test4() function
134 void test4() {} function
145 test4();
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp26 namespace test4 = ns2;
/external/clang/test/Lexer/
H A Dc90.c37 int test4() { function

Completed in 453 milliseconds

1234567891011>>