Searched refs:dname (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dstring_4.f9029 character*32 ddname,dname local in subroutine:TEST3
31 dname(c) = 'h810 e=0.01 '
32 ddname=dname("w ")
38 character*32 ddname,dname local in subroutine:TEST4
40 dname(c) = 'h810 e=0.01 '
42 ddname=dname("w ")
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dcris.exp41 # tmpl opcode ircode imcode avoid_regex dname ircode0
50 set dname [lindex $args 5]
111 if [string match $dname ""] {
112 set dname $tmpl
146 set in_fd [open $srcdir/$subdir/$dname.d r]
205 # tmpl opcode ircode avoid_regex dname ircode0 [regex replace OR_replace]
224 # tmpl opcode imcode avoid_regex dname imcode0 [regex replace]
237 proc test_template_insn_single { tmpl opcode avoid_regex dname } {
238 test_template_insn_reg_mem $tmpl $opcode 00 00 "$avoid_regex" $dname 00 00
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dcris.exp42 # tmpl opcode ircode imcode avoid_regex dname ircode0
51 set dname [lindex $args 5]
112 if [string match $dname ""] {
113 set dname $tmpl
147 set in_fd [open $srcdir/$subdir/$dname.d r]
206 # tmpl opcode ircode avoid_regex dname ircode0 [regex replace OR_replace]
225 # tmpl opcode imcode avoid_regex dname imcode0 [regex replace]
238 proc test_template_insn_single { tmpl opcode avoid_regex dname } {
239 test_template_insn_reg_mem $tmpl $opcode 00 00 "$avoid_regex" $dname 00 00
/haiku-buildtools/legacy/binutils/binutils/
H A Dprdbg.c2539 const char *dname, *from_class;
2545 dname = name;
2548 dname = info->demangler (info->abfd, name);
2549 if (strcmp (name, dname) == 0)
2551 free ((char *) dname);
2552 dname = name;
2556 if (dname != name)
2559 sep = strstr (dname, "::");
2564 from_class = dname;
2569 name = dname;
2533 const char *dname, *from_class; local
2604 const char *dname; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-write.c2977 const char *dname, *slash;
2989 dname = DECL_SOURCE_FILE (TYPE_NAME (clas));
2990 slash = strrchr (dname, DIR_SEPARATOR);
2993 dname = ".";
2994 slash = dname + 1;
3002 dname = jcf_write_base_directory;
3003 slash = dname + strlen (dname);
3006 r = xmalloc (slash - dname + strlen (cname) + 2);
3007 strncpy (r, dname, slas
2973 const char *dname, *slash; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Dprdbg.c2601 char *t, *dname, *from_class;
2607 dname = NULL;
2609 dname = info->demangler (info->abfd, name, DMGL_ANSI | DMGL_PARAMS);
2612 if (dname != NULL)
2615 sep = strstr (dname, "::");
2620 from_class = dname;
2624 name = dname;
2645 if (dname)
2646 free (dname);
2661 char *dname;
2595 char *t, *dname, *from_class; local
2655 char *dname; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dmethod.c1622 build_decl_overload_real (dname, parms, ret_type, tparms, targs,
1624 tree dname;
1631 char *name = IDENTIFIER_POINTER (dname);
1637 if (dname == ansi_opname[(int) DELETE_EXPR])
1639 else if (dname == ansi_opname[(int) VEC_DELETE_EXPR])
1641 if (dname == ansi_opname[(int) NEW_EXPR])
1643 else if (dname == ansi_opname[(int) VEC_NEW_EXPR])
1742 if (IDENTIFIER_OPNAME_P (dname))
1758 build_decl_overload (dname, parms, for_method)
1759 tree dname;
[all...]
H A Ddecl.c9394 tree dname = NULL_TREE;
9553 dname = fns;
9554 if (TREE_CODE (dname) == COMPONENT_REF)
9555 dname = TREE_OPERAND (dname, 1);
9556 if (TREE_CODE (dname) != IDENTIFIER_NODE)
9558 my_friendly_assert (is_overloaded_fn (dname),
9560 dname = DECL_NAME (get_first_fn (dname));
9567 dname
9375 tree dname = NULL_TREE; local
[all...]
H A Dpt.c1180 tree dname = DECL_NAME (decl); local
1318 fns = IDENTIFIER_NAMESPACE_VALUE (dname);
1320 fns = dname;
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-iterate.c546 char *dname = IDENTIFIER_POINTER (tname);
547 fprintf (stderr, dname);
538 char *dname = IDENTIFIER_POINTER (tname); local
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_common.h293 const char *dname; //!< Destination name (when "into" is used) member in struct:VarDesc2
H A Doffload_target.cpp311 if (vars2 != NULL && vars2[i].dname != NULL) {
312 OFFLOAD_TRACE(2, " into=%s, %s\n", vars2[i].dname,
H A Doffload_host.cpp769 if (vars2 != NULL && i < vars_total && vars2[i].dname != NULL) {
770 OFFLOAD_TRACE(2, " into=%s, %s\n", vars2[i].dname,
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.c8973 tree dname = NULL_TREE;
9132 dname = decl;
9140 dname = fns;
9141 if (!identifier_p (dname))
9143 if (variable_template_p (dname))
9144 dname = DECL_NAME (dname);
9147 gcc_assert (is_overloaded_fn (dname));
9148 dname = DECL_NAME (get_first_fn (dname));
8958 tree dname = NULL_TREE; local
[all...]
H A Dpt.c2419 tree dname = DECL_NAME (decl); local
2573 fns = dname;
2582 fns = lookup_qualified_name (CP_DECL_CONTEXT (decl), dname,
2586 error ("%qD is not a template function", dname);
/haiku-buildtools/gcc/libcpp/
H A Ddirectives.c413 const cpp_token *dname; local
430 dname = _cpp_lex_token (pfile);
432 if (dname->type == CPP_NAME)
434 if (dname->val.node.node->is_directive)
435 dir = &dtable[dname->val.node.node->directive_index];
439 else if (dname->type == CPP_NUMBER && CPP_OPTION (pfile, lang) != CLK_ASM)
489 else if (dname->type == CPP_EOF)
501 cpp_token_as_text (pfile, dname));
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c323 int params_size; gx_device_procs *procs; const char *dname; int width; int height; float x_pixels_per_inch; float y_pixels_per_inch; float l_margin, b_margin, r_margin, t_margin; gx_device_color_info color_info; int is_open; member in struct:gx_device_s
/haiku-buildtools/gcc/gcc/
H A Dtrans-mem.c4645 const char *dname;
4649 dname = lang_hooks.decl_printable_name (current_function_decl, 2);
4651 fprintf (dump_file, "%s: bb %d goes irrevocable\n", dname, i);
H A Ddwarf2out.c21672 const char *dname;
21678 dname = dwarf2_name (name, 0);
21679 if (!dname)
21687 node = find_AT_string (dname);
21693 add_name_attribute (die, dname);
21653 const char *dname; local
/haiku-buildtools/binutils/bfd/
H A Delf32-score.c1246 static const char dname[] = ".rel.dyn"; local
1249 sreloc = bfd_get_linker_section (dynobj, dname);
1252 sreloc = bfd_make_section_anyway_with_flags (dynobj, dname,
H A Delf32-score7.c1103 static const char dname[] = ".rel.dyn"; local
1106 sreloc = bfd_get_linker_section (dynobj, dname);
1109 sreloc = bfd_make_section_anyway_with_flags (dynobj, dname,
H A Delfxx-mips.c3202 const char *dname;
3206 dname = MIPS_ELF_REL_DYN_NAME (info);
3208 sreloc = bfd_get_linker_section (dynobj, dname);
3211 sreloc = bfd_make_section_anyway_with_flags (dynobj, dname,
3187 const char *dname; local
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c2033 const char *dname;
2037 dname = MIPS_ELF_REL_DYN_NAME (info);
2039 sreloc = bfd_get_section_by_name (dynobj, dname);
2042 sreloc = bfd_make_section_with_flags (dynobj, dname,
2020 const char *dname; local

Completed in 747 milliseconds