| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | host-associated-functions.f90 | 96 function array_func() 98 integer :: array_func(n) local 123 print *, array_func()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | task_private_codegen.cpp | 384 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | taskloop_private_codegen.cpp | 418 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | parallel_master_taskloop_private_codegen.cpp | 411 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | master_taskloop_private_codegen.cpp | 425 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | taskloop_simd_private_codegen.cpp | 418 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | master_taskloop_simd_private_codegen.cpp | 418 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | task_firstprivate_codegen.cpp | 437 void array_func(int n, float a[n], St s[2], int(& p)[1]) { in array_func() function
|
| H A D | parallel_master_taskloop_simd_private_codegen.cpp | 411 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | single_codegen.cpp | 105 void array_func(int n, int a[n], St s[2]) { in array_func() function
|
| H A D | taskloop_firstprivate_codegen.cpp | 486 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | taskloop_lastprivate_codegen.cpp | 517 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | master_taskloop_simd_firstprivate_codegen.cpp | 486 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | master_taskloop_simd_lastprivate_codegen.cpp | 515 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | master_taskloop_firstprivate_codegen.cpp | 507 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | parallel_master_taskloop_firstprivate_codegen.cpp | 484 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | master_taskloop_lastprivate_codegen.cpp | 524 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | parallel_master_taskloop_simd_firstprivate_codegen.cpp | 484 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | parallel_copyin_codegen.cpp | 191 void array_func() { in array_func() function
|
| H A D | taskloop_simd_firstprivate_codegen.cpp | 486 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | taskloop_simd_lastprivate_codegen.cpp | 515 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | parallel_master_taskloop_lastprivate_codegen.cpp | 185 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | parallel_master_taskloop_simd_lastprivate_codegen.cpp | 185 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
| H A D | teams_firstprivate_codegen.cpp | 150 void array_func(float a[3], St s[2], int n, long double vla1[n]) { in array_func() function
|
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | invalid.fir | 507 %res = fir.call @array_func() : () -> !fir.array<?xf32> 517 %res = fir.call @array_func() : () -> !fir.box<!fir.array<*:f32>> 526 %res = fir.call @array_func() : () -> f64 535 %res = fir.call @array_func() : () -> !fir.box<!fir.array<?xf32>> 545 %res = fir.call @array_func() : () -> !fir.array<?xf32> 555 %res = fir.call @array_func() : () -> !fir.type<t{x:f32}> 565 %res = fir.call @array_func() : () -> !fir.type<t{x:f32}> 574 %res = fir.call @array_func() : () -> !fir.array<?xf32>
|