Searched refs:atomic_clear_decl (Results 1 – 4 of 4) sorted by relevance
27730 static GTY(()) tree atomic_clear_decl;27752 if (atomic_clear_decl == NULL_TREE) in rs6000_atomic_assign_expand_fenv()27754 atomic_clear_decl in rs6000_atomic_assign_expand_fenv()27759 TREE_PUBLIC (atomic_clear_decl) = 1; in rs6000_atomic_assign_expand_fenv()27760 DECL_EXTERNAL (atomic_clear_decl) = 1; in rs6000_atomic_assign_expand_fenv()27785 *clear = build_call_expr (atomic_clear_decl, 0); in rs6000_atomic_assign_expand_fenv()
26415 static tree atomic_hold_decl, atomic_clear_decl, atomic_update_decl; variable26438 if (atomic_clear_decl == NULL_TREE) in rs6000_atomic_assign_expand_fenv()26440 atomic_clear_decl in rs6000_atomic_assign_expand_fenv()26445 TREE_PUBLIC (atomic_clear_decl) = 1; in rs6000_atomic_assign_expand_fenv()26446 DECL_EXTERNAL (atomic_clear_decl) = 1; in rs6000_atomic_assign_expand_fenv()26471 *clear = build_call_expr (atomic_clear_decl, 0); in rs6000_atomic_assign_expand_fenv()
9833 * config/rs6000/rs6000.cc (atomic_hold_decl, atomic_clear_decl,
10134 * config/rs6000/rs6000.c (atomic_hold_decl, atomic_clear_decl,10251 * config/rs6000/rs6000.c (atomic_hold_decl, atomic_clear_decl)