Searched refs:test2 (Results 226 - 250 of 607) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dwarn-type-safety.cpp64 void test2(C *c, int *int_buf, T tag) function
70 test2(c, int_buf, MPI_INT);
71 test2(c, int_buf, MPI_NULL);
/external/clang/test/SemaCXX/
H A Dconversion.cpp40 uint64_t test2(int x, unsigned y) { function in namespace:test1
45 bool test2(void *p) { function in namespace:test1
50 namespace test2 { namespace
H A Dwarn-assignment-condition.cpp127 void test2() { function
128 if ((fn == test2)) {} // expected-warning {{equality comparison with extraneous parentheses}} \
131 if ((test2 == fn)) {}
/external/chromium_org/v8/test/webkit/
H A Dcontinue-break-multiple-labels.js45 function test2() function
60 shouldBe("test2()", "'123'");
/external/clang/test/CXX/class/class.mem/
H A Dp2.cpp25 namespace test2 { namespace
/external/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp61 void test2() { function in struct:test1::B
79 namespace test2 { namespace
104 void test2() { function in struct:test2::B
147 void test2() {
/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp21 namespace test2 { namespace
22 void bar(); // expected-note {{'::test2::bar' declared here}}
24 void foo() { // expected-note {{'::test2::foo' declared here}}
26 friend void foo(); // expected-error {{no matching function 'foo' found in local scope; did you mean '::test2::foo'?}}
48 friend void bar(); // expected-error {{no matching function 'bar' found in local scope; did you mean '::test2::bar'?}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp58 void test2() { function in struct:test1::B
76 namespace test2 { namespace
101 void test2() { function in struct:test2::B
144 void test2() {
/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp7.cpp23 same_type<decltype(v2), std::string> test2; local
/external/clang/test/CXX/special/class.dtor/
H A Dp9.cpp54 namespace test2 { namespace
/external/clang/test/CXX/special/class.temporary/
H A Dp1.cpp39 namespace test2 { namespace
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp12.cpp31 namespace test2 { namespace
46 template <> class Temp<A::Private> Temp<int>::make() { // expected-error {{'Private' is a private member of 'test2::A'}}
/external/clang/test/CodeGen/
H A Daltivec.c17 void test2() function
H A Darm64-aapcs-arguments.c12 // CHECK: void @test2(i32 %x0, i128 %x2_x3.coerce, i32 %x4, i128 %x6_x7.coerce, i32 %sp, i128 %sp16.coerce)
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { function
H A Datomic-arm64.c43 // CHECK: define void @test2()
49 void test2() { function
H A Dbyval-memcpy-elim.c31 // CHECK-LABEL: define void @test2(
35 void test2(struct Test3S *q) { function
H A Dcaptured-statements.c34 void test2(int x) { function
41 // CHECK-2: test2
H A Ddostmt.c28 int test2() { function
H A Dswitch-dce.c26 // CHECK: @test2
33 void test2() { function
/external/clang/test/CodeGenCXX/
H A Darm64.cpp43 namespace test2 { namespace
H A Ddebug-info-enum-class.cpp30 namespace test2 { namespace in namespace:A::B::PR14029
33 // CHECK: [[TEST2]] = {{.*}} ; [ DW_TAG_namespace ] [test2]
H A Dextern-c.cpp33 namespace test2 { namespace
H A Dfunction-template-specialization.cpp21 void test2(int *iptr, double *dptr, int diff) { function
H A Dmember-functions.cpp41 void test2() { function
H A Dpartial-destruction.cpp125 namespace test2 { namespace

Completed in 392 milliseconds

1234567891011>>