Searched refs:atomic_update_decl (Results 1 – 4 of 4) sorted by relevance
27731 static GTY(()) tree atomic_update_decl;27766 if (atomic_update_decl == NULL_TREE) in rs6000_atomic_assign_expand_fenv()27768 atomic_update_decl in rs6000_atomic_assign_expand_fenv()27774 TREE_PUBLIC (atomic_update_decl) = 1; in rs6000_atomic_assign_expand_fenv()27775 DECL_EXTERNAL (atomic_update_decl) = 1; in rs6000_atomic_assign_expand_fenv()27786 *update = build_call_expr (atomic_update_decl, 1, in rs6000_atomic_assign_expand_fenv()
26415 static tree atomic_hold_decl, atomic_clear_decl, atomic_update_decl; variable26452 if (atomic_update_decl == NULL_TREE) in rs6000_atomic_assign_expand_fenv()26454 atomic_update_decl in rs6000_atomic_assign_expand_fenv()26460 TREE_PUBLIC (atomic_update_decl) = 1; in rs6000_atomic_assign_expand_fenv()26461 DECL_EXTERNAL (atomic_update_decl) = 1; in rs6000_atomic_assign_expand_fenv()26472 *update = build_call_expr (atomic_update_decl, 1, in rs6000_atomic_assign_expand_fenv()
9834 atomic_update_decl): Add GTY markup.
10135 atomic_update_decl): Guard declaration with #ifdef.10252 (atomic_update_decl): New static variables.