Searched refs:gen_type (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | c-aux-info.c | 48 static const char *gen_type (const char *, tree, formals_style); 128 this_type = gen_type ("", TREE_VALUE (formal_type), ansi); in gen_formal_list_for_type() 302 gen_type (const char *ret_val, tree t, formals_style style) in gen_type() function 324 ret_val = gen_type (ret_val, TREE_TYPE (t), style); in gen_type() 330 ret_val = gen_type (concat (ret_val, "[]", NULL), in gen_type() 333 ret_val = gen_type (concat (ret_val, "[0]", NULL), in gen_type() 340 ret_val = gen_type (concat (ret_val, buff, NULL), in gen_type() 346 ret_val = gen_type (concat (ret_val, in gen_type() 527 ret_val = gen_type (ret_val, TREE_TYPE (TREE_TYPE (decl)), style); in gen_decl() 530 ret_val = gen_type (ret_val, TREE_TYPE (decl), style); in gen_decl()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-aux-info.c | 46 static const char *gen_type PARAMS ((const char *, tree, formals_style)); 129 this_type = gen_type ("", TREE_VALUE (formal_type), ansi); 306 gen_type (ret_val, t, style) in gen_type() function 331 ret_val = gen_type (ret_val, TREE_TYPE (t), style); 337 ret_val = gen_type (concat (ret_val, "[]", NULL), 340 ret_val = gen_type (concat (ret_val, "[0]", NULL), 347 ret_val = gen_type (concat (ret_val, buff, NULL), 353 ret_val = gen_type (concat (ret_val, 537 ret_val = gen_type (ret_val, TREE_TYPE (TREE_TYPE (decl)), style); 540 ret_val = gen_type (ret_val, TREE_TYPE (decl), style);
|
H A D | ChangeLog.1 | 3748 gen_formal_list_for_type, gen_formal_list_for_func_def, gen_type): 10777 * c-aux-info.c (gen_type): Likewise. Deal with `restrict'.
|
H A D | FSFChangeLog.10 | 5094 * c-aux-info.c (gen_type): Handle ERROR_MARK.
|
H A D | ChangeLog.0 | 4766 * c-aux-info.c (gen_type): Use DECL_NAME only for TYPE_DECL.
|
H A D | ChangeLog.3 | 9504 * c-aux-info.c (gen_type): Use them.
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_conf.c | 254 int gen_type = 0; in v3_check_generic() local 259 gen_type = 1; in v3_check_generic() 262 gen_type = 2; in v3_check_generic() 269 return gen_type; in v3_check_generic() 274 v3_generic_extension(const char *name, const char *value, int crit, int gen_type, in v3_generic_extension() argument 289 if (gen_type == 1) in v3_generic_extension() 291 else if (gen_type == 2) in v3_generic_extension() 294 ERR_asprintf_error_data("Unexpected generic extension type %d", gen_type); in v3_generic_extension()
|
H A D | x509_alt.c | 554 X509V3_CTX *ctx, int gen_type, const char *value, int is_nc) in a2i_GENERAL_NAME() argument 574 switch (gen_type) { in a2i_GENERAL_NAME() 632 gen->type = gen_type; in a2i_GENERAL_NAME()
|
H A D | x509v3.h | 596 int gen_type, const char *value, int is_nc);
|
/openbsd/sys/dev/pci/drm/i915/gvt/ |
H A D | cmd_parser.c | 3209 unsigned int gen_type = intel_gvt_get_device_type(gvt); in init_cmd_table() local 3215 if (!(cmd_info[i].devices & gen_type)) in init_cmd_table()
|