Searched refs:test5 (Results 1 - 25 of 266) sorted by relevance

1234567891011

/external/clang/test/CodeGen/
H A Dattr-minsize.cpp59 void test5(T arg) { function
64 void test5<int>(int arg);
65 // Oz: define{{.*}}void @{{.*}}test5
67 // OTHER: define{{.*}}void @{{.*}}test5
68 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
71 void test5<float>(float arg);
72 // Oz: define{{.*}}void @{{.*}}test5
74 // OTHER: define{{.*}}void @{{.*}}test5
75 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
H A Dasm_arm.c37 // CHECK: @test5
39 void test5() { function
H A Dbool-convert.c20 _Bool test5; local
H A Dasm-inout.c42 // CHECK: @test5
44 __m64 test5(__m64 __A, __m64 __B) { function
H A Dstatements.c28 int test5(long long b) { function
H A Dblocks-1.c52 void test5() { function
76 test5();
/external/clang/test/CodeGenCXX/
H A Denable_if.cpp4 int test5(int);
6 T test5(T) __attribute__((enable_if(1, "better than non-template")));
9 int (*Ptr)(int) = &test5;
H A Ddefault_calling_conv.cpp23 void __attribute__((vectorcall)) test5() {} function
/external/clang/test/Sema/
H A Dattr-visibility.c14 struct test5;
15 struct __attribute__((visibility("hidden"))) test5; // expected-note {{previous attribute is here}}
16 struct __attribute__((visibility("default"))) test5; // expected-error {{visibility does not match previous declaration}}
H A Dreturn-noreturn.c40 _Noreturn void test5() { function
/external/clang/test/Parser/
H A Dstatements.c42 void test5() { function
H A Dexpressions.c48 int test5(int);
50 return test5( // expected-note {{to match}}
51 test5(1)
H A Dimplicit-casts.c21 int y; void test5(char c) { y += c; } function
H A Dpointer-arithmetic.c8 int test5(int *a, int *b) { return a + b; } /* expected-error {{invalid operands}} */ function
/external/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.pass.cpp94 void test5() function
135 void test5() {} function
146 test5();
/external/annotation-tools/asmx/test/conform/cases/
H A DTestMethodReturnTypeGenericArray.expected ... lang.String[][] test4 () public java.util.Set test5
H A DTestTypecastGenericArray.expected ... void test4 () java.util.Set t public void test5
/external/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/
H A DTestMethodReturnTypeGenericArray.class ... lang.String[][] test4 () public java.util.Set test5
H A DTestMethodReturnTypeGenericArray_Expected.class ... lang.String[][] test4 () public java.util.Set test5
H A DTestTypecastGenericArray.class ... void test4 () java.util.Set t public void test5
H A DTestTypecastGenericArray_Expected.class ... void test4 () java.util.Set t public void test5
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp27 namespace test5 = ns3;
/external/clang/test/SemaCXX/
H A Dstatements.cpp33 void test5() { function
H A Dcondition.cpp61 void test5() { function
66 test5<int>();
/external/annotation-tools/scene-lib/test/annotations/tests/classfile/cases/
H A DTestMethodReturnTypeGenericArray.java25 public Set<String[]> test5() { method in class:TestMethodReturnTypeGenericArray

Completed in 690 milliseconds

1234567891011