Home
last modified time | relevance | path

Searched refs:Foo3 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/memcheck/tests/
Ddeep_templates.cpp29 typedef Stack<Foo2,Foo2> Foo3; typedef
30 typedef Stack<Foo3,Foo3> Foo4;
/external/clang/test/SemaCXX/
Dconditional-expr.cpp254 struct Foo3 { struct
255 Foo3();
256 Foo3(Foo3&); // expected-note{{would lose const qualifier}}
262 operator const Foo3&() const;
268 (void)(true ? Bar() : Foo3()); // expected-error{{no viable constructor copying temporary}} in f()
Dvirtual-override.cpp169 struct Foo3 { struct
174 struct Bar3 : Foo3 {
/external/clang/test/Rewriter/
Drewrite-modern-ivars-2.mm93 @interface Foo3 { interface
99 @implementation Foo3 implementation
/external/clang/test/Misc/
Ddiag-template-diffing.cpp636 template <unsigned ...N> class Foo3 {}; class
738 Foo3<1> F1; in Play3()
739 Foo3<2, 1> F2, F3; in Play3()
/external/clang/test/Analysis/
Dmisc-ps-region-store.cpp216 class Foo3 { class
224 void Foo3<T>::Bar() { in Bar()