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

  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 6166 tree alias_decl = TREE_PURPOSE (t);
6169 if (! TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (alias_decl))
6171 /* Remove alias_decl from the weak list, but leave entries for
6187 decl = build_decl (DECL_SOURCE_LOCATION (alias_decl),
6188 TREE_CODE (alias_decl), target,
6189 TREE_TYPE (alias_decl));
6194 TREE_NOTHROW (decl) = TREE_NOTHROW (alias_decl);
6212 if (TREE_VALUE (t2) == alias_decl
6141 tree alias_decl = TREE_PURPOSE (t); local
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 6066 tree alias_decl = TREE_PURPOSE (t);
6069 if (! TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (alias_decl))
6071 /* Remove alias_decl from the weak list, but leave entries for
6087 decl = build_decl (DECL_SOURCE_LOCATION (alias_decl),
6088 TREE_CODE (alias_decl), target,
6089 TREE_TYPE (alias_decl));
6094 TREE_NOTHROW (decl) = TREE_NOTHROW (alias_decl);
6112 if (TREE_VALUE (t2) == alias_decl
6041 tree alias_decl = TREE_PURPOSE (t); local

Completed in 31 milliseconds