Lines Matching +defs:J +defs:h
32 int h = bar(&h); variable
66 int h = bar(&h); in test_stuff() local
100 int h = bar(&h); in test_stuff() local
134 int h; in test_comma() local
711 static int h = bar(&h); variable
746 static int h = bar(&h); in test() local
780 static int h = bar(&h); in test() local
837 …int &h = return_ref2(h); // expected-warning{{reference 'h' is not yet bound to a value when used … variable
1042 struct J : public I { struct
1043 int *a;
1044 int *b;
1045 int c;
1046 J() : I((a = new int(5))), b(a), c(*a) {} in J() function