Home
last modified time | relevance | path

Searched refs:Foo2 (Results 1 – 18 of 18) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dderived.cpp7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignore… in Foo2() function
11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}} in test()
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dcustom-atomic-property.m12 @interface Foo2 { interface
18 @implementation Foo2 implementation
H A Darc-property-lifetime.m182 @interface Foo2 { interface
188 @implementation Foo2 implementation
H A Dproperty.m56 @interface Foo2 interface
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp9 typedef int Foo2; // no diag typedef
43 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} in f() typedef
92 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} in template_fun() typedef
H A Dvirtual-override.cpp159 struct Foo2 : Base { struct
164 Foo2<Base1> f1; in test2()
165 Foo2<Base2> f2; in test2()
H A Dnew-delete.cpp484 template <class Payload> struct Foo2 { struct
485 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2() function
489 Foo2<Bar2> x2;
H A Dconditional-expr.cpp262 struct Foo2 { }; struct
271 operator const Foo2&() const;
277 (void)(true ? Bar() : Foo2()); // okay in f()
H A Dwarn-thread-safety-analysis.cpp566 LateFoo Foo2; member in LateBar
630 BarA.Foo2.a = 2; // \ in late_bad_4()
1841 class Foo2 { class
1908 BarT<Foo2> bt; in test()
1910 Foo2 f2; in test()
H A Dwarn-thread-safety-parsing.cpp81 class Foo2 { class
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-decl-nested.cpp50 class Foo2;
/minix3/external/bsd/llvm/dist/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
H A Dp1-cxx11.cpp60 void Foo2() { in Foo2() function
H A Dp1.cpp80 void Foo2() { in Foo2() function
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dreleases.m.result78 @implementation Foo2
H A Dreleases.m88 @implementation Foo2 implementation
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp200 class Foo2 { class
205 bool Foo2<T>::Bar() { in Bar()
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Ddiag-template-diffing.cpp635 template <unsigned N = 2> class Foo2 {}; class
689 Foo2<1> F1; in Play2()
690 Foo2<> F2, F3; in Play2()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DGoldPlugin.rst91 printf("Foo2\n");