HomeSort by: relevance | last modified time | path
    Searched defs:tparm (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libterminfo/
tparm.c 1 /* $NetBSD: tparm.c,v 1.19 2021/08/27 18:40:28 rillig Exp $ */
31 __RCSID("$NetBSD: tparm.c,v 1.19 2021/08/27 18:40:28 rillig Exp $");
628 tparm(const char *str, function
tparm.c 1 /* $NetBSD: tparm.c,v 1.19 2021/08/27 18:40:28 rillig Exp $ */
31 __RCSID("$NetBSD: tparm.c,v 1.19 2021/08/27 18:40:28 rillig Exp $");
628 tparm(const char *str, function
term.h 1961 char * tparm(const char *, long, long, long, long, long,
1977 /* Using tparm can be kunkly, so provide a variadic function
1991 /* Default to X/Open tparm, but allow it to be variadic also */
1993 # define tparm tiparm macro
term.h 1961 char * tparm(const char *, long, long, long, long, long,
1977 /* Using tparm can be kunkly, so provide a variadic function
1991 /* Default to X/Open tparm, but allow it to be variadic also */
1993 # define tparm tiparm macro
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 8250 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); local
8253 if (TREE_CODE (tparm) == TEMPLATE_DECL && targ)
8290 (DECL_TEMPLATE_PARMS (tparm),
8293 tparm,
14353 tree tparm = build_this_parm (r, closure, type_memfn_quals (type));
14354 DECL_NAME (tparm) = closure_identifier;
14355 DECL_CHAIN (tparm) = parms;
14356 parms = tparm;
23048 tree tparm = TREE_VEC_ELT (tparms, i);
23058 if (targ || tparm == error_mark_node
    [all...]
pt.cc 8250 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); local
8253 if (TREE_CODE (tparm) == TEMPLATE_DECL && targ)
8290 (DECL_TEMPLATE_PARMS (tparm),
8293 tparm,
14353 tree tparm = build_this_parm (r, closure, type_memfn_quals (type));
14354 DECL_NAME (tparm) = closure_identifier;
14355 DECL_CHAIN (tparm) = parms;
14356 parms = tparm;
23048 tree tparm = TREE_VEC_ELT (tparms, i);
23058 if (targ || tparm == error_mark_node
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 8387 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); local
8390 if (TREE_CODE (tparm) == TEMPLATE_DECL && targ)
8423 (tparm,
8426 tparm,
14723 tree tparm = build_this_parm (r, closure, type_memfn_quals (type));
14724 DECL_NAME (tparm) = closure_identifier;
14725 DECL_CHAIN (tparm) = parms;
14726 parms = tparm;
23557 tree tparm = TREE_VEC_ELT (tparms, i);
23567 if (targ || tparm == error_mark_node
14722 tree tparm = build_this_parm (r, closure, type_memfn_quals (type)); local
23556 tree tparm = TREE_VEC_ELT (tparms, i); local
23635 tree tparm = TREE_VEC_ELT (tparms, i); local
24663 tree tparm; local
30745 tree tparm = TREE_VEC_ELT (tparms, i); local
    [all...]
pt.cc 8387 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); local
8390 if (TREE_CODE (tparm) == TEMPLATE_DECL && targ)
8423 (tparm,
8426 tparm,
14723 tree tparm = build_this_parm (r, closure, type_memfn_quals (type));
14724 DECL_NAME (tparm) = closure_identifier;
14725 DECL_CHAIN (tparm) = parms;
14726 parms = tparm;
23557 tree tparm = TREE_VEC_ELT (tparms, i);
23567 if (targ || tparm == error_mark_node
14722 tree tparm = build_this_parm (r, closure, type_memfn_quals (type)); local
23556 tree tparm = TREE_VEC_ELT (tparms, i); local
23635 tree tparm = TREE_VEC_ELT (tparms, i); local
24663 tree tparm; local
30745 tree tparm = TREE_VEC_ELT (tparms, i); local
    [all...]

Completed in 189 milliseconds