Searched refs:test2 (Results 151 - 175 of 333) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dmember-expr.cpp40 void test2(X *xp) { function
89 void test2(A &x) { function in namespace:test5
156 int test2() { return fun2->size(); } // expected-error {{base of member reference is a function; perhaps you meant to call it with no arguments}} function in namespace:FuncInMemberExpr
H A Dscope-check.cpp30 namespace test2 { namespace
149 void test2() { function in namespace:test8
164 unsigned test2(unsigned x, unsigned y) { function in namespace:test9
/external/skia/tests/
H A DWriter32Test.cpp30 static void test2(skiatest::Reporter* reporter, SkWriter32* writer) { function
64 test2(reporter, &writer);
77 test2(reporter, &writer);
/external/clang/test/Analysis/
H A Dmisc-ps-cxx0x.cpp60 void test2() { function
/external/clang/test/CXX/class.access/class.access.base/
H A Dp5.cpp46 namespace test2 { namespace
/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp32 namespace test2 { namespace
/external/clang/test/CXX/conv/conv.mem/
H A Dp4.cpp28 namespace test2 { namespace
33 int (Derived::*d) = data_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test2::Derived':}}
34 int (Derived::*m)() = method_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test2::Derived':}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp25 namespace test2 { namespace
H A Dp12.cpp41 void test2() { Opaque<0> _ = foo(Opaque<2>()); } function in struct:test1::Test0
53 void test2() { Opaque<0> _ = foo(Opaque<2>()); } function in struct:test1::Test1
66 void test2() { Opaque<1> _ = foo(Opaque<2>()); } function in struct:test1::Test2
72 namespace test2 { namespace
/external/clang/test/CodeGen/
H A Dalignment.c32 void test2(packedfloat4 *p) { function
35 // CHECK: @test2(
H A Dbuiltin-memfns.c22 // CHECK: @test2
24 char* test2(char* a, char* b) { function
H A Dconditional.c7 double test2(int cond, float a, double b) { function
H A Ddesignated-initializers.c82 void test2() { function
H A Dmangle.c32 void test2() { function
H A Dpacked-nest-unpacked.c15 struct X test2() { function
16 // CHECK: @test2
H A Dvector.c12 int test2() { vty b; return b[2LL]; } function
/external/clang/test/CodeGenCXX/
H A Dconst-init.cpp28 namespace test2 { namespace
H A Ddelete.cpp90 namespace test2 { namespace
H A Dderived-to-base-conv.cpp76 void test2(Test2b &x) { function
H A Dinstantiate-blocks.cpp30 void test2(void) function
H A Dnrvo.cpp39 X test2(bool B) { function
/external/clang/test/Parser/
H A Drecovery.c94 void test2(int x) {
/external/clang/test/Sema/
H A Dblock-literal.c26 void test2() {
H A Dconstant-conversion.c23 enum Test2 test2(enum Test2 *t) { function
H A Di-c-e.c32 void test2(int n, int* p) { *(n ? p : (void *)0) = 1; } function

Completed in 329 milliseconds

1234567891011>>