Searched refs:Foo2 (Results 1 - 16 of 16) sorted by relevance

/external/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/SemaTemplate/
H A Dderived.cpp7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignored: cannot deduce a type for 'T' that would make 'const T' equal 'int'}} function
11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}}
/external/compiler-rt/test/asan/TestCases/
H A Dcoverage-caller-callee-total-count.cc15 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; struct in inherits:Foo
17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
/external/clang/test/CodeGenCXX/
H A Ddebug-info-decl-nested.cpp60 class Foo2;
/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/SemaCXX/
H A Dvirtual-override.cpp159 struct Foo2 : Base { struct in inherits:Base
164 Foo2<Base1> f1;
165 Foo2<Base2> f2;
H A Dwarn-unused-local-typedef.cpp9 typedef int Foo2; // no diag typedef in namespace:N
43 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} typedef in struct:S2
92 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} typedef in struct:S2
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 Dconditional-expr.cpp262 struct Foo2 { }; struct in namespace:PR6757
271 operator const Foo2&() const;
277 (void)(true ? Bar() : Foo2()); // okay
H A Dwarn-thread-safety-analysis.cpp568 LateFoo Foo2; member in class:LateBar
632 BarA.Foo2.a = 2; // \
633 // expected-warning{{writing variable 'a' requires holding mutex 'BarA.Foo2.mu' exclusively}} \
1843 class Foo2 { class in namespace:TestTemplateAttributeInstantiation
1910 BarT<Foo2> bt;
1912 Foo2 f2;
4905 class Foo2 { class in namespace:AcquiredBeforeAfterText
H A Dwarn-thread-safety-parsing.cpp81 class Foo2 { class
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-caller-callee.cc29 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; struct in inherits:Foo
49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp247 Function *Foo2 = insertExternalReferenceToFunction<int32_t(void)>(M.get(), local
248 "\1Foo2");
251 CallInst *Call2 = Builder.CreateCall(Foo2, {});
281 EXPECT_FALSE(std::find(I, E, "Foo2") == E);
/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 5073 milliseconds