OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curtype
(Results
1 - 4
of
4
) 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/usr.bin/ftp/
ftp_var.h
235
GLOBAL int
curtype
; /* current file transfer type */
variable
/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 60 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026