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

/external/chromium_org/v8/test/webkit/fast/js/
H A Dobject-prototype-constructor.js39 var Foo3 = { Bar: new Function("")};
40 var f3 = new Foo3.Bar();
41 shouldBe("f3.constructor", "Foo3.Bar");
/external/valgrind/main/memcheck/tests/
H A Ddeep_templates.cpp29 typedef Stack<Foo2,Foo2> Foo3; typedef
30 typedef Stack<Foo3,Foo3> Foo4;
/external/clang/test/SemaCXX/
H A Dconditional-expr.cpp264 struct Foo3 { struct in namespace:PR6757
265 Foo3();
266 Foo3(Foo3&); // expected-note{{would lose const qualifier}}
272 operator const Foo3&() const;
278 (void)(true ? Bar() : Foo3()); // expected-error{{no viable constructor copying temporary}}
H A Dvirtual-override.cpp170 struct Foo3 { struct
175 struct Bar3 : Foo3 {
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp636 template <unsigned ...N> class Foo3 {}; class in namespace:PR14015
738 Foo3<1> F1;
739 Foo3<2, 1> F2, F3;
746 // CHECK-ELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo3<1, (no argument)>' to 'const Foo3<2, 1>' for 1st argument
747 // CHECK-ELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo3<1, (no argument)>' to 'Foo3<2, 1>' for 1st argument
749 // CHECK-ELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo3<2, 1>' to 'const Foo3<1, (no argument)>' for 1st argument
750 // CHECK-ELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo3<
[all...]
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp212 class Foo3 { class
220 void Foo3<T>::Bar() {

Completed in 359 milliseconds