Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:ptr_a

371   A* ptr_a;
397 T(bool (*)[22]) : ptr_a(new A(ptr_a->count)) {}
398 T(bool (*)[23]) : ptr_a(new A(ptr_a->ONE)) {}
399 T(bool (*)[24]) : ptr_a(new A(ptr_a->TWO)) {}
400 T(bool (*)[25]) : ptr_a(new A(ptr_a->zero())) {}
402 T(bool (*)[26]) : ptr_a(new A(ptr_a->get())) {} // expected-warning {{field 'ptr_a' is uninitialized when used here}}
403 T(bool (*)[27]) : ptr_a(new A(ptr_a->get2())) {} // expected-warning {{field 'ptr_a' is uninitialized when used here}}
404 T(bool (*)[28]) : ptr_a(new A(ptr_a->num)) {} // expected-warning {{field 'ptr_a' is uninitialized when used here}}