Home
last modified time | relevance | path

Searched defs:jj (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dnarrowing-conversions-intemplates-option.cpp
H A Dpro-bounds-constant-array-index.cpp55 int jj = m[pos - 1]; in f() local
111 int jj = m[pos - 1]; in f_derived() local
/llvm-project/offload/test/offloading/
H A Dschedule.c33 for (int jj = j + 1; jj < size; jj++) { in ordered_example() local
63 for (int jj = j + 1; jj < size; jj++) { in NO_order_example() local
H A Dbug49334.cpp48 for (int jj = 0; jj < rowsPerBlock; ++jj) { in Initialize() local
61 for (int jj = 0; jj < rowsPerBlock; ++jj) { in Compare() local
97 for (int jj = 0; jj < BS; jj++) { in BlockMatMul_TargetNowait() local
/llvm-project/llvm/test/tools/llvm-cov/gcov/Inputs/
H A Dtest.cpp28 void assign(int ii, int jj) { in assign()
34 for (int jj = 0; jj < 2; jj++) in initialize_grid() local
/llvm-project/flang/test/Lower/
H A Darray.f9024 subroutine s(i,j,k,ii,jj,kk,a1,a2,a3,a4,a5,a6,a7) argument
25 integer i, j, k, ii, jj, kk local
H A Dentry-statement.f90103 function jj(n1) function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-length.cpp22 int jj = z; in tooShortVariableNames() local
/llvm-project/clang/test/SemaCXX/
H A Dinit-priority-attr.cpp15 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; in Two()
H A Dwarn-shadow.cpp11 typedef int jj; // expected-note 2 {{previous declaration is here}} typedef
69 char *jj; // no warning in test() local
79 typedef char jj; // expected-warning {{declaration shadows a typedef in namespace 'one::two'}} in test2() typedef
88 using jj=char; // expected-warning {{declaration shadows a typedef in namespace 'one::two'}} in test3() typedef
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-template-explicit-specialization.cpp110 j<int> jj; variable
/llvm-project/clang/test/Analysis/
H A Dpr22954.c335 struct jj { struct
341 struct jj s1[3]; argument
H A Dtaint-tester.c123 int jj = ii;// expected-warning + {{tainted}} in stdinTest2() local
/llvm-project/clang/test/OpenMP/
H A Dparallel_masked_taskloop_loop_messages.cpp28 int ii, jj, kk; in test_iteration_spaces() local
H A Dteams_distribute_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
H A Dteams_distribute_parallel_for_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
H A Dmaster_taskloop_loop_messages.cpp28 int ii, jj, kk; in test_iteration_spaces() local
H A Dtaskloop_loop_messages.cpp28 int ii, jj, kk; in test_iteration_spaces() local
H A Dtarget_parallel_for_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
H A Dtarget_teams_distribute_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
H A Dmasked_taskloop_simd_loop_messages.cpp28 int ii, jj, kk; in test_iteration_spaces() local
H A Dparallel_for_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
H A Dparallel_for_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
H A Dmasked_taskloop_loop_messages.cpp28 int ii, jj, kk; in test_iteration_spaces() local
H A Ddistribute_simd_loop_messages.cpp31 int ii, jj, kk; in test_iteration_spaces() local

12