Home | History | Annotate | Download | only in inlining

Lines Matching full:dereferencer

60   class Dereferencer {
62 Dereferencer() {
67 Dereferencer(const Dereferencer &Other) {
72 Dereferencer(Dereferencer &&Other) {
77 void operator=(const Dereferencer &Other) {
82 void operator=(Dereferencer &&Other) {
87 ~Dereferencer() {
94 Dereferencer d;
98 Dereferencer d;
103 // expected-note@-1 {{Calling move constructor for 'Dereferencer'}}
106 // expected-note@-1 {{Calling move assignment operator for 'Dereferencer'}}
114 // expected-note@-2 {{Calling default constructor for 'Dereferencer'}}
122 // expected-note@-2 {{Calling copy constructor for 'Dereferencer'}}
138 // expected-note@-2 {{Calling copy assignment operator for 'Dereferencer'}}
155 // expected-note@-2 {{Calling '~Dereferencer'}}
1274 // CHECK-NEXT: <string>Calling default constructor for &apos;Dereferencer&apos;</string>
1276 // CHECK-NEXT: <string>Calling default constructor for &apos;Dereferencer&apos;</string>
1521 Dereferencer&apos;</string>
1523 // CHECK-NEXT: <string>Calling copy constructor for &apos;Dereferencer&apos;</string>
1802 // CHECK-NEXT: <string>Calling move constructor for &apos;Dereferencer&apos;</string>
1804 // CHECK-NEXT: <string>Calling move constructor for &apos;Dereferencer&apos;</string>
2117 // CHECK-NEXT: <string>Calling copy assignment operator for &apos;Dereferencer&apos;</string>
2119 // CHECK-NEXT: <string>Calling copy assignment operator for &apos;Dereferencer&apos;</string>
2468 // CHECK-NEXT: <string>Calling move assignment operator for &apos;Dereferencer&apos;</string>
2470 // CHECK-NEXT: <string>Calling move assignment operator for &apos;Dereferencer&apos;</string>
2755 // CHECK-NEXT: <string>Calling &apos;~Dereferencer&apos;</string>
2757 // CHECK-NEXT: <string>Calling &apos;~Dereferencer&apos;</string>