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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Misc/
ast-dump-templates.cpp 42 namespace test2 { namespace
  /external/clang/test/Parser/
typeof.c 22 void test2() { function
  /external/clang/test/Sema/
declspec.c 32 void test2() {} function
ext_vector_comparisons.c 20 static int4 test2() { function
struct-decl.c 54 const struct test2 { // expected-warning {{'const' ignored on this declaration}} struct
typedef-retain.c 11 void test2(float4 a, int4p result, int i) { function
warn-documentation-fixits.cpp 10 int test2(int aaa, int bbb);
warn-outof-range-assign-enum.c 18 enum Test2 { K_zero, K_one };
19 enum Test2 test2(enum Test2 *t) { function
20 *t = 20; // expected-warning {{integer constant not in range of enumerated type 'enum Test2'}}
21 return 10; // expected-warning {{integer constant not in range of enumerated type 'enum Test2'}}
warn-shadow.c 34 struct test2 { struct
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/
attr-weak.cpp 6 namespace test2 __attribute__((weak)) { // expected-warning {{'weak' attribute only applies to variables and functions}} namespace
ptrtomember-overload-resolution.cpp 41 void test2(X x) function
warn-exit-time-destructors.cpp 14 namespace test2 { namespace
warn-func-not-needed.cpp 12 namespace test2 { namespace
warn-vla.cpp 7 void test2(int n, int v[n]) { // expected-warning {{variable length array used}} function
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)) {}
  /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++/libcxx/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/chromium_org/v8/test/mjsunit/regress/
regress-2980.js 46 function test2(expected, holder) { function
59 test2(undefined, rec2);
60 test2(undefined, rec2);
61 test2(undefined, rec2);
63 test2("bar", rec2);
64 test2("bar", rec2);
  /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

Completed in 661 milliseconds

1 2 3 4 5 6 7 891011>>