Searched refs:gen_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-aux-info.c48 static const char *gen_type (const char *, tree, formals_style);
129 this_type = gen_type ("", TREE_VALUE (formal_type), ansi);
287 is treated as a "seed". Each time gen_type is called (perhaps recursively)
291 then the (wrapped) seed is passed to a (recursive) invocation of gen_type()
298 value) to the initial caller of the gen_type() routine. All that remains
303 gen_type (const char *ret_val, tree t, formals_style style)
325 ret_val = gen_type (ret_val, TREE_TYPE (t), style);
331 ret_val = gen_type (concat (ret_val, "[]", NULL),
334 ret_val = gen_type (concat (ret_val, "[0]", NULL),
341 ret_val = gen_type (conca
302 gen_type (const char *ret_val, tree t, formals_style style) function
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c244 int gen_type = 0; local
248 gen_type = 1;
251 gen_type = 2;
258 return gen_type;
263 int crit, int gen_type,
278 if (gen_type == 1)
280 else if (gen_type == 2)
262 v3_generic_extension(const char *ext, char *value, int crit, int gen_type, X509V3_CTX *ctx) argument

Completed in 152 milliseconds