Searched refs:team_type (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | coarrays01.f90 | 6 use iso_fortran_env, only: team_type 7 type(team_type) :: t 16 type(team_type) :: t 31 type :: team_type type 36 type(team_type) :: t1 38 type(team_type) :: t3(3) 66 use iso_fortran_env, only: team_type 69 type(team_type) :: t, t2(2)
|
D | critical02.f90 | 20 use iso_fortran_env, only: team_type 22 type(team_type) :: j 44 use iso_fortran_env, only: team_type 46 type(team_type) :: j 75 type(team_type) :: t
|
D | canondo16.f90 | 20 use iso_fortran_env, only : team_type 21 type(team_type) :: odd_even
|
D | resolve50.f90 | 6 type(team_type) :: t 24 type(team_type) :: t
|
D | doconcurrent01.f90 | 32 use iso_fortran_env, only: team_type 37 type(team_type) :: j 82 type(team_type) :: t
|
D | resolve88.f90 | 32 type(team_type), allocatable :: field 45 type(team_type), allocatable, codimension[:] :: field
|
D | dosemantics11.f90 | 66 type(team_type) team_var 78 type(team_type) team_var
|
D | resolve94.f90 | 9 type(team_type) :: team1, team2
|
/external/llvm-project/flang/test/Lower/ |
D | pre-fir-tree04.f90 | 7 use iso_fortran_env, only: team_type, event_type, lock_type 8 type(team_type) :: t
|
/external/llvm-project/flang/module/ |
D | iso_fortran_env.f90 | 19 team_type => __builtin_team_type
|