| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve39.f90 | 6 associate(a => x, b => x+1, a => x+2) 8 end associate 15 associate (a => z'1') 16 end associate 23 associate (b => a(2:10:2)) 26 end associate 27 associate (c => a(2:10:2)) 31 end associate
|
| H A D | symbol11.f90 | 20 associate (a => x, b => x+1, c => z) 24 end associate 34 associate (z => x) 37 end associate 42 associate (z => x//y) 45 end associate 105 associate(y => x%b) 109 end associate 123 associate(x => f()) 128 end associate
|
| H A D | dosemantics11.f90 | 106 level1: associate (avar => ivar) 123 end associate level1 145 level1: associate (avar => ivar) 162 end associate level1 184 level1: associate (avar => ivar) 201 end associate level1 223 associate (avar => ivar) 240 end associate 261 associate (avar => ivar) 283 end associate [all …]
|
| H A D | modifiable01.f90 | 35 associate (a => 3+4) 39 end associate 40 associate (a => arr([1])) ! vector subscript 44 end associate 45 associate (a => arr(2:1:-1)) 47 end associate
|
| H A D | assign02.f90 | 179 associate(z => x%b) 182 end associate 183 associate(z => y%c) 186 end associate 187 associate(z => y%b) 190 end associate 191 associate(z => y%b%a) 194 end associate
|
| H A D | dosemantics05.f90 | 35 associate (avar => ivar) 48 end associate 50 associate (avar => ivar) 71 end associate
|
| H A D | resolve100.f90 | 10 associate (b => a, a => b) 12 end associate
|
| H A D | resolve95.f90 | 8 associate(sel=>icoa[2]) 9 end associate
|
| H A D | canondo11.f90 | 23 associate (x=>a(k+1, 2*k), y=>b(k, 2*k-1)) 25 01 end associate
|
| H A D | resolve99.f90 | 33 associate (assocVar => localVar) 36 end associate
|
| H A D | dosemantics09.f90 | 78 associate (avar => ivar) 82 end associate
|
| H A D | resolve56.f90 | 39 associate(y=>1.0, x=>1, z=>(1.0,2.3)) 53 end associate
|
| H A D | init01.f90 | 91 associate (a1 => o3, a2 => o3%x) 96 end associate
|
| H A D | resolve57.f90 | 54 associate (a => b + c, d => e) 64 end associate
|
| H A D | dosemantics12.f90 | 31 associate (avar => ivar) 37 end associate
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | associate-construct.f90 | 18 associate (a => n, b => n+5, c => t(2), d => foo(7)) 38 end associate 43 associate (x=>i) 59 9 end associate 75 associate (s => sequence(size(a))) 77 associate(t => sequence(n)) 84 end associate 86 end associate
|
| H A D | associate-construct-2.f90 | 32 associate (name => a(i:j:k)) 34 end associate 47 associate (i => n, j => n + 10, k => foo(20)) 49 end associate
|
| H A D | pre-fir-tree02.f90 | 37 associate (k => i + j) 41 end associate
|
| /llvm-project-15.0.7/flang/test/Evaluate/ |
| H A D | folding08.f90 | 63 associate (b => a) 70 end associate 71 associate (b => a + 0) 78 end associate
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | canonicalize-do.cpp | 32 [&](common::Indirection<AssociateConstruct> &associate) { in Post() argument 35 associate.value().t)); in Post()
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | align-branch-negative.s | 12 # start of the call. For instance, we want to associate a fault on the call
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | f2018-grammar.md | 45 action-stmt | associate-construct | block-construct | case-construct | 448 R1102 associate-construct -> associate-stmt block end-associate-stmt 449 R1103 associate-stmt -> 450 [associate-construct-name :] ASSOCIATE ( association-list ) 451 R1104 association -> associate-name => selector 453 R1106 end-associate-stmt -> END ASSOCIATE [associate-construct-name] 516 [select-construct-name :] SELECT RANK ( [associate-name =>] selector ) 525 [select-construct-name :] SELECT TYPE ( [associate-name =>] selector )
|
| /llvm-project-15.0.7/libcxx/lib/abi/ |
| H A D | CMakeLists.txt | 4 # in that identifier, so that we can store ABI information and associate it
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetSchedule.td | 18 // class. Target hooks allow subtargets to associate opcodes with 26 // each subtarget, define WriteRes and ReadAdvance to associate 38 // subtarget can directly associate resources with SchedReadWrite 72 // Target hooks allow subtargets to associate LoadLatency and 206 // A target architecture may define SchedReadWrite types and associate 341 // Directly associate a new SchedRead type with a delay and optional
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | comdat-selection.s | 5 # comdat-selection-associate-largest.s instead.)
|