Searched refs:ftparms (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 28542 tree ftparms = TREE_VALUE (tparms); in build_deduction_guide() local 28543 unsigned flen = TREE_VEC_LENGTH (ftparms); in build_deduction_guide() 28562 tree oldelt = TREE_VEC_ELT (ftparms, i); in build_deduction_guide() 28805 tree ftparms = INNERMOST_TEMPLATE_PARMS (DECL_TEMPLATE_PARMS (f)); in alias_ctad_tweaks() local 28806 unsigned len = TREE_VEC_LENGTH (ftparms); in alias_ctad_tweaks() 28808 int err = unify (ftparms, targs, ret, utype, UNIFY_ALLOW_NONE, false); in alias_ctad_tweaks() 28831 tree oldlist = TREE_VEC_ELT (ftparms, i); in alias_ctad_tweaks()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 29525 tree ftparms = TREE_VALUE (tparms); in build_deduction_guide() local 29526 unsigned flen = TREE_VEC_LENGTH (ftparms); in build_deduction_guide() 29545 tree oldelt = TREE_VEC_ELT (ftparms, i); in build_deduction_guide() 29871 tree ftparms = INNERMOST_TEMPLATE_PARMS (DECL_TEMPLATE_PARMS (f)); in alias_ctad_tweaks() local 29872 unsigned len = TREE_VEC_LENGTH (ftparms); in alias_ctad_tweaks() 29874 int err = unify (ftparms, targs, ret, utype, UNIFY_ALLOW_NONE, false); in alias_ctad_tweaks() 29902 tree oldlist = TREE_VEC_ELT (ftparms, i); in alias_ctad_tweaks()
|