HomeSort by relevance Sort by last modified time
    Searched refs:test2 (Results 201 - 225 of 530) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 57 namespace test2 { namespace
76 static void test2() { function in struct:test2::A
95 a.test2(); // expected-note {{in instantiation}}
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.lcong/
ctor_result_type.pass.cpp 51 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/
p4.cpp 88 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
213 class Test2 : A {}; // expected-error {{private member}
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/
warn-type-safety.cpp 64 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/
conversion.cpp 40 uint64_t test2(int x, unsigned y) { function in namespace:test1
45 bool test2(void *p) { function in namespace:test1
50 namespace test2 { namespace
warn-assignment-condition.cpp 127 void test2() { function
128 if ((fn == test2)) {} // expected-warning {{equality comparison with extraneous parentheses}} \
131 if ((test2 == fn)) {}
  /dalvik/dx/tests/052-dex-static-var-access/
Blort.java 40 public static void test2(boolean b, int i, Object o) { method in class:Blort
  /dalvik/dx/tests/053-dex-instance-var-access/
Blort.java 40 public void test2(boolean b, int i, Object o) { method in class:Blort
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
Blort.java 35 public static void test2() { method in class:Blort
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.java 23 public static void test2() { method in class:Blort
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 61 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/dcl.dcl/basic.namespace/namespace.udecl/
p4.cpp 58 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/
p7.cpp 23 same_type<decltype(v2), std::string> test2; local
  /external/clang/test/CXX/special/class.dtor/
p9.cpp 53 namespace test2 { namespace
  /external/clang/test/CXX/special/class.temporary/
p1.cpp 39 namespace test2 { namespace
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p12.cpp 31 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/
altivec.c 18 void test2() function
blocks.c 33 ftype ^test2 = ^ftype {
byval-memcpy-elim.c 31 // CHECK: define void @test2(
35 void test2(struct Test3S *q) { function
dostmt.c 28 int test2() { function
switch-dce.c 26 // CHECK: @test2
33 void test2() { function
  /external/clang/test/CodeGenCXX/
function-template-specialization.cpp 21 void test2(int *iptr, double *dptr, int diff) { function
inline-functions.cpp 58 namespace test2 { namespace
member-functions.cpp 41 void test2() { function
partial-destruction.cpp 125 namespace test2 { namespace

Completed in 1525 milliseconds

1 2 3 4 5 6 7 891011>>