Home
last modified time | relevance | path

Searched refs:curtype (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-encoding.cc71 static void encode_field (tree field_decl, int curtype, int format);
253 encode_pointer (tree type, int curtype, int format) in encode_pointer() argument
266 && (obstack_object_size (&util_obstack) - curtype <= 1) in encode_pointer()
344 encode_type (pointer_to, curtype, format); in encode_pointer()
348 encode_array (tree type, int curtype, int format) in encode_array() argument
381 char *enc = (char *) obstack_base (&util_obstack) + curtype; in encode_array()
383 obstack_object_size (&util_obstack) - curtype) == NULL) in encode_array()
387 encode_pointer (type, curtype, format); in encode_array()
404 encode_type (array_of, curtype, format); in encode_array()
411 encode_vector (tree type, int curtype, int format) in encode_vector() argument
[all …]
Dobjc-act.cc6599 tree curtype = TYPE_MAIN_VARIANT in objc_is_public() local
6603 if (basetype == curtype in objc_is_public()
6604 || DERIVED_FROM_P (basetype, curtype)) in objc_is_public()
/netbsd/src/usr.bin/ftp/
Dftp.c728 if (curtype != type) in sendrequest()
782 switch (curtype) { in sendrequest()
825 switch (curtype) { in sendrequest()
1020 if (curtype != TYPE_A) in recvrequest()
1023 if (curtype != type) in recvrequest()
1086 switch (curtype) { in recvrequest()
1850 ip->curtpe = curtype; in pswitch()
1851 curtype = op->curtpe; in pswitch()
1913 if (curtype != prox_type) in proxtrans()
1927 if (curtype != prox_type) in proxtrans()
Dftp_var.h243 GLOBAL int curtype; /* current file transfer type */ variable
Dcmds.c265 curtype = type = p->t_type; in set_type()
282 if (newtype == curtype) in changetype()
297 curtype = newtype; in changetype()
Dutil.c152 curtype = TYPE_A; in setpeer()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvalops.c3430 value_aggregate_elt (struct type *curtype, const char *name, in value_aggregate_elt() argument
3434 switch (curtype->code ()) in value_aggregate_elt()
3438 return value_struct_elt_for_reference (curtype, 0, curtype, in value_aggregate_elt()
3442 return value_namespace_elt (curtype, name, in value_aggregate_elt()
3446 return enum_constant_from_type (curtype, name); in value_aggregate_elt()
3557 struct type *curtype, const char *name, in value_struct_elt_for_reference() argument
3562 struct type *t = check_typedef (curtype); in value_struct_elt_for_reference()
3612 if (domain != curtype) in value_struct_elt_for_reference()
3618 if (get_baseclass_offset (domain, curtype, v, &boff, in value_struct_elt_for_reference()
3625 if (get_baseclass_offset (p, curtype, this_v, in value_struct_elt_for_reference()
[all …]
Dax-gdb.c1436 const struct type *curtype, const char *name);
1439 const struct type *curtype, const char *name);
1521 const struct type *curtype, const char *name) in gen_namespace_elt() argument
1523 int found = gen_maybe_namespace_elt (ax, value, curtype, name); in gen_namespace_elt()
1527 name, curtype->name ()); in gen_namespace_elt()
1540 const struct type *curtype, const char *name) in gen_maybe_namespace_elt() argument
1542 const char *namespace_name = curtype->name (); in gen_maybe_namespace_elt()
Dvalue.h1303 extern struct value *value_aggregate_elt (struct type *curtype,
/netbsd/src/external/cddl/osnet/dist/common/acl/
Dacl_common.c465 int curtype = 0; in ln_aent_preprocess() local
474 if (aclent[i].a_type < curtype) in ln_aent_preprocess()
476 else if (aclent[i].a_type > curtype) in ln_aent_preprocess()
477 curtype = aclent[i].a_type; in ln_aent_preprocess()