Lines Matching +defs:x +defs:B
5 struct B { struct
6 void foo(int b) { in foo()
21 void test2() { in test2()
22 enum X { Xa, Xb } x; in test2() local
35 int test3(int i) { in test3()
88 enum foo { A, B, C}; enumerator
89 int test8( foo x ) { in test8()
98 void test9(int x) { // expected-note {{'x' declared here}} in test9()
117 void test10(int x) { in test10()
144 void test12(int x) { in test12()
160 void missing_statement_case(int x) { in missing_statement_case()
167 void missing_statement_default(int x) { in missing_statement_default()
175 switch (int x) // expected-error {{variable declaration in condition must have an initializer}} in pr19022_1() local
179 void pr19022_1a(int x) { in pr19022_1a()