Searched defs:jjj (Results 1 – 5 of 5) sorted by relevance
16 namelist /nnn/ jjj, ccc local
112 namelist /nnn/ jjj, ccc local
12 using jjj=int; // expected-note 2 {{previous declaration is here}} typedef 70 char *jjj; // no warning in test() local 80 typedef char jjj; // expected-warning {{declaration shadows a type alias in namespace 'one::two'}} in test2() typedef 89 using jjj=char; // expected-warning {{declaration shadows a type alias in namespace 'one::two'}} in test3() typedef
132 int jjj = pm[pos - 1]; in f_derived() local
140 int jjj = iii;// expected-warning + {{tainted}} in stdinTest3() local