Home
last modified time | relevance | path

Searched defs:jjj (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dnamelist.f9016 namelist /nnn/ jjj, ccc local
H A Dio-derived-type.f90112 namelist /nnn/ jjj, ccc local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-shadow.cpp12 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
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-bounds-constant-array-index.cpp132 int jjj = pm[pos - 1]; in f_derived() local
/llvm-project/clang/test/Analysis/
H A Dtaint-tester.c140 int jjj = iii;// expected-warning + {{tainted}} in stdinTest3() local