Home | History | Annotate | Download | only in inlining

Lines Matching refs:outer

286   class Outer {
289 ~Outer() {
295 void test(Outer *outer) {
296 delete outer;
297 // expected-note@-1 {{Calling '~Outer'}}
5082 // CHECK-NEXT: <string>Calling &apos;~Outer&apos;</string>
5084 // CHECK-NEXT: <string>Calling &apos;~Outer&apos;</string>
5173 // CHECK-NEXT: <string>Entered call from &apos;~Outer&apos;</string>
5175 // CHECK-NEXT: <string>Entered call from &apos;~Outer&apos;</string>