gccint: GIMPLE_OMP_ATOMIC_STORE

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