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

123456789

/external/clang/test/CodeGenCXX/
H A D2003-11-29-DuplicatedCleanupTest.cpp34 void test4(int val) { function
H A Dstatic-data-member.cpp76 namespace test4 { namespace
H A Dassign-construct-memcpy.cpp51 foo *test4(foo &&x) { function
53 // CHECK-POD: test4
56 // CHECK-NONPOD: test4
H A Ddelete.cpp107 namespace test4 { namespace
H A Dmember-expressions.cpp48 namespace test4 { namespace
H A Dnrvo.cpp124 X test4(bool B) { function
/external/clang/test/Sema/
H A Dextern-redecl.c37 void test4() { function
H A Darm-neon-types.c24 int32x4_t test4(int32x4_t a, vSInt32 b) { function
H A Dbitfield.c48 void test4(struct Test4 *t) { function
H A Dblock-args.c39 void test4() { function
H A Dblock-literal.c53 void test4() {
/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/clang/test/SemaCXX/
H A Dwarn-unused-filescoped.cpp76 namespace test4 { namespace
80 extern "C" void test4(A a);
/external/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/clang/test/CodeGen/
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
H A Dpacked-nest-unpacked.c29 void test4() { function
30 // CHECK: @test4
H A Dvector.c28 int test4(int argc, char *argv[]) { function
/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':}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp55 namespace test4 { namespace

Completed in 420 milliseconds

123456789