Searched defs:tparm (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/lib/libterminfo/ |
H A D | tparm.c | 628 tparm(const char *str, in tparm() function
|
H A D | term.h | 1993 # define tparm tiparm macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 8014 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); in template_template_parm_bindings_ok_p() local 13915 tree tparm = build_this_parm (r, closure, type_memfn_quals (type)); in tsubst_function_decl() local 22145 tree tparm = TREE_VEC_ELT (tparms, i); in type_unification_real() local 22220 tree tparm = TREE_VEC_ELT (tparms, i); in type_unification_real() local 23221 tree tparm; in unify() local
|
H A D | parser.c | 4355 tree tparm = TREE_VALUE (parmtypes); in lookup_literal_operator() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 8232 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); in template_template_parm_bindings_ok_p() local 14322 tree tparm = build_this_parm (r, closure, type_memfn_quals (type)); in tsubst_function_decl() local 23016 tree tparm = TREE_VEC_ELT (tparms, i); in type_unification_real() local 23094 tree tparm = TREE_VEC_ELT (tparms, i); in type_unification_real() local 24125 tree tparm; in unify() local
|
H A D | parser.cc | 4571 tree tparm = TREE_VALUE (parmtypes); in lookup_literal_operator() local
|