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

  /src/external/gpl3/gcc/dist/gcc/
statistics.cc 120 /* Helper function to return asmname or name of FN
121 depending on whether asmname option is set. */
129 tree asmname = decl_assembler_name (fn->decl); local
130 if (asmname)
131 return IDENTIFIER_POINTER (asmname);
symtab.cc 82 symbol_table::decl_assembler_name_hash (const_tree asmname)
84 if (IDENTIFIER_POINTER (asmname)[0] == '*')
86 const char *decl_str = IDENTIFIER_POINTER (asmname) + 1;
97 return htab_hash_string (IDENTIFIER_POINTER (asmname));
139 /* Compare ASMNAME with the DECL_ASSEMBLER_NAME of DECL. */
142 symbol_table::decl_assembler_name_equal (tree decl, const_tree asmname)
148 if (decl_asmname == asmname)
152 asmname_str = IDENTIFIER_POINTER (asmname);
1058 /* Return the cgraph node that has ASMNAME for its DECL_ASSEMBLER_NAME.
1062 symtab_node::get_for_asmname (const_tree asmname)
    [all...]
varpool.cc 267 varpool_node::get_for_asmname (tree asmname)
269 if (symtab_node *node = symtab_node::get_for_asmname (asmname))
cgraph.h 478 /* Return the cgraph node that has ASMNAME for its DECL_ASSEMBLER_NAME.
480 static symtab_node *get_for_asmname (const_tree asmname);
1363 /* Return the cgraph node that has ASMNAME for its DECL_ASSEMBLER_NAME.
1365 static cgraph_node *get_for_asmname (tree asmname);
2110 static varpool_node *get_for_asmname (tree asmname);
2548 static hashval_t decl_assembler_name_hash (const_tree asmname);
2550 /* Compare ASMNAME with the DECL_ASSEMBLER_NAME of DECL. */
2551 static bool decl_assembler_name_equal (tree decl, const_tree asmname);
cgraph.cc 658 /* Return the cgraph node that has ASMNAME for its DECL_ASSEMBLER_NAME.
662 cgraph_node::get_for_asmname (tree asmname)
665 for (symtab_node *node = symtab_node::get_for_asmname (asmname);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.cc 586 maybe_apply_renaming_pragma (tree decl, tree asmname)
596 return asmname;
605 if (asmname && strcmp (TREE_STRING_POINTER (asmname), oldname))
631 /* If we already have an asmname, #pragma redefine_extname is
633 if (asmname)
635 if (strcmp (TREE_STRING_POINTER (asmname),
639 return asmname;
648 /* If we've got an asmname, #pragma extern_prefix is silently ignored. */
649 if (asmname)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pragma.cc 586 maybe_apply_renaming_pragma (tree decl, tree asmname)
596 return asmname;
605 if (asmname && strcmp (TREE_STRING_POINTER (asmname), oldname))
631 /* If we already have an asmname, #pragma redefine_extname is
633 if (asmname)
635 if (strcmp (TREE_STRING_POINTER (asmname),
639 return asmname;
648 /* If we've got an asmname, #pragma extern_prefix is silently ignored. */
649 if (asmname)
    [all...]
  /src/external/bsd/pcc/dist/pcc/f77/f77/
f77.c 76 static char *asmname = ASSEMBLER ; variable
170 asmname = s+1; goto endfor;
422 ADD(asmname);
428 if (callsys(asmname, params))
  /src/external/gpl3/gcc.old/dist/gcc/
symtab.cc 82 symbol_table::decl_assembler_name_hash (const_tree asmname)
84 if (IDENTIFIER_POINTER (asmname)[0] == '*')
86 const char *decl_str = IDENTIFIER_POINTER (asmname) + 1;
97 return htab_hash_string (IDENTIFIER_POINTER (asmname));
139 /* Compare ASMNAME with the DECL_ASSEMBLER_NAME of DECL. */
142 symbol_table::decl_assembler_name_equal (tree decl, const_tree asmname)
148 if (decl_asmname == asmname)
152 asmname_str = IDENTIFIER_POINTER (asmname);
1057 /* Return the cgraph node that has ASMNAME for its DECL_ASSEMBLER_NAME.
1061 symtab_node::get_for_asmname (const_tree asmname)
    [all...]
varpool.cc 267 varpool_node::get_for_asmname (tree asmname)
269 if (symtab_node *node = symtab_node::get_for_asmname (asmname))
cgraph.h 475 /* Return the cgraph node that has ASMNAME for its DECL_ASSEMBLER_NAME.
477 static symtab_node *get_for_asmname (const_tree asmname);
1364 /* Return the cgraph node that has ASMNAME for its DECL_ASSEMBLER_NAME.
1366 static cgraph_node *get_for_asmname (tree asmname);
2107 static varpool_node *get_for_asmname (tree asmname);
2545 static hashval_t decl_assembler_name_hash (const_tree asmname);
2547 /* Compare ASMNAME with the DECL_ASSEMBLER_NAME of DECL. */
2548 static bool decl_assembler_name_equal (tree decl, const_tree asmname);
cgraph.cc 656 /* Return the cgraph node that has ASMNAME for its DECL_ASSEMBLER_NAME.
660 cgraph_node::get_for_asmname (tree asmname)
663 for (symtab_node *node = symtab_node::get_for_asmname (asmname);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
cparse.d 1699 AST.Expression asmname;
1721 asmname = cparseSimpleAsmExpr();
1879 if (asmname)
1882 (*args)[0] = asmname;
1885 s = new AST.PragmaDeclaration(asmname.loc, Id.mangle, args, decls);
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 12108 tree asmname = DECL_ASSEMBLER_NAME (decl);
12109 varpool_node *node = varpool_node::get_for_asmname (asmname);
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 10967 tree asmname = DECL_ASSEMBLER_NAME (decl);
10968 varpool_node *node = varpool_node::get_for_asmname (asmname);

Completed in 73 milliseconds