Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/tests/
Ddeep_templates.cpp28 typedef Stack<Foo,Foo> Foo2; typedef
29 typedef Stack<Foo2,Foo2> Foo3;
/external/clang/test/SemaTemplate/
Dderived.cpp6 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignore… in Foo2() function
10 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}} in test()
/external/clang/test/SemaObjC/
Dcustom-atomic-property.m12 @interface Foo2 { interface
18 @implementation Foo2 implementation
Darc-property-lifetime.m177 @interface Foo2 { interface
183 @implementation Foo2 implementation
Dproperty.m57 @interface Foo2 interface
/external/clang/test/SemaCXX/
Dvirtual-override.cpp158 struct Foo2 : Base { struct
163 Foo2<Base1> f1; in test2()
164 Foo2<Base2> f2; in test2()
Dnew-delete.cpp477 template <class Payload> struct Foo2 { struct
478 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2() argument
482 Foo2<Bar2> x2;
Dconditional-expr.cpp252 struct Foo2 { }; struct
261 operator const Foo2&() const;
267 (void)(true ? Bar() : Foo2()); // okay in f()
Dwarn-thread-safety-analysis.cpp520 LateFoo Foo2; member in LateBar
584 BarA.Foo2.a = 2; // \ in late_bad_4()
1789 class Foo2 { class
1856 BarT<Foo2> bt; in test()
1858 Foo2 f2; in test()
Dwarn-thread-safety-parsing.cpp71 class Foo2 { class
/external/clang/test/Misc/
Ddiag-template-diffing.cpp635 template <unsigned N = 2> class Foo2 {}; class
689 Foo2<1> F1; in Play2()
690 Foo2<> F2, F3; in Play2()
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
Dp1.cpp80 void Foo2() { in Foo2() function
Dp1-cxx11.cpp60 void Foo2() { in Foo2() function
/external/clang/test/ARCMT/
Dreleases.m.result78 @implementation Foo2
Dreleases.m88 @implementation Foo2 implementation
/external/clang/test/Analysis/
Dmisc-ps-region-store.cpp204 class Foo2 { class
209 bool Foo2<T>::Bar() { in Bar()
/external/llvm/docs/
DGoldPlugin.rst97 printf("Foo2\n");