HomeSort by: relevance | last modified time | path
    Searched defs:type_name (Results 1 - 25 of 125) sorted by relevancy

1 2 3 4 5

  /src/tests/usr.bin/indent/
lsym_case_label.c 82 const char *type_name = _Generic( variable
91 const char *type_name = _Generic( variable
  /src/external/bsd/kyua-testers/dist/
error.h 70 const char* type_name; member in struct:kyua_error
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
struct-lookup.c 11 char *type_name; local
34 type_name = ctf_type_aname (fp, mi.ctm_type);
35 printf ("baz is of type %s, at offset %lx\n", type_name, mi.ctm_offset);
36 free (type_name);
41 type_name = ctf_type_aname (fp, mi.ctm_type);
42 printf ("one_more_level is of type %s, at offset %lx\n", type_name, mi.ctm_offset);
43 free (type_name);
struct-iteration.c 10 char *type_name = ctf_type_aname (fp, membtype); local
13 name, offset, membtype, type_name);
14 free (type_name);
55 char *type_name = ctf_type_aname (fp, membtype); local
58 name, offset, membtype, type_name);
59 free (type_name);
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
struct-lookup.c 11 char *type_name; local
34 type_name = ctf_type_aname (fp, mi.ctm_type);
35 printf ("baz is of type %s, at offset %lx\n", type_name, mi.ctm_offset);
36 free (type_name);
41 type_name = ctf_type_aname (fp, mi.ctm_type);
42 printf ("one_more_level is of type %s, at offset %lx\n", type_name, mi.ctm_offset);
43 free (type_name);
struct-iteration.c 10 char *type_name = ctf_type_aname (fp, membtype); local
13 name, offset, membtype, type_name);
14 free (type_name);
54 char *type_name = ctf_type_aname (fp, membtype); local
57 name, offset, membtype, type_name);
58 free (type_name);
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
add_cred.c 172 char *type_name = NULL; local
198 if (asprintf(&type_name, "%s:%s", type, name) == -1 ||
199 type_name == NULL) {
204 *minor_status = krb5_cc_resolve(context, type_name,
206 free(type_name);
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
pptrtab.c 13 char *type_name; local
41 type_name = ctf_type_aname (cfp, type);
43 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type)));
44 free (type_name);
59 type_name = ctf_type_aname (cfp, type);
61 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type)));
62 free (type_name);
80 type_name = ctf_type_aname (cfp, type);
82 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type)));
83 free (type_name);
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/
pptrtab.c 13 char *type_name; local
41 type_name = ctf_type_aname (cfp, type);
43 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type)));
44 free (type_name);
59 type_name = ctf_type_aname (cfp, type);
61 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type)));
62 free (type_name);
80 type_name = ctf_type_aname (cfp, type);
82 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type)));
83 free (type_name);
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
mac_parse.c 173 char *type_name; local
177 type_name = "MAC_PARSE_EXPR";
180 type_name = "MAC_PARSE_LITERAL";
185 vstream_printf("%s \"%s\"\n", type_name, vstring_str(buf));
  /src/external/gpl3/gcc/dist/gcc/
ipa-utils.h 209 if (!TYPE_NAME (t) || TREE_CODE (TYPE_NAME (t)) != TYPE_DECL)
214 if (DECL_ASSEMBLER_NAME_SET_P (TYPE_NAME (t)))
243 if (DECL_ASSEMBLER_NAME_SET_P (TYPE_NAME (t)))
246 (DECL_ASSEMBLER_NAME (TYPE_NAME (t))));
263 return TYPE_NAME (t) && TREE_CODE (TYPE_NAME (t)) == TYPE_DECL
264 && DECL_ASSEMBLER_NAME_SET_P (TYPE_NAME (t));
273 tree type_name = TYPE_NAME (type) local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-utils.h 199 if (!TYPE_NAME (t) || TREE_CODE (TYPE_NAME (t)) != TYPE_DECL)
204 if (DECL_ASSEMBLER_NAME_SET_P (TYPE_NAME (t)))
233 if (DECL_ASSEMBLER_NAME_SET_P (TYPE_NAME (t)))
236 (DECL_ASSEMBLER_NAME (TYPE_NAME (t))));
253 return TYPE_NAME (t) && TREE_CODE (TYPE_NAME (t)) == TYPE_DECL
254 && DECL_ASSEMBLER_NAME_SET_P (TYPE_NAME (t));
263 tree type_name = TYPE_NAME (type) local
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
object.py 399 def type_name(self): member in class:Relocation
423 getattr(self, 'type_name')
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_resource_priv.h 65 * @type_name: String that identifies the resource type.
87 const char *type_name; member in struct:vmw_res_func
  /src/usr.bin/xlint/common/
tyname.c 175 buf_add(buf, type_name(param->s_type));
185 buf_add(buf, type_name(*argtype));
194 buf_add(buf, type_name(tp->t_subt));
245 buf_add(buf, type_name(tp->t_subt));
249 type_name(const type_t *tp) function
287 buf_add(&buf, type_name(tp->t_subt));
315 const char *tp_name = type_name(tn->tn_type);
316 const char *otp_name = type_name(before_conversion(tn)->tn_type);
  /src/external/gpl3/gdb.old/dist/gdb/
c-exp.y 208 %type <tsym> type_name
1475 | UNSIGNED type_name
1481 | SIGNED_KEYWORD type_name
1588 type_name: TYPENAME
1587 type_name: TYPENAME label
break-catch-throw.c 164 std::string type_name;
180 type_name = cplus_typename_from_type_info (typeinfo_arg);
182 canon = cp_canonicalize_string (type_name.c_str ());
185 : type_name.c_str ());
162 std::string type_name; local
p-valprint.c 476 const char *type_name = type->name ();
478 return (type_name != NULL
479 && strcmp (type_name, pascal_vtbl_ptr_name) == 0);
474 const char *type_name = type->name (); local
  /src/external/gpl3/gdb/dist/gdb/
c-exp.y 208 %type <tsym> type_name
1475 | UNSIGNED type_name
1481 | SIGNED_KEYWORD type_name
1588 type_name: TYPENAME
1587 type_name: TYPENAME label
break-catch-throw.c 160 std::string type_name;
176 type_name = cplus_typename_from_type_info (typeinfo_arg);
178 canon = cp_canonicalize_string (type_name.c_str ());
181 : type_name.c_str ());
158 std::string type_name; local
  /src/sbin/efi/
gptsubr.c 141 uint type_name; member in struct:map_widths
152 w.type_name = 0;
168 if (w.type_name < n)
169 w.type_name = n;
177 if (w.type_name < MIN_WIDTH_OF("TYPE_NAME"))
178 w.type_name = MIN_WIDTH_OF("TYPE_NAME");
194 "TYPE_NAME ENTRY_NAME DESCRIPTION\n",
197 w.type_name, "");
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
defun.c 341 char *type_name = NULL;
444 type_name = next_nonwhite_defun_arg (&scan_args);
500 execute_string (" --- %s: %s %s", category, type_name, defined_name);
503 execute_string (" --- %s %s %s: %s", category, _("of"), type_name,
508 execute_string (" --- %s %s %s: %s %s", category, _("of"), type_name,
512 execute_string (" --- %s %s %s: %s", category, _("on"), type_name,
516 execute_string (" --- %s %s %s: %s %s", category, _("on"), type_name,
520 execute_string (" --- %s %s %s: %s %s", category, _("on"), type_name,
548 execute_string ("--- %s %s %s: ", category, _("of"), type_name);
554 execute_string ("--- %s %s %s: ", category, _("on"), type_name);
340 char *type_name = NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-dump.cc 64 const char *type_name = node->get_symtab_type_string (); local
67 printf ("%s %s %4" PRIu64 " %s ", type_name, visibility, (uint64_t) sz,
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-dump.cc 64 const char *type_name = node->get_symtab_type_string (); local
67 printf ("%s %s %4" PRIu64 " %s ", type_name, visibility, (uint64_t) sz,
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-var.c 432 std::string type_name = varobj_get_type (var); local
433 uiout->field_string ("type", type_name);
716 std::string type_name = varobj_get_type (r.varobj); local
718 uiout->field_string ("new_type", type_name);

Completed in 49 milliseconds

1 2 3 4 5