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

  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-encoding.cc 71 static void encode_field (tree field_decl, int curtype, int format);
194 the type to encode, and an integer 'curtype' argument, which is the
198 current encoding string starting from 'curtype').
204 'curtype' will be set to 7 when starting to encode 'char **'.
205 During the whole of the encoding of 'char **', 'curtype' will be
253 encode_pointer (tree type, int curtype, int format)
266 && (obstack_object_size (&util_obstack) - curtype <= 1)
344 encode_type (pointer_to, curtype, format);
348 encode_array (tree type, int curtype, int format)
381 char *enc = (char *) obstack_base (&util_obstack) + curtype;
459 pointed_to, curtype, format); local
713 encode_type (TREE_TYPE (type), curtype, format); local
835 encode_type (TREE_TYPE (field_decl), curtype, format); local
    [all...]
objc-act.cc 6601 tree curtype = TYPE_MAIN_VARIANT
6605 if (basetype == curtype
6606 || DERIVED_FROM_P (basetype, curtype))
6599 tree curtype = TYPE_MAIN_VARIANT local
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-encoding.cc 71 static void encode_field (tree field_decl, int curtype, int format);
194 the type to encode, and an integer 'curtype' argument, which is the
198 current encoding string starting from 'curtype').
204 'curtype' will be set to 7 when starting to encode 'char **'.
205 During the whole of the encoding of 'char **', 'curtype' will be
253 encode_pointer (tree type, int curtype, int format)
266 && (obstack_object_size (&util_obstack) - curtype <= 1)
344 encode_type (pointer_to, curtype, format);
348 encode_array (tree type, int curtype, int format)
381 char *enc = (char *) obstack_base (&util_obstack) + curtype;
459 pointed_to, curtype, format); local
713 encode_type (TREE_TYPE (type), curtype, format); local
835 encode_type (TREE_TYPE (field_decl), curtype, format); local
    [all...]
objc-act.cc 6599 tree curtype = TYPE_MAIN_VARIANT
6603 if (basetype == curtype
6604 || DERIVED_FROM_P (basetype, curtype))
6597 tree curtype = TYPE_MAIN_VARIANT local
  /src/usr.bin/ftp/
ftp.c 738 if (curtype != type)
792 switch (curtype) {
840 switch (curtype) {
1036 if (curtype != TYPE_A)
1039 if (curtype != type)
1108 switch (curtype) {
1878 ip->curtpe = curtype;
1879 curtype = op->curtpe;
1941 if (curtype != prox_type)
1955 if (curtype != prox_type
    [all...]
ftp_var.h 235 GLOBAL int curtype; /* current file transfer type */ variable
cmds.c 265 curtype = type = p->t_type;
282 if (newtype == curtype)
297 curtype = newtype;
util.c 152 curtype = TYPE_A;
  /src/external/gpl3/gdb/dist/gdb/
valops.c 3424 /* C++: Given an aggregate type CURTYPE, and a member name NAME,
3431 value_aggregate_elt (struct type *curtype, const char *name,
3435 switch (curtype->code ())
3439 return value_struct_elt_for_reference (curtype, 0, curtype,
3443 return value_namespace_elt (curtype, name,
3447 return enum_constant_from_type (curtype, name);
3549 /* C++: Given an aggregate type CURTYPE, and a member name NAME,
3558 struct type *curtype, const char *name,
3563 struct type *t = check_typedef (curtype);
    [all...]
ax-gdb.c 1445 const struct type *curtype, const char *name);
1448 const struct type *curtype, const char *name);
1526 CURTYPE. */
1530 const struct type *curtype, const char *name)
1532 int found = gen_maybe_namespace_elt (ax, value, curtype, name);
1536 name, curtype->name ());
1543 context CURTYPE; this works if CURTYPE is a namespace or if CURTYPE
1544 is a class and NAME refers to a type in CURTYPE itself (as oppose
    [all...]
value.h 1304 extern struct value *value_aggregate_elt (struct type *curtype,
  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 3425 /* C++: Given an aggregate type CURTYPE, and a member name NAME,
3432 value_aggregate_elt (struct type *curtype, const char *name,
3436 switch (curtype->code ())
3440 return value_struct_elt_for_reference (curtype, 0, curtype,
3444 return value_namespace_elt (curtype, name,
3448 return enum_constant_from_type (curtype, name);
3550 /* C++: Given an aggregate type CURTYPE, and a member name NAME,
3559 struct type *curtype, const char *name,
3564 struct type *t = check_typedef (curtype);
    [all...]
ax-gdb.c 1445 const struct type *curtype, const char *name);
1448 const struct type *curtype, const char *name);
1526 CURTYPE. */
1530 const struct type *curtype, const char *name)
1532 int found = gen_maybe_namespace_elt (ax, value, curtype, name);
1536 name, curtype->name ());
1543 context CURTYPE; this works if CURTYPE is a namespace or if CURTYPE
1544 is a class and NAME refers to a type in CURTYPE itself (as oppose
    [all...]
value.h 1304 extern struct value *value_aggregate_elt (struct type *curtype,
  /src/external/cddl/osnet/dist/common/acl/
acl_common.c 465 int curtype = 0; local
474 if (aclent[i].a_type < curtype)
476 else if (aclent[i].a_type > curtype)
477 curtype = aclent[i].a_type;

Completed in 91 milliseconds