Home
last modified time | relevance | path

Searched refs:gen_type (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-aux-info.c41 static const char *gen_type (const char *, tree, formals_style);
121 this_type = gen_type ("", TREE_VALUE (formal_type), ansi); in gen_formal_list_for_type()
273 gen_type (const char *ret_val, tree t, formals_style style) in gen_type() function
297 ret_val = gen_type (ret_val, TREE_TYPE (t), style); in gen_type()
303 ret_val = gen_type (concat (ret_val, "[]", NULL), in gen_type()
306 ret_val = gen_type (concat (ret_val, "[0]", NULL), in gen_type()
314 ret_val = gen_type (concat (ret_val, buff, NULL), in gen_type()
320 ret_val = gen_type (concat (ret_val, in gen_type()
504 ret_val = gen_type (ret_val, TREE_TYPE (TREE_TYPE (decl)), style); in gen_decl()
507 ret_val = gen_type (ret_val, TREE_TYPE (decl), style); in gen_decl()
/dragonfly/contrib/gcc-4.7/gcc/
HDc-aux-info.c45 static const char *gen_type (const char *, tree, formals_style);
125 this_type = gen_type ("", TREE_VALUE (formal_type), ansi); in gen_formal_list_for_type()
277 gen_type (const char *ret_val, tree t, formals_style style) in gen_type() function
299 ret_val = gen_type (ret_val, TREE_TYPE (t), style); in gen_type()
305 ret_val = gen_type (concat (ret_val, "[]", NULL), in gen_type()
308 ret_val = gen_type (concat (ret_val, "[0]", NULL), in gen_type()
315 ret_val = gen_type (concat (ret_val, buff, NULL), in gen_type()
321 ret_val = gen_type (concat (ret_val, in gen_type()
503 ret_val = gen_type (ret_val, TREE_TYPE (TREE_TYPE (decl)), style); in gen_decl()
506 ret_val = gen_type (ret_val, TREE_TYPE (decl), style); in gen_decl()
/dragonfly/crypto/libressl/crypto/x509/
HDx509_conf.c260 int gen_type = 0; in v3_check_generic() local
265 gen_type = 1; in v3_check_generic()
268 gen_type = 2; in v3_check_generic()
275 return gen_type; in v3_check_generic()
280 v3_generic_extension(const char *ext, const char *value, int crit, int gen_type, in v3_generic_extension() argument
295 if (gen_type == 1) in v3_generic_extension()
297 else if (gen_type == 2) in v3_generic_extension()
300 ERR_asprintf_error_data("Unexpected generic extension type %d", gen_type); in v3_generic_extension()
HDx509_alt.c525 X509V3_CTX *ctx, int gen_type, const char *value, int is_nc) in a2i_GENERAL_NAME() argument
545 switch (gen_type) { in a2i_GENERAL_NAME()
603 gen->type = gen_type; in a2i_GENERAL_NAME()
/dragonfly/crypto/libressl/include/openssl/
HDx509v3.h693 int gen_type, const char *value, int is_nc);