Home
last modified time | relevance | path

Searched refs:is_tmpl_type (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c3493 int is_type, requires_type, is_tmpl_type, requires_tmpl_type; local
3515 is_tmpl_type = ((TREE_CODE (arg) == TEMPLATE_DECL
3524 is_tmpl_type = requires_tmpl_type;
3528 is_tmpl_type = 0;
3530 if (is_tmpl_type
3534 else if (is_tmpl_type && TREE_CODE (arg) == RECORD_TYPE)
3537 is_type = TYPE_P (arg) || is_tmpl_type;
3560 (is_tmpl_type ? DECL_NAME (arg) : arg));
3567 if (is_tmpl_type ^ requires_tmpl_type)
3573 if (is_tmpl_type)
/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c3965 int is_type, requires_type, is_tmpl_type, requires_tmpl_type; in convert_template_argument() local
3983 is_tmpl_type = ((TREE_CODE (arg) == TEMPLATE_DECL in convert_template_argument()
3988 if (is_tmpl_type in convert_template_argument()
3993 is_type = TYPE_P (arg) || is_tmpl_type; in convert_template_argument()
4019 (is_tmpl_type ? DECL_NAME (arg) : arg)); in convert_template_argument()
4028 if (is_tmpl_type ^ requires_tmpl_type) in convert_template_argument()
4035 if (is_tmpl_type) in convert_template_argument()