Lines Matching full:update
7 ! Update assignment must be 'var = var op expr' or 'var = expr op var'
23 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
24 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
27 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
28 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
36 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
37 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
40 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
41 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
49 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
50 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
53 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
54 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
62 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
63 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
66 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
67 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
75 !ERROR: Atomic update statement should be of form `m = m operator expr` OR `m = expr operator m`
76 !ERROR: Exactly one occurence of 'm' expected on the RHS of atomic update assignment statement
84 !ERROR: Atomic update statement should be of form `m = m operator expr` OR `m = expr operator m`
85 !ERROR: Exactly one occurence of 'm' expected on the RHS of atomic update assignment statement
93 !ERROR: Atomic update statement should be of form `m = m operator expr` OR `m = expr operator m`
94 !ERROR: Exactly one occurence of 'm' expected on the RHS of atomic update assignment statement
102 !ERROR: Atomic update statement should be of form `m = m operator expr` OR `m = expr operator m`
103 !ERROR: Exactly one occurence of 'm' expected on the RHS of atomic update assignment statement
106 !$omp atomic update
108 !$omp atomic update
110 !$omp atomic update
111 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
112 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
114 !$omp atomic update
115 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
116 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
119 !$omp atomic update
121 !$omp atomic update
123 !$omp atomic update
124 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
125 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
127 !$omp atomic update
128 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
129 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
132 !$omp atomic update
134 !$omp atomic update
136 !$omp atomic update
137 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
138 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
140 !$omp atomic update
141 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
142 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
145 !$omp atomic update
147 !$omp atomic update
149 !$omp atomic update
150 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
151 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
153 !$omp atomic update
154 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
155 !ERROR: Exactly one occurence of 'x' expected on the RHS of atomic update assignment statement
158 !$omp atomic update
160 !$omp atomic update
162 !$omp atomic update
163 !ERROR: Atomic update statement should be of form `m = m operator expr` OR `m = expr operator m`
164 !ERROR: Exactly one occurence of 'm' expected on the RHS of atomic update assignment statement
167 !$omp atomic update
169 !$omp atomic update
171 !$omp atomic update
172 !ERROR: Atomic update statement should be of form `m = m operator expr` OR `m = expr operator m`
173 !ERROR: Exactly one occurence of 'm' expected on the RHS of atomic update assignment statement
176 !$omp atomic update
178 !$omp atomic update
180 !$omp atomic update
181 !ERROR: Atomic update statement should be of form `m = m operator expr` OR `m = expr operator m`
182 !ERROR: Exactly one occurence of 'm' expected on the RHS of atomic update assignment statement
185 !$omp atomic update
187 !$omp atomic update
189 !$omp atomic update
190 !ERROR: Atomic update statement should be of form `m = m operator expr` OR `m = expr operator m`
191 !ERROR: Exactly one occurence of 'm' expected on the RHS of atomic update assignment statement
207 !ERROR: Invalid or missing operator in atomic update statement
210 !$omp atomic update
211 !ERROR: Invalid or missing operator in atomic update statement
214 !$omp atomic update
215 !ERROR: Exactly one occurence of 'a' expected on the RHS of atomic update assignment statement
219 !ERROR: Atomic update statement should be of form `a = a operator expr` OR `a = expr operator a`
222 !$omp atomic update
223 !ERROR: Exactly one occurence of 'a' expected on the RHS of atomic update assignment statement
227 !ERROR: Exactly one occurence of 'a' expected on the RHS of atomic update assignment statement
231 !ERROR: Atomic update statement should be of form `a = a operator expr` OR `a = expr operator a`
234 !$omp atomic update
235 !ERROR: Atomic update statement should be of form `a = a operator expr` OR `a = expr operator a`
241 !$omp atomic update
246 !ERROR: Expected scalar expression on the RHS of atomic update assignment statement
249 !$omp atomic update
251 !ERROR: Atomic update statement should be of form `x = x operator expr` OR `x = expr operator x`
252 !ERROR: Expected scalar expression on the RHS of atomic update assignment statement
256 …!ERROR: Atomic update statement should be of form `p%m = p%m operator expr` OR `p%m = expr operato…
257 !ERROR: Exactly one occurence of 'p%m' expected on the RHS of atomic update assignment statement
260 !$omp atomic update
262 !ERROR: Expected scalar expression on the RHS of atomic update assignment statement
263 !ERROR: Exactly one occurence of 'p%m' expected on the RHS of atomic update assignment statement