GIMPLE_OMP_ATOMIC_STORE ¶gomp_atomic_store *gimple_build_omp_atomic_store ( tree val) ¶Build a GIMPLE_OMP_ATOMIC_STORE statement. VAL is the value to be
stored.
void gimple_omp_atomic_store_set_val ( gomp_atomic_store *g, tree val) ¶Set the value being stored in an atomic store.
tree gimple_omp_atomic_store_val ( const gomp_atomic_store *g) ¶Return the value being stored in an atomic store.