reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_atomic.cpp
 2528 ATOMIC_CMPX_L_CPT(fixed1, andl_cpt, char, 8, &&,
 2530 ATOMIC_CMPX_L_CPT(fixed1, orl_cpt, char, 8, ||,
 2532 ATOMIC_CMPX_L_CPT(fixed2, andl_cpt, short, 16, &&,
 2534 ATOMIC_CMPX_L_CPT(fixed2, orl_cpt, short, 16, ||,
 2536 ATOMIC_CMPX_L_CPT(fixed4, andl_cpt, kmp_int32, 32, &&,
 2538 ATOMIC_CMPX_L_CPT(fixed4, orl_cpt, kmp_int32, 32, ||,
 2540 ATOMIC_CMPX_L_CPT(fixed8, andl_cpt, kmp_int64, 64, &&,
 2542 ATOMIC_CMPX_L_CPT(fixed8, orl_cpt, kmp_int64, 64, ||,