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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 28242 static GTY(()) tree atomic_clear_decl;
28264 if (atomic_clear_decl == NULL_TREE)
28266 atomic_clear_decl
28271 TREE_PUBLIC (atomic_clear_decl) = 1;
28272 DECL_EXTERNAL (atomic_clear_decl) = 1;
28297 *clear = build_call_expr (atomic_clear_decl, 0);
28184 static GTY(()) tree atomic_clear_decl; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 27806 static GTY(()) tree atomic_clear_decl;
27828 if (atomic_clear_decl == NULL_TREE)
27830 atomic_clear_decl
27835 TREE_PUBLIC (atomic_clear_decl) = 1;
27836 DECL_EXTERNAL (atomic_clear_decl) = 1;
27861 *clear = build_call_expr (atomic_clear_decl, 0);
27748 static GTY(()) tree atomic_clear_decl; variable

Completed in 59 milliseconds