HomeSort by: relevance | last modified time | path
    Searched defs:atomic_update_decl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 28243 static GTY(()) tree atomic_update_decl;
28278 if (atomic_update_decl == NULL_TREE)
28280 atomic_update_decl
28286 TREE_PUBLIC (atomic_update_decl) = 1;
28287 DECL_EXTERNAL (atomic_update_decl) = 1;
28298 *update = build_call_expr (atomic_update_decl, 1,
28185 static GTY(()) tree atomic_update_decl; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 27807 static GTY(()) tree atomic_update_decl;
27842 if (atomic_update_decl == NULL_TREE)
27844 atomic_update_decl
27850 TREE_PUBLIC (atomic_update_decl) = 1;
27851 DECL_EXTERNAL (atomic_update_decl) = 1;
27862 *update = build_call_expr (atomic_update_decl, 1,
27749 static GTY(()) tree atomic_update_decl; variable

Completed in 69 milliseconds