Home
last modified time | relevance | path

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

/external/v8/test/webkit/fast/js/
Dobject-prototype-constructor.js39 var Foo3 = { Bar: new Function("")}; variable
40 var f3 = new Foo3.Bar();
Dobject-prototype-constructor-expected.txt33 PASS f3.constructor is Foo3.Bar
/external/clang/test/SemaCXX/
Dconditional-expr.cpp264 struct Foo3 { struct
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}} in f()
Dwarn-unused-local-typedef.cpp94 typedef int Foo3; // no diag in template_fun() typedef
100 typedef typename S2::Foo3 TTSF; // expected-warning {{unused typedef 'TTSF'}} in template_fun()
Dvirtual-override.cpp170 struct Foo3 { struct
175 struct Bar3 : Foo3 {
Dwarn-thread-safety-analysis.cpp4936 class Foo3 { class
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-caller-callee.cc30 struct Foo3 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument
49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
/external/clang/test/Rewriter/
Drewrite-modern-ivars-2.mm93 @interface Foo3 { interface
99 @implementation Foo3 implementation
/external/clang/test/Analysis/
Dmisc-ps-region-store.cpp212 class Foo3 { class
220 void Foo3<T>::Bar() { in Bar()
/external/libxml2/result/HTML/
Dcf_128.html.sax53 SAX.characters(Foo3, 4)
/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()