Searched refs:Foo1 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddebug-info-decl-nested.cpp37 class Foo1;
47 void Bar(const Foo1 *);
54 void OuterClass1::Bar(const Foo1 *meta) { }
/external/compiler-rt/test/asan/TestCases/
H A Dcoverage-caller-callee-total-count.cc14 struct Foo1 : 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/SemaCXX/
H A Dconditional-expr.cpp257 struct Foo1 { struct in namespace:PR6757
258 Foo1();
259 Foo1(const Foo1&);
270 operator const Foo1&() const;
276 (void)(true ? Bar() : Foo1()); // okay
H A Dwarn-thread-safety-analysis.cpp1837 class Foo1 { class in namespace:TestTemplateAttributeInstantiation
1854 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) {
1860 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) {
1869 Foo1 fooBase;
1911 Foo1 f1;
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-caller-callee.cc28 struct Foo1 : 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.cpp245 Function *Foo1 = insertExternalReferenceToFunction<int32_t(void)>(M.get(), local
246 "\1Foo1");
250 CallInst *Call1 = Builder.CreateCall(Foo1, {});
280 EXPECT_FALSE(std::find(I, E, "Foo1") == E);
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp634 template <unsigned N> class Foo1 {}; class in namespace:PR14015
639 Foo1<1> F1;
640 Foo1<2> F2, F3;
648 // CHECK-ELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo1<1>' to 'const Foo1<2>' for 1st argument
649 // CHECK-ELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo1<1>' to 'Foo1<2>' for 1st argument
651 // CHECK-ELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo1<2>' to 'const Foo1<1>' for 1st argument
652 // CHECK-ELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo1<
[all...]

Completed in 293 milliseconds