HomeSort by: relevance | last modified time | path
    Searched refs:MAKE_DECL_ONE_ONLY (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
djgpp.h 157 #undef MAKE_DECL_ONE_ONLY
158 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
winnt.cc 87 make_decl_one_only (decl, DECL_ASSEMBLER_NAME (decl));
351 #ifndef MAKE_DECL_ONE_ONLY
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
djgpp.h 157 #undef MAKE_DECL_ONE_ONLY
158 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
winnt.cc 87 make_decl_one_only (decl, DECL_ASSEMBLER_NAME (decl));
351 #ifndef MAKE_DECL_ONE_ONLY
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
xcoff.h 284 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
xcoff.h 284 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
  /src/external/gpl3/gcc/dist/gcc/config/
elfos.h 227 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
darwin.h 709 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
  /src/external/gpl3/gcc/dist/gcc/config/mmix/
mmix.h 653 #define MAKE_DECL_ONE_ONLY(DECL) \
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.h 327 #define MAKE_DECL_ONE_ONLY(DECL) \
  /src/external/gpl3/gcc/dist/gcc/config/pa/
som.h 289 #define MAKE_DECL_ONE_ONLY(DECL) \
  /src/external/gpl3/gcc.old/dist/gcc/config/
elfos.h 227 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
darwin.h 686 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
  /src/external/gpl3/gcc.old/dist/gcc/config/mmix/
mmix.h 653 #define MAKE_DECL_ONE_ONLY(DECL) \
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
som.h 304 #define MAKE_DECL_ONE_ONLY(DECL) \
  /src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.h 835 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
  /src/external/gpl3/gcc/dist/gcc/
defaults.h 301 #ifdef MAKE_DECL_ONE_ONLY
varasm.cc 6710 make_decl_one_only (tree decl, tree comdat_group)
6724 #ifdef MAKE_DECL_ONE_ONLY
6725 MAKE_DECL_ONE_ONLY (decl);
6685 make_decl_one_only (tree decl, tree comdat_group) function
  /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.h 836 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
  /src/external/gpl3/gcc.old/dist/gcc/
defaults.h 301 #ifdef MAKE_DECL_ONE_ONLY
varasm.cc 6605 make_decl_one_only (tree decl, tree comdat_group)
6619 #ifdef MAKE_DECL_ONE_ONLY
6620 MAKE_DECL_ONE_ONLY (decl);
6580 make_decl_one_only (tree decl, tree comdat_group) function

Completed in 75 milliseconds