/llvm-project/clang/test/Analysis/ |
H A D | cfg-openmp.cpp | 25 int x, cond, fp, rd, lin, step_sz, map; in target_s_has_device_addr() local 134 int x, cond, fp, rd, lin, step_sz, map; in xxx() local 296 int x, cond, fp, rd, lin, step_sz, map; in dpf() local 318 int x, cond, fp, rd, lin, step_sz, map; in dpfs() local 340 int x, cond, fp, rd, lin, step_sz, map; in ds() local 357 int x, cond, fp, rd, lin, step_sz, map; in for_fn() local 377 int x, cond, fp, rd, lin, step_sz, map; in fs() local 397 int x, cond, fp, rd, lin, step_sz, map; in ord() local 418 int x, cond, fp, rd, lin, step_sz, map; in pf() local 443 int x, cond, fp, rd, lin, step_sz, map; in pfs() local [all …]
|
/llvm-project/clang/test/OpenMP/ |
H A D | declare_variant_ast_print.cpp | 73 void h_ref(C *hp, C *hp2, C *hq, C *lin) { in h_ref() 84 void h(C *hp, C *hp2, C *hq, C *lin) { in h() 99 void h(double *hp, double *hp2, double *hq, double *lin) { in h()
|
H A D | declare_simd_ast_print.cpp | 26 template <class C, int V> void h(C *hp, C *hp2, C *hq, C *lin) { in h() 34 template <class C> void h(C *hp, C *hp2, C *hq, C *lin) { in h() 53 void h(int *hp, int *hp2, int *hq, int *lin) in h()
|
H A D | declare_simd_messages.cpp | 50 void h(C *hp, C *hp2, C *hq, C *lin) { in h() 56 void h(int *hp, int *hp2, int *hq, int *lin) { in h()
|
H A D | declare_variant_messages.cpp | 182 void h(C *hp, C *hp2, C *hq, C *lin) { in h()
|
H A D | declare_simd_codegen.cpp | 34 void h(C *hp, C *hp2, C *hq, C *lin) { in h() 42 void h(int *hp, int *hp2, int *hq, int *lin) { in h()
|
H A D | target_parallel_for_simd_codegen.cpp | 107 int lin = 12; in foo() local
|
H A D | target_simd_codegen.cpp | 172 int lin = 12; in foo() local
|
H A D | target_parallel_for_codegen.cpp | 127 int lin = 12; in foo() local
|
H A D | for_simd_codegen.cpp | 122 int lin = 12; in simple() local
|
H A D | parallel_for_simd_codegen.cpp | 129 int lin = 12; in simple() local
|
H A D | parallel_for_simd_ast_print.cpp | 102 T lin = 0; in result() local
|
H A D | for_simd_ast_print.cpp | 108 T lin = 0; result() local [all...] |
H A D | simd_ast_print.cpp | 114 T lin = 0; in result() local
|
H A D | for_simd_linear_messages.cpp | 10 …int i, lin, step_sz; // expected-note {{initialize the variable 'lin' to silence this warning}} ex… in xxx() local
|
H A D | target_simd_linear_messages.cpp | 20 …int i, lin, step_sz; // expected-note {{initialize the variable 'lin' to silence this warning}} ex… in xxx() local
|
H A D | parallel_for_linear_messages.cpp | 10 …int i, lin, step_sz; // expected-note {{initialize the variable 'lin' to silence this warning}} ex… in xxx() local
|
H A D | target_parallel_for_simd_linear_messages.cpp | 21 …int i, lin, step_sz; // expected-note {{initialize the variable 'lin' to silence this warning}} ex… in xxx() local
|
H A D | target_parallel_for_linear_messages.cpp | 19 …int i, lin, step_sz; // expected-note {{initialize the variable 'lin' to silence this warning}} ex… in xxx() local
|
H A D | parallel_for_simd_linear_messages.cpp | 9 …int i, lin, step_sz; // expected-note {{initialize the variable 'lin' to silence this warning}} ex… in xxx() local
|
H A D | simd_codegen.cpp | 118 int lin = 12; in simple() local
|
H A D | for_linear_messages.cpp | 10 int i, lin, step_sz; // expected-note {{initialize the variable 'lin' to silence this warning}} expected-note {{initialize the variable 'step_sz' to silence this warning}} xxx() local
|
H A D | parallel_master_taskloop_simd_linear_messages.cpp | 19 int i, lin, step_sz; // expected-note {{initialize the variable 'lin' to silence this warning}} expected-note {{initialize the variable 'step_sz' to silence this warning}} in xxx() local
|
H A D | masked_taskloop_simd_linear_messages.cpp | 19 int i, lin, step_sz; // expected-note {{initialize the variable 'lin' to silence this warning}} expected-note {{initialize the variable 'step_sz' to silence this warning}} in xxx() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_convex_hull.c | 875 struct isl_basic_set *lin = NULL; in induced_lineality_space() local 950 __isl_take isl_basic_set *lin) in modulo_lineality() 1285 isl_basic_set *lin, *aff; in convex_hull_pair() local 1351 struct isl_basic_set *lin = NULL; in isl_basic_set_lineality_space() local 1401 struct isl_set *lin = NULL; in isl_set_combined_lineality_space() local 1797 struct isl_basic_set *lin; in uset_convex_hull() local
|