Lines Matching full:update

56 !UPDATE
58 !ERROR: At most one SEQ_CST clause can appear on the UPDATE directive
59 !$omp atomic seq_cst seq_cst update
60 !ERROR: Invalid or missing operator in atomic update statement
63 !ERROR: At most one SEQ_CST clause can appear on the UPDATE directive
64 !$omp atomic update seq_cst seq_cst
65 !ERROR: Invalid or missing operator in atomic update statement
68 !ERROR: At most one SEQ_CST clause can appear on the UPDATE directive
69 !$omp atomic seq_cst update seq_cst
70 !ERROR: Invalid or missing operator in atomic update statement
74 !ERROR: At most one RELEASE clause can appear on the UPDATE directive
75 !$omp atomic release release update
76 !ERROR: Invalid or missing operator in atomic update statement
79 !ERROR: At most one RELEASE clause can appear on the UPDATE directive
80 !$omp atomic update release release
81 !ERROR: Invalid or missing operator in atomic update statement
84 !ERROR: At most one RELEASE clause can appear on the UPDATE directive
85 !$omp atomic release update release
86 !ERROR: Invalid or missing operator in atomic update statement
90 !ERROR: At most one RELAXED clause can appear on the UPDATE directive
91 !$omp atomic relaxed relaxed update
92 !ERROR: Invalid or missing operator in atomic update statement
95 !ERROR: At most one RELAXED clause can appear on the UPDATE directive
96 !$omp atomic update relaxed relaxed
97 !ERROR: Invalid or missing operator in atomic update statement
100 !ERROR: At most one RELAXED clause can appear on the UPDATE directive
101 !$omp atomic relaxed update relaxed
102 !ERROR: Invalid or missing operator in atomic update statement
254 !ERROR: Invalid or missing operator in atomic update statement
259 !ERROR: Invalid or missing operator in atomic update statement
264 !ERROR: Invalid or missing operator in atomic update statement
297 !ERROR: At most one HINT clause can appear on the UPDATE directive
298 !$omp atomic hint(omp_sync_hint_contended) hint(omp_sync_hint_speculative) update
299 !ERROR: Invalid or missing operator in atomic update statement
301 !ERROR: At most one HINT clause can appear on the UPDATE directive
302 !$omp atomic hint(omp_sync_hint_nonspeculative) update hint(omp_sync_hint_nonspeculative)
303 !ERROR: Invalid or missing operator in atomic update statement
305 !ERROR: At most one HINT clause can appear on the UPDATE directive
306 !$omp atomic update hint(omp_sync_hint_none) hint (omp_sync_hint_uncontended)
307 !ERROR: Invalid or missing operator in atomic update statement
311 !ERROR: Invalid or missing operator in atomic update statement
315 !ERROR: Invalid or missing operator in atomic update statement
319 !ERROR: Invalid or missing operator in atomic update statement
373 ! If atomic-clause is update or not present then memory-order-clause must not be acq_rel or acquire.
375 !ERROR: Clause ACQ_REL is not allowed if clause UPDATE appears on the ATOMIC directive
376 !$omp atomic acq_rel update
377 !ERROR: Invalid or missing operator in atomic update statement
379 !ERROR: Clause ACQ_REL is not allowed if clause UPDATE appears on the ATOMIC directive
380 !$omp atomic update acq_rel
381 !ERROR: Invalid or missing operator in atomic update statement
384 !ERROR: Clause ACQUIRE is not allowed if clause UPDATE appears on the ATOMIC directive
385 !$omp atomic acquire update
386 !ERROR: Invalid or missing operator in atomic update statement
389 !ERROR: Clause ACQUIRE is not allowed if clause UPDATE appears on the ATOMIC directive
390 !$omp atomic update acquire
391 !ERROR: Invalid or missing operator in atomic update statement
396 !ERROR: Invalid or missing operator in atomic update statement
401 !ERROR: Invalid or missing operator in atomic update statement