Home
last modified time | relevance | path

Searched refs:encode_type (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/regress/lib/libcrypto/x509/
H A Dx509_asn1.c497 int encode_type; member
536 if (!X509_NAME_ENTRY_set_data(entry, test->encode_type, in test_x509_name_get()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c209 static void encode_type PARAMS ((tree, int, int));
2781 encode_type (TREE_TYPE (TREE_TYPE (func_decl)),
2815 encode_type (TREE_TYPE (parms),
5417 encode_type (type, obstack_object_size (&util_obstack),
6611 encode_type (pointer_to, curtype, format);
6636 encode_type (array_of, curtype, format);
6814 encode_type (type, curtype, format) in encode_type() function
6966 encode_type (TREE_TYPE (field_decl), curtype, format);
6975 encode_type (TREE_TYPE (field_decl), curtype, format);
7382 encode_type (TREE_TYPE (TREE_TYPE (func_decl)),
[all …]
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c223 static void encode_type (tree, int, int);
4290 encode_type (objc_method_parm_type (method_decl), in encode_method_prototype()
4331 encode_type (type, obstack_object_size (&util_obstack), in encode_method_prototype()
6685 encode_type (type, obstack_object_size (&util_obstack), in objc_build_encode_expr()
7908 encode_type (pointer_to, curtype, format); in encode_pointer()
7933 encode_type (array_of, curtype, format); in encode_array()
8066 encode_type (tree type, int curtype, int format) in encode_type() function
8128 encode_type (TREE_TYPE (type), curtype, format); in encode_type()
8215 encode_type (TREE_TYPE (field_decl), curtype, format); in encode_field_decl()
H A DChangeLog76 * objc/objc-act.c (encode_type): Encode Complex types as 'j' followed
539 * obj-act.c (encode_type): 96bits doubles are encoded the
803 (encode_type): Handle the 'const' qualifier here.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.14543 * objc/objc-act.c (encode_type): Temporary revert to the old
4819 * objc/objc-act.c (encode_type): Encode the type instead of
H A DChangeLog.39850 (encode_type, encode_complete_bitfield): Use integer_zerop.