Searched refs:test4 (Results 51 - 75 of 250) sorted by relevance

12345678910

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp66 void test4() { function in struct:test1::B
109 void test4() { function in struct:test2::B
155 void test4() {
186 namespace test4 { namespace
/external/clang/test/CodeGen/
H A Darm64-aapcs-arguments.c31 // CHECK: void @test4(<16 x i8> %v0_v2.0, <16 x i8> %v0_v2.1, <16 x i8> %v0_v2.2, <16 x i8> %v3_v5.0, <16 x i8> %v3_v5.1, <16 x i8> %v3_v5.2, [2 x float], <16 x i8> %sp.0, <16 x i8> %sp.1, <16 x i8> %sp.2, double %sp48, <16 x i8> %sp64.0, <16 x i8> %sp64.1, <16 x i8> %sp64.2)
34 void test4(BigHFA v0_v2, BigHFA v3_v5, BigHFA sp, double sp48, BigHFA sp64) { function
H A Datomic-arm64.c64 // CHECK: define void @test4([[QUAD_T:%.*]]*
71 void test4(pointer_quad_t quad) { function
H A Dcaptured-statements.c64 void test4(int size, int vla_arr[size]) { function
69 // CHECK-3: test4([[INT:i.+]] {{.*}}[[SIZE:%.+]], [[INT]]*
H A Ddostmt.c53 int test4() { function
H A Dswitch-dce.c64 // CHECK: @test4
71 void test4() { function
H A Dexprs.c29 void test4() { function
33 t1 = sizeof(test4());
34 t2 = __alignof__(test4());
H A Dalignment.c56 void test4(float4align64 *p) { function
59 // CHECK: @test4(
H A Dbuiltin-memfns.c34 // CHECK: @test4
36 void test4(char *P, char *Q) { function
H A Dconditional.c17 void test4() { function
/external/clang/test/CodeGenCXX/
H A D2003-11-29-DuplicatedCleanupTest.cpp34 void test4(int val) { function
H A Ddebug-info-enum-class.cpp51 namespace test4 { namespace in namespace:A::B::PR14029
53 // CHECK: [[TEST4]] = {{.*}} ; [ DW_TAG_namespace ] [test4]
H A Dstatic-data-member.cpp76 namespace test4 { namespace
H A Dthrow-expressions.cpp18 int test4() { function
/external/clang/test/Parser/
H A Dbrackets.cpp89 void test4() { function
/external/clang/test/SemaCXX/
H A Dattr-weak.cpp11 void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js91 function test4() { function
95 test4();
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-70066.js72 function test4(value) { function
80 assertEquals("4:false", test4(4), "test4");
81 assertEquals(0, x, "test4"); // Global x is undisturbed.
/external/libcxx/test/re/re.alg/re.alg.match/
H A Dparse_curly_brackets.pass.cpp56 test4() function
71 test4();
/external/libcxx/test/re/re.alg/re.alg.replace/
H A DAndroid.mk39 test_name := re/re.alg/re.alg.replace/test4
40 test_src := test4.pass.cpp
/external/libcxxabi/test/
H A Dcatch_ptr_02.cpp64 void test4 () function
189 test4();
H A Dtest_guard.cpp77 namespace test4 { namespace
132 test4::test();
/external/clang/test/Analysis/inlining/
H A Dpath-notes.c136 void test4(int **p) { function
3335 // CHECK-NEXT: <key>issue_context</key><string>test4</string>
/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp64 namespace test4 { namespace
/external/clang/test/CXX/conv/conv.mem/
H A Dp4.cpp48 namespace test4 { namespace
52 int (Derived::*d) = data_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test4::Derived':}}
53 int (Derived::*m)() = method_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test4::Derived':}}

Completed in 404 milliseconds

12345678910