Searched defs:Foo1 (Results 1 - 3 of 3) sorted by last modified time

/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...]
/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.cpp1789 class Foo1 { class in namespace:TestTemplateAttributeInstantiation
1806 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) {
1812 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) {
1821 Foo1 fooBase;
1863 Foo1 f1;

Completed in 397 milliseconds