Searched defs:Foo3 (Results 1 - 8 of 8) sorted by relevance

/external/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/compiler-rt/test/asan/TestCases/
H A Dcoverage-caller-callee.cc29 struct Foo3 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; struct in inherits:Foo
48 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
/external/clang/test/SemaCXX/
H A Dvirtual-override.cpp170 struct Foo3 { struct
175 struct Bar3 : Foo3 {
H A Dwarn-unused-local-typedef.cpp94 typedef int Foo3; // no diag typedef in struct:S2
100 typedef typename S2::Foo3 TTSF; // expected-warning {{unused typedef 'TTSF'}}
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 Dwarn-thread-safety-analysis.cpp4936 class Foo3 { class in namespace:AcquiredBeforeAfterText
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp212 class Foo3 { class
220 void Foo3<T>::Bar() {
/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...]

Completed in 271 milliseconds