Lines Matching full:okay
39 (void)d.b; // okay in test_lookup()
43 d.static_f(0); // okay in test_lookup()
45 D::E e = D::enumerator; // okay in test_lookup()
46 D::type t = 0; // okay in test_lookup()
48 D::E2 e2 = D::enumerator2; // okay in test_lookup()
55 (void)b; // okay in test_lookup()
59 static_f(0); // okay in test_lookup()
61 E e = enumerator; // okay in test_lookup()
62 type t = 0; // okay in test_lookup()
64 E2 e2 = enumerator2; // okay in test_lookup()
96 (void)d2.c; // okay in test_virtual_lookup()
98 d2.f(0); // okay in test_virtual_lookup()
99 d2.static_f(0); // okay in test_virtual_lookup()
101 D2::E e = D2::enumerator; // okay in test_virtual_lookup()
102 D2::type t = 0; // okay in test_virtual_lookup()
104 D2::E2 e2 = D2::enumerator2; // okay in test_virtual_lookup()
109 g.static_f(0); // okay in test_virtual_lookup()
115 (void)c; // okay in test_virtual_lookup()
117 f(0); // okay in test_virtual_lookup()
118 static_f(0); // okay in test_virtual_lookup()
120 E e = enumerator; // okay in test_virtual_lookup()
121 type t = 0; // okay in test_virtual_lookup()
123 E2 e2 = enumerator2; // okay in test_virtual_lookup()
130 static_f(0); // okay in test_virtual_lookup()