Home
last modified time | relevance | path

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

/external/v8/test/webkit/fast/js/
Dobject-prototype-constructor.js34 var Foo2 = { Bar: F}; variable
35 var f2 = new Foo2.Bar();
Dobject-prototype-constructor-expected.txt31 PASS f2.constructor is Foo2.Bar
/external/clang/test/SemaTemplate/
Dderived.cpp7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignore… in Foo2() function
11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}} in test()
/external/clang/test/SemaCXX/
Dwarn-unused-local-typedef.cpp9 typedef int Foo2; // no diag typedef
43 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} in f() typedef
92 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} in template_fun() typedef
Dvirtual-override.cpp159 struct Foo2 : Base { struct
164 Foo2<Base1> f1; in test2()
165 Foo2<Base2> f2; in test2()
Dnew-delete.cpp484 template <class Payload> struct Foo2 { struct
485 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2() function
489 Foo2<Bar2> x2;
Dconditional-expr.cpp262 struct Foo2 { }; struct
271 operator const Foo2&() const;
277 (void)(true ? Bar() : Foo2()); // okay in f()
Dwarn-thread-safety-analysis.cpp568 LateFoo Foo2; member in LateBar
632 BarA.Foo2.a = 2; // \ in late_bad_4()
1843 class Foo2 { class
1910 BarT<Foo2> bt; in test()
1912 Foo2 f2; in test()
4905 class Foo2 { class
Dwarn-thread-safety-parsing.cpp81 class Foo2 { class
/external/compiler-rt/test/asan/TestCases/
Dcoverage-caller-callee-total-count.cc15 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() struct
17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
/external/clang/test/SemaObjC/
Dcustom-atomic-property.m12 @interface Foo2 { interface
18 @implementation Foo2 implementation
Darc-property-lifetime.m182 @interface Foo2 { interface
188 @implementation Foo2 implementation
Dproperty.m56 @interface Foo2 interface
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-caller-callee.cc29 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() struct
49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
/external/clang/test/CodeGenCXX/
Ddebug-info-decl-nested.cpp60 class Foo2;
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp247 Function *Foo2 = insertExternalReferenceToFunction<int32_t(void)>(M.get(), in TEST_F() local
251 CallInst *Call2 = Builder.CreateCall(Foo2, {}); in TEST_F()
/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/Analysis/
Dmisc-ps-region-store.cpp200 class Foo2 { class
205 bool Foo2<T>::Bar() { in Bar()
/external/libxml2/result/HTML/
Dcf_128.html.sax39 SAX.characters(Foo2, 4)
/external/clang/test/ARCMT/
Dreleases.m.result78 @implementation Foo2
Dreleases.m88 @implementation Foo2 implementation
/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/webrtc/talk/session/media/
Dtypewrapping.h.pump24 // A Foo2(B, C)
27 // Foo ever changes then Foo2 may become out-of-sync. e.g., Foo might have
29 // the programmer forgets to change Foo2, the code will probably still work, but
/external/llvm/docs/
DGoldPlugin.rst91 printf("Foo2\n");