Home
last modified time | relevance | path

Searched refs:type_id (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcxx-pretty-print.c598 type_id (TREE_TYPE (t)); in postfix_expression()
606 type_id (TREE_TYPE (t)); in postfix_expression()
684 pp->type_id (type); in pp_cxx_new_expression()
776 type_id (TREE_OPERAND (t, 0)); in unary_expression()
796 type_id (TREE_OPERAND (t, 0)); in unary_expression()
841 pp->type_id (TREE_TYPE (t)); in pp_cxx_cast_expression()
1558 pp->type_id (type); in pp_cxx_exception_specification()
1843 pp->type_id (arg); in pp_cxx_template_argument_list()
2374 pp->type_id (t); in pp_cxx_typeid_expression()
2387 pp->type_id (TREE_TYPE (t)); in pp_cxx_va_arg_expression()
[all …]
H A Dcxx-pretty-print.h45 void type_id (tree);
H A Derror.c1335 pp->type_id (t); in dump_decl()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_genn.c70 .offset = offsetof(OTHERNAME, type_id),
410 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0) in OTHERNAME_cmp()
497 oth->type_id = oid; in GENERAL_NAME_set0_othername()
510 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
H A Dx509_alt.c734 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername()
737 gen->d.otherName->type_id = NULL; in do_othername()
738 if (!gen->d.otherName->type_id) in do_othername()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-objc-common.c147 cpp->type_id (t); in c_tree_printer()
157 cpp2.type_id (TYPE_CANONICAL (t)); in c_tree_printer()
177 cpp->type_id (TYPE_CANONICAL (t)); in c_tree_printer()
/dragonfly/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c458 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id, in cd9660node_susp_create_node() argument
468 temp->type_of[0] = type_id[0]; in cd9660node_susp_create_node()
469 temp->type_of[1] = type_id[1]; in cd9660node_susp_create_node()
477 temp->attr.su_entry.SP.h.type[0] = type_id[0]; in cd9660node_susp_create_node()
478 temp->attr.su_entry.SP.h.type[1] = type_id[1]; in cd9660node_susp_create_node()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-pretty-print.h75 c_pretty_print_fn type_id; member
122 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
H A Dc-pretty-print.c2314 pp->type_id = pp_c_type_id; in pp_c_pretty_printer_init()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-pretty-print.h67 virtual void type_id (tree);
H A Dc-pretty-print.c199 pp->type_id (t); in pp_c_type_cast()
613 c_pretty_printer::type_id (tree t) in type_id() function
1605 type_id (type); in postfix_expression()
1646 type_id (TREE_TYPE (e)); in postfix_expression()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgengtype.c613 char *type_id = strtoken (arg, ",>", &next); in create_user_defined_type() local
615 while (type_id) in create_user_defined_type()
621 const char *star = strchr (type_id, '*'); in create_user_defined_type()
623 size_t offset_to_star = star - type_id; in create_user_defined_type()
625 offset_to_star = star - type_id; in create_user_defined_type()
627 if (strstr (type_id, "char*")) in create_user_defined_type()
629 type_id = strtoken (0, ",>", &next); in create_user_defined_type()
633 char *field_name = xstrdup (type_id); in create_user_defined_type()
648 type_id = strtoken (0, ",>", &next); in create_user_defined_type()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509v3.h166 ASN1_OBJECT *type_id; member
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcxx-pretty-print.c2438 pp->c_base.type_id = (pp_fun) pp_cxx_type_id; in pp_cxx_pretty_printer_init()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dhttp_curl.c220 res = OBJ_obj2txt(txt, sizeof(txt), o->type_id, 1); in add_alt_name_othername()