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

1234567891011>>

/external/clang/test/SemaCXX/
H A Dwarn-func-not-needed.cpp12 namespace test2 { namespace
H A Dwarn-vla.cpp7 void test2(int n, int v[n]) { // expected-warning {{variable length array used}} function
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/vogar/test/vogar/target/junit3/
H A DLongTest2.java37 public void test2() { method in class:LongTest2
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
H A Dp3.cpp57 namespace test2 { namespace
76 static void test2() { function in struct:test2::A
95 a.test2(); // expected-note {{in instantiation}}
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Dconstruct_size.pass.cpp23 test2(typename C::size_type n, typename C::allocator_type const& a = typename C::allocator_type ()) function
54 test2<C> ( n );
62 test2<std::vector<bool, test_allocator<bool>> >( 100, test_allocator<bool>(23));
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
H A Dctor_result_type.pass.cpp51 test2() function
140 test2<unsigned short>();
141 test2<unsigned int>();
142 test2<unsigned long>();
143 test2<unsigned long long>();
/external/clang/test/CXX/class.access/
H A Dp4.cpp88 namespace test2 { namespace
99 class B : A { }; // expected-error {{base class 'test2::A' has private default constructor}}
107 class D : C { }; // expected-error {{inherited virtual base class 'test2::A' has private default constructor}}
169 Public test2() { return *this; } function in class:test4::Derived1
173 Public test2(Derived1 &d) { return d; } // expected-error {{cannot cast 'test4::Derived1' to its private base class}} \ function in namespace:test4
179 Public test2() { return *this; } function in class:test4::Derived2
182 Public test2(Derived2 &d) { return d; } function in namespace:test4
190 Public test2(Derived3 &d) { return d; } // expected-error {{'operator Public' is a private member of 'test4::Base'}} \ function in namespace:test4
198 Public test2(Derived4 &d) { return d; } function in namespace:test4
214 void test2() { function in namespace:test5
233 void test2(const Test2 &t) { function in namespace:test6
382 int test2(A<int> &a) { function in class:test15::A
407 int test2(A<int> &a) { function in class:test15::B
[all...]
/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/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dconstruct_size.pass.cpp24 test2(typename C::size_type n, typename C::allocator_type const& a = typename C::allocator_type ()) function
59 test2<C> ( n );
70 test2<std::vector<DefaultOnly, test_allocator<DefaultOnly>> >( 100, test_allocator<DefaultOnly>(23));
/external/libxml2/python/tests/
H A DtstLastError.py10 self.test2()
64 def test2(self): member in class:TestCase
81 test.test2()
/external/v8/test/mjsunit/regress/
H A Dregress-969.js64 function test2() { return first((++y, typeof x2), 2); } function
65 assertEquals('number', test2(), 'test2 before');
67 assertEquals('undefined', test2(), 'test2 after');
/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'?}}
27 // expected-note@-1{{'::test2::foo' declared here}}
45 friend void foo(); // expected-error {{no matching function 'foo' found in local scope; did you mean '::test2::foo'?}}
50 friend void bar(); // expected-error {{no matching function 'bar' found in local scope; did you mean '::test2::bar'?}}
51 // expected-note@-1 2 {{'::test2::bar' declared here}}
57 friend void bar(); // expected-error {{no matching function 'bar' found in local scope; did you mean '::test2::bar'?}}
92 friend void bar(); // expected-error {{no matching function 'bar' found in local scope; did you mean '::test2
[all...]
/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 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.c36 void test2(int x) { function
43 // CHECK-2: test2
H A Ddostmt.c28 int test2() { function

Completed in 630 milliseconds

1234567891011>>