Home
last modified time | relevance | path

Searched refs:associate (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve39.f906 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 Dsymbol11.f9020 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 Ddosemantics11.f90106 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 Dmodifiable01.f9035 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 Dassign02.f90179 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 Ddosemantics05.f9035 associate (avar => ivar)
48 end associate
50 associate (avar => ivar)
71 end associate
H A Dresolve100.f9010 associate (b => a, a => b)
12 end associate
H A Dresolve95.f908 associate(sel=>icoa[2])
9 end associate
H A Dcanondo11.f9023 associate (x=>a(k+1, 2*k), y=>b(k, 2*k-1))
25 01 end associate
H A Dresolve99.f9033 associate (assocVar => localVar)
36 end associate
H A Ddosemantics09.f9078 associate (avar => ivar)
82 end associate
H A Dresolve56.f9039 associate(y=>1.0, x=>1, z=>(1.0,2.3))
53 end associate
H A Dinit01.f9091 associate (a1 => o3, a2 => o3%x)
96 end associate
H A Dresolve57.f9054 associate (a => b + c, d => e)
64 end associate
H A Ddosemantics12.f9031 associate (avar => ivar)
37 end associate
/llvm-project-15.0.7/flang/test/Lower/
H A Dassociate-construct.f9018 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 Dassociate-construct-2.f9032 associate (name => a(i:j:k))
34 end associate
47 associate (i => n, j => n + 10, k => foo(20))
49 end associate
H A Dpre-fir-tree02.f9037 associate (k => i + j)
41 end associate
/llvm-project-15.0.7/flang/test/Evaluate/
H A Dfolding08.f9063 associate (b => a)
70 end associate
71 associate (b => a + 0)
78 end associate
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-do.cpp32 [&](common::Indirection<AssociateConstruct> &associate) { in Post() argument
35 associate.value().t)); in Post()
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dalign-branch-negative.s12 # start of the call. For instance, we want to associate a fault on the call
/llvm-project-15.0.7/flang/docs/
H A Df2018-grammar.md45 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 DCMakeLists.txt4 # in that identifier, so that we can store ABI information and associate it
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSchedule.td18 // 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 Dcomdat-selection.s5 # comdat-selection-associate-largest.s instead.)

123