Next: , Previous: <code>GIMPLE_OMP_ATOMIC_LOAD</code>, Up: Tuple specific accessors


11.8.13 GIMPLE_OMP_ATOMIC_STORE

— GIMPLE function: gomp_atomic_store *gimple_build_omp_atomic_store ( tree val)

Build a GIMPLE_OMP_ATOMIC_STORE statement. VAL is the value to be stored.

— GIMPLE function: void gimple_omp_atomic_store_set_val ( gomp_atomic_store *g, tree val)

Set the value being stored in an atomic store.

— GIMPLE function: tree gimple_omp_atomic_store_val ( const gomp_atomic_store *g)

Return the value being stored in an atomic store.