Home
last modified time | relevance | path

Searched refs:requires_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
3511 requires_type = (TREE_CODE (parm) == TYPE_DECL
3539 if (requires_type && ! is_type && TREE_CODE (arg) == SCOPE_REF
3549 if (is_type != requires_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
3980 requires_type = (TREE_CODE (parm) == TYPE_DECL in convert_template_argument()
3995 if (requires_type && ! is_type && TREE_CODE (arg) == SCOPE_REF in convert_template_argument()
4007 if (is_type != requires_type) in convert_template_argument()