Searched refs:asmname (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pragma.c577 maybe_apply_renaming_pragma (tree decl, tree asmname) argument
587 return asmname;
596 if (asmname && strcmp (TREE_STRING_POINTER (asmname), oldname))
622 /* If we already have an asmname, #pragma redefine_extname is
624 if (asmname)
626 if (strcmp (TREE_STRING_POINTER (asmname),
630 return asmname;
639 /* If we've got an asmname, #pragma extern_prefix is silently ignored. */
640 if (asmname)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.cc586 maybe_apply_renaming_pragma (tree decl, tree asmname) argument
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...]
/netbsd-current/external/bsd/pcc/dist/pcc/f77/f77/
H A Df77.c76 static char *asmname = ASSEMBLER ; variable
170 asmname = s+1; goto endfor;
422 ADD(asmname);
428 if (callsys(asmname, params))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsymtab.c81 symbol_table::decl_assembler_name_hash (const_tree asmname) argument
83 if (IDENTIFIER_POINTER (asmname)[0] == '*')
85 const char *decl_str = IDENTIFIER_POINTER (asmname) + 1;
96 return htab_hash_string (IDENTIFIER_POINTER (asmname));
141 symbol_table::decl_assembler_name_equal (tree decl, const_tree asmname) argument
147 if (decl_asmname == asmname)
151 asmname_str = IDENTIFIER_POINTER (asmname);
1017 symtab_node::get_for_asmname (const_tree asmname) argument
1022 hashval_t hash = symtab->decl_assembler_name_hash (asmname);
1024 = symtab->assembler_name_hash->find_slot_with_hash (asmname, has
[all...]
H A Dvarpool.c266 varpool_node::get_for_asmname (tree asmname) argument
268 if (symtab_node *node = symtab_node::get_for_asmname (asmname))
H A Dcgraph.h467 static symtab_node *get_for_asmname (const_tree asmname);
1410 static cgraph_node *get_for_asmname (tree asmname);
2141 static varpool_node *get_for_asmname (tree asmname);
2569 static hashval_t decl_assembler_name_hash (const_tree asmname);
2572 static bool decl_assembler_name_equal (tree decl, const_tree asmname);
H A Dcgraph.c652 cgraph_node::get_for_asmname (tree asmname) argument
655 for (symtab_node *node = symtab_node::get_for_asmname (asmname);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsymtab.cc82 symbol_table::decl_assembler_name_hash (const_tree asmname) argument
84 if (IDENTIFIER_POINTER (asmname)[0] == '*')
86 const char *decl_str = IDENTIFIER_POINTER (asmname) + 1;
97 return htab_hash_string (IDENTIFIER_POINTER (asmname));
142 symbol_table::decl_assembler_name_equal (tree decl, const_tree asmname) argument
148 if (decl_asmname == asmname)
152 asmname_str = IDENTIFIER_POINTER (asmname);
1061 symtab_node::get_for_asmname (const_tree asmname) argument
1066 hashval_t hash = symtab->decl_assembler_name_hash (asmname);
1068 = symtab->assembler_name_hash->find_slot_with_hash (asmname, has
[all...]
H A Dvarpool.cc267 varpool_node::get_for_asmname (tree asmname) argument
269 if (symtab_node *node = symtab_node::get_for_asmname (asmname))
H A Dcgraph.h477 static symtab_node *get_for_asmname (const_tree asmname);
1361 static cgraph_node *get_for_asmname (tree asmname);
2093 static varpool_node *get_for_asmname (tree asmname);
2531 static hashval_t decl_assembler_name_hash (const_tree asmname);
2534 static bool decl_assembler_name_equal (tree decl, const_tree asmname);
H A Dcgraph.cc660 cgraph_node::get_for_asmname (tree asmname) argument
663 for (symtab_node *node = symtab_node::get_for_asmname (asmname);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d1699 AST.Expression asmname;
1721 asmname = cparseSimpleAsmExpr();
1879 if (asmname)
1882 (*args)[0] = asmname;
1885 s = new AST.PragmaDeclaration(asmname.loc, Id.mangle, args, decls);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c10388 tree asmname = DECL_ASSEMBLER_NAME (decl);
10389 varpool_node *node = varpool_node::get_for_asmname (asmname);
10387 tree asmname = DECL_ASSEMBLER_NAME (decl); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc10280 tree asmname = DECL_ASSEMBLER_NAME (decl);
10281 varpool_node *node = varpool_node::get_for_asmname (asmname);

Completed in 240 milliseconds