HomeSort by relevance Sort by last modified time
    Searched refs:test0 (Results 101 - 125 of 250) sorted by null

1 2 3 45 6 7 8 910

  /external/clang/test/CXX/class.access/class.friend/
p9-cxx0x.cpp 10 namespace test0 { namespace
16 friend void X::f(); // expected-error {{friend function 'f' is a private member of 'test0::X'}}
p1.cpp 61 namespace test0 { namespace
93 Class::member(); // expected-error {{'member' is a private member of 'test0::Class'}}
112 Class::member(); // expected-error {{'member' is a private member of 'test0::Class'}}
314 void test0(int);
322 friend void A::test0(int);
326 void A::test0(B::private_type x) {} function in class:test11::A
  /external/clang/test/CXX/conv/conv.mem/
p4.cpp 10 namespace test0 { namespace
  /external/clang/test/CodeGenCXX/
delete.cpp 42 namespace test0 { namespace
57 // CHECK-LABEL: define linkonce_odr void @_ZN5test01AD1Ev(%"struct.test0::A"* %this) unnamed_addr
derived-to-base-conv.cpp 32 void test0(X x) { function
microsoft-abi-dynamic-cast.cpp 9 T* test0() { return dynamic_cast<T*>((B*)0); } function
10 // CHECK-LABEL: define noalias %struct.T* @"\01?test0@@YAPAUT@@XZ"()
constructors.cpp 94 namespace test0 { namespace
new-overflow.cpp 6 namespace test0 { namespace
27 // test0 with a nested array.
78 // test0 with a 1-byte element.
116 // test0 with an unsigned size.
161 // test0 with a signed type larger than size_t.
nrvo.cpp 22 X test0() { function
static-init.cpp 46 namespace test0 { namespace
unknown-anytype.cpp 13 int test0() { function
  /external/clang/test/Index/
comment-cplus-decls.cpp 87 namespace test0 { namespace
  /external/clang/test/SemaCXX/
ambig-user-defined-conversions.cpp 3 namespace test0 { namespace
23 return f(); // expected-error {{conversion from 'test0::B' to 'const int' is ambiguous}}
invalid-member-expr.cpp 27 void test0() { function in namespace:test3
linkage.cpp 11 namespace test0 { namespace
overload-0x.cpp 4 namespace test0 { namespace
5 struct A { // expected-note {{candidate function (the implicit copy assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
7 // expected-note@-2 {{candidate function (the implicit move assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
9 A &operator=(void*); // expected-note {{candidate function not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
warn-cast-align.cpp 4 void test0(char *P) { function
warn-unused-value.cpp 4 namespace test0 { namespace
long-virtual-inheritance-chain.cpp 3 class test0 { virtual void f(); }; class
4 class test1 : virtual test0 { virtual void f(); };
  /external/clang/test/SemaTemplate/
copy-ctor-assign.cpp 24 X<int Y::*> test0(X<int Y::*> x) { return x; } function
dependent-names.cpp 19 namespace test0 { namespace
33 void test0() { function in class:test0::Derived1
56 void test0() { function in class:test0::Derived2
77 void test0() { function in namespace:test0
79 d1.test0();
85 d2.test0(); // expected-note {{in instantiation of member function}}
  /external/chromium_org/v8/test/webkit/fast/js/kde/
arguments-scope.js 34 function test0() { function
38 shouldBeOfType("test0", arguments, 'object');
69 test0();
  /external/clang/test/CXX/class.access/class.access.base/
p5.cpp 3 namespace test0 { namespace
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 10 namespace Test0 {
18 void test0() { function in namespace:Test0::A
26 using Test0::foo;
41 class Test0::foo b;
42 test<2> _2 = (foo)(b); // expected-error {{no viable conversion from 'class Test0::foo' to 'class ::foo'}}
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p5.cpp 3 namespace test0 { namespace

Completed in 899 milliseconds

1 2 3 45 6 7 8 910