Searched refs:is_tmpl_type (Results 1 – 2 of 2) sorted by relevance
3493 int is_type, requires_type, is_tmpl_type, requires_tmpl_type; local3515 is_tmpl_type = ((TREE_CODE (arg) == TEMPLATE_DECL3524 is_tmpl_type = requires_tmpl_type;3528 is_tmpl_type = 0;3530 if (is_tmpl_type3534 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)
3965 int is_type, requires_type, is_tmpl_type, requires_tmpl_type; in convert_template_argument() local3983 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()