Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A 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 …]
H A 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/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-encoding.c71 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 …]
H A Dobjc-act.c6513 tree curtype = TYPE_MAIN_VARIANT in objc_is_public() local
6517 if (basetype == curtype in objc_is_public()
6518 || DERIVED_FROM_P (basetype, curtype)) in objc_is_public()
/netbsd-src/usr.bin/ftp/
H A 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 ! in proxtrans()
[all...]
H A Dftp_var.h243 GLOBAL int curtype; /* current file transfer type */
234 GLOBAL int curtype; /* current file transfer type */ global() variable
H A Dcmds.c265 curtype = type = p->t_type; in set_type()
282 if (newtype == curtype) in changetype()
297 curtype = newtype; in changetype()
H A Dutil.c152 curtype = TYPE_A; in setpeer()
/netbsd-src/external/cddl/osnet/dist/common/acl/
H A 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()