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

  /src/external/gpl3/gcc/dist/gcc/lto/
lto-symtab.cc 304 /* Merge two variable or function symbol table entries PREVAILING and ENTRY.
309 lto_symtab_merge (symtab_node *prevailing, symtab_node *entry)
311 tree prevailing_decl = prevailing->decl;
423 /* Return true if the symtab entry E can be the prevailing one. */
447 symtab_node *prevailing = NULL; local
456 prevailing = e;
461 if (prevailing)
467 for (e = prevailing->next_sharing_asm_name; e; e = e->next_sharing_asm_name)
469 && !DECL_COMMON (prevailing->decl)
474 fatal_error (input_location, "multiple prevailing defs for %qE"
620 symtab_node *prevailing; local
772 symtab_node *prevailing; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-symtab.cc 304 /* Merge two variable or function symbol table entries PREVAILING and ENTRY.
309 lto_symtab_merge (symtab_node *prevailing, symtab_node *entry)
311 tree prevailing_decl = prevailing->decl;
423 /* Return true if the symtab entry E can be the prevailing one. */
447 symtab_node *prevailing = NULL; local
456 prevailing = e;
461 if (prevailing)
467 for (e = prevailing->next_sharing_asm_name; e; e = e->next_sharing_asm_name)
469 && !DECL_COMMON (prevailing->decl)
474 fatal_error (input_location, "multiple prevailing defs for %qE"
620 symtab_node *prevailing; local
772 symtab_node *prevailing; local
    [all...]

Completed in 29 milliseconds