Searched defs:Foo2 (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dfoo2.cpp8 // Same as foo.cpp, byt exposes Foo2() instead of Foo().
10 extern "C" void Foo2() { function
/external/chromium_org/v8/test/webkit/fast/js/
H A Dobject-prototype-constructor.js34 var Foo2 = { Bar: F};
35 var f2 = new Foo2.Bar();
36 shouldBe("f2.constructor", "Foo2.Bar");
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
H A Dp1-cxx11.cpp60 void Foo2() { function in namespace:PR11856
H A Dp1.cpp80 void Foo2() { function in namespace:PR11856
/external/clang/test/SemaTemplate/
H A Dderived.cpp7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignored: can't deduce a type for 'T' which would make 'const T' equal 'int'}} function
11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}}
/external/valgrind/main/memcheck/tests/
H A Ddeep_templates.cpp28 typedef Stack<Foo,Foo> Foo2; typedef
29 typedef Stack<Foo2,Foo2> Foo3;
/external/clang/test/SemaCXX/
H A Dvirtual-override.cpp159 struct Foo2 : Base { struct in inherits:Base
164 Foo2<Base1> f1;
165 Foo2<Base2> f2;
H A Dconditional-expr.cpp262 struct Foo2 { }; struct in namespace:PR6757
271 operator const Foo2&() const;
277 (void)(true ? Bar() : Foo2()); // okay
H A Dnew-delete.cpp484 template <class Payload> struct Foo2 { struct in namespace:PR12061
485 Foo2() : a_(new scoped_array2<int>[5]) { } function in struct:PR12061::Foo2
489 Foo2<Bar2> x2;
H A Dwarn-thread-safety-parsing.cpp81 class Foo2 { class
H A Dwarn-thread-safety-analysis.cpp526 LateFoo Foo2; member in class:LateBar
590 BarA.Foo2.a = 2; // \
591 // expected-warning{{writing variable 'a' requires holding mutex 'BarA.Foo2.mu' exclusively}} \
1795 class Foo2 { class in namespace:TestTemplateAttributeInstantiation
1862 BarT<Foo2> bt;
1864 Foo2 f2;
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp200 class Foo2 { class
205 bool Foo2<T>::Bar() {
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp635 template <unsigned N = 2> class Foo2 {}; class in namespace:PR14015
689 Foo2<1> F1;
690 Foo2<> F2, F3;
697 // CHECK-ELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo2<1>' to 'const Foo2<2>' for 1st argument
698 // CHECK-ELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo2<1>' to 'Foo2<2>' for 1st argument
700 // CHECK-ELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo2<(default) 2>' to 'const Foo2<1>' for 1st argument
701 // CHECK-ELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo2<(defaul
[all...]

Completed in 1341 milliseconds