/llvm-project/flang/test/Lower/OpenMP/ |
H A D | threadprivate-default-clause.f90 | 54 subroutine sub2() subroutine 56 asub2 global() argument 57 asub2 global() argument
|
/llvm-project/flang/test/Lower/ |
H A D | pre-fir-tree02.f90 | 285 subroutine sub2() subroutine 286 integer :: i, j, k, l local 288 1 j = i 290 2 continue 292 3 j = j+1 296 4 goto 6 306 5 j = j + 1 307 6 i = i + j/2
|
H A D | goto-do-body.f90 | 61 subroutine sub2() subroutine 64 jsub2 global() argument 109 70sub2 global() argument
|
H A D | pre-fir-tree06.f90 | 22 subroutine sub2() subroutine 45 subroutine sub2() subroutine 53 ! CHECK: End Subroutine sub2 argument
|
H A D | return-statement.f90 | 20 subroutine sub2() subroutine 26 ! CHECK-LABEL: func @_QPsub2() { argument
|
H A D | goto-statement.f90 | 15 subroutine sub2() subroutine 21 ! CHECK-LABEL: sub2 argument
|
H A D | arguments.f90 | 14 subroutine sub2(i) subroutine 18 ! CHECK-LABEL: func @_QPsub2( argument
|
H A D | func-attrs.f90 | 8 elemental subroutine sub2() subroutine
|
H A D | call-site-mangling.f90 | 29 subroutine sub2() subroutine 31 real :: x local
|
H A D | assignment.f90 | 13 subroutine sub2(a, b) subroutine 19 bsub2 global() argument
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | goto-do-body.f90 | 53 subroutine sub2() subroutine 66 jsub2 global() argument 99 70sub2 global() argument
|
H A D | elemental-result-length.f90 | 11 subroutine sub2(a,b,c) subroutine 18 ! CHECK-LABEL: func.func @_QMm1Psub2( argument
|
H A D | bindc_internal_proc.f90 | 17 subroutine sub2() subroutine 20 subroutine foo(i) bind(c)
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | threadprivate06.f90 | 21 subroutine sub2() subroutine 22 common /c/ a local 24 integer :: a local
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve28.f90 | 38 submodule(m) sub2 submodule 48 subroutine sub2() subroutine
|
H A D | bindings03.f90 | 23 subroutine sub2(s) subroutine 24 procedure(sub) s local
|
H A D | abstract01.f90 | 28 subroutine sub2(d) subroutine 29 class(abstract) d(:)
|
H A D | assign09.f90 | 66 subroutine sub2(p) subroutine 67 procedure(realToReal) :: p local
|
H A D | resolve16.f90 | 12 subroutine sub2 subroutine
|
/llvm-project/flang/test/Lower/OpenACC/ |
H A D | acc-routine03.f90 | 11 subroutine sub2(a) subroutine 20 !$acc routine worker bind(sub2) argument
|
H A D | acc-routine04.f90 | 25 subroutine sub2() subroutine
|
/llvm-project/flang/test/Semantics/OpenACC/ |
H A D | acc-routine.f90 | 7 subroutine sub2(a) subroutine 9 real, dimension(10) :: a local
|
H A D | acc-declare-validity.f90 | 62 subroutine sub2(cc) subroutine 66 end subroutine sub2 argument
|
H A D | acc-routine-validity.f90 | 27 subroutine sub2(a) subroutine 31 end subroutine sub2 argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | vector-scalar.c | 16 uchar4 sub2(uchar4 v) in sub2() function
|