Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/CodeGenCXX/
Dcode-seg1.cpp40 struct __declspec(code_seg("foo_outer")) Foo3 { struct
46 void Foo3::Inner::bar1() {} in bar1() argument
47 void Foo3::Inner::bar2() {} in bar2()
/external/llvm-project/clang/test/SemaCXX/
Dconditional-expr.cpp265 struct Foo3 { struct
266 Foo3(); // expected-note{{requires 0 arguments}}
267 Foo3(Foo3&); // expected-note{{would lose const qualifier}}
273 operator const Foo3&() const;
279 (void)(true ? Bar() : Foo3()); // expected-error{{no viable constructor copying temporary}} in f()
Dwarn-unused-local-typedef.cpp94 typedef int Foo3; // no diag in template_fun() typedef
100 typedef typename S2::Foo3 TTSF; // expected-warning {{unused typedef 'TTSF'}} in template_fun()
Dvirtual-override.cpp170 struct Foo3 { struct
175 struct Bar3 : Foo3 {
/external/clang/test/SemaCXX/
Dconditional-expr.cpp264 struct Foo3 { struct
265 Foo3();
266 Foo3(Foo3&); // expected-note{{would lose const qualifier}}
272 operator const Foo3&() const;
278 (void)(true ? Bar() : Foo3()); // expected-error{{no viable constructor copying temporary}} in f()
Dwarn-unused-local-typedef.cpp94 typedef int Foo3; // no diag in template_fun() typedef
100 typedef typename S2::Foo3 TTSF; // expected-warning {{unused typedef 'TTSF'}} in template_fun()
Dvirtual-override.cpp170 struct Foo3 { struct
175 struct Bar3 : Foo3 {
/external/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/
Dstress_test_metafunctions.sh.cpp52 void Foo3(TEST_AND < REPEAT_1000(TRUE_T) true_type, false_type > t3) { sink(&t3); } in Foo3() function
61 sink(&Foo3); in escape()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-qualified-auto.rst66 auto &Foo3 = cast<const int &>(Bar3);
74 auto &Foo3 = cast<const int &>(Bar3);
82 const auto &Foo3 = cast<const int &>(Bar3);
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-caller-callee.cc30 struct Foo3 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument
49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
/external/llvm-project/clang/test/Rewriter/
Drewrite-modern-ivars-2.mm93 @interface Foo3 { interface
99 @implementation Foo3 implementation
/external/clang/test/Rewriter/
Drewrite-modern-ivars-2.mm93 @interface Foo3 { interface
99 @implementation Foo3 implementation
/external/clang/test/Analysis/
Dmisc-ps-region-store.cpp212 class Foo3 { class
220 void Foo3<T>::Bar() { in Bar()
/external/llvm-project/clang/test/Analysis/
Dmisc-ps-region-store.cpp212 class Foo3 { class
220 void Foo3<T>::Bar() { in Bar()
/external/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/
DSimplePaddingTest.cpp138 virtual void Foo3() {} in Foo3() function
/external/libxml2/result/HTML/
Dcf_128.html.sax53 SAX.characters(Foo3, 4)
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestCustomOptionsProto3.cs1649 public int Foo3 { property in UnitTest.Issues.TestProtos.ComplexOptionType1
1681 if (Foo3 != other.Foo3) return false; in Equals()
1691 if (Foo3 != 0) hash ^= Foo3.GetHashCode(); in GetHashCode()
1714 if (Foo3 != 0) { in WriteTo()
1716 output.WriteInt32(Foo3); in WriteTo()
1733 if (Foo3 != 0) { in CalculateSize()
1734 size += 1 + pb::CodedOutputStream.ComputeInt32Size(Foo3); in CalculateSize()
1754 if (other.Foo3 != 0) { in MergeFrom()
1755 Foo3 = other.Foo3; in MergeFrom()
1778 Foo3 = input.ReadInt32(); in MergeFrom()
/external/llvm-project/clang/test/Misc/
Ddiag-template-diffing.cpp630 template <unsigned ...N> class Foo3 {}; class
732 Foo3<1> F1; in Play3()
733 Foo3<2, 1> F2, F3; in Play3()
/external/clang/test/Misc/
Ddiag-template-diffing.cpp630 template <unsigned ...N> class Foo3 {}; class
732 Foo3<1> F1; in Play3()
733 Foo3<2, 1> F2, F3; in Play3()
/external/python/cpython2/Lib/test/
Dtest_str.py67 class Foo3(object): class
107 self.assertEqual(str(Foo3()), "foo")
Dtest_int.py424 class Foo3(int): class
439 self.assertEqual(int(Foo3()), 0)
Dtest_long.py501 class Foo3(long): class
516 self.assertEqual(long(Foo3()), 0)
Dtest_float.py178 class Foo3(float): class
202 self.assertAlmostEqual(float(Foo3(21)), 42.)
Dtest_unicode.py1228 class Foo3(object): class
1268 self.assertEqual(unicode(Foo3()), u"foo")
/external/python/cpython3/Lib/test/
Dtest_float.py184 class Foo3(float): class
204 self.assertEqual(float(Foo3(21)), 42.)

12