HomeSort by: relevance | last modified time | path
    Searched refs:fundef (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/
tree.h 95 struct fundef { struct
114 struct fundef *fundef; member in union:binding_value::value
278 struct fundef *func;
dhcpd.h 2406 int fundef_dereference (struct fundef **, const char *, int);
2565 int fundef_allocate (struct fundef **, const char *, int);
2566 int fundef_reference (struct fundef **,
2567 struct fundef *, const char *, int);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 168 constexpr_fundef_hasher::hash (const constexpr_fundef *fundef)
170 return DECL_UID (fundef->decl);
181 constexpr_fundef fundef = { fun, NULL_TREE, NULL_TREE, NULL_TREE };
182 return constexpr_fundef_table->find (&fundef);
1058 constexpr_fundef *fundef; variable
1238 if (!constexpr_fundef_hasher::equal (lhs->fundef, rhs->fundef))
1271 get_fundef_copy (constexpr_fundef *fundef)
1276 (fundef_copies_table, fundef->decl, &existed, 127));
1283 copy = build_tree_list (fundef->body, fundef->parms)
    [all...]
  /src/external/mpl/dhcp/dist/common/
alloc.c 578 struct fundef **cptr;
582 struct fundef *rval;
584 rval = dmalloc (sizeof (struct fundef), file, line);
592 struct fundef **ptr;
593 struct fundef *src;
610 *ptr = (struct fundef *)0;
tree.c 573 s = binding -> value -> value.fundef -> args;
619 binding->value->value.fundef->statements, NULL));
772 if (bv -> value.fundef == obv -> value.fundef)
3835 struct fundef **ptr;
3839 struct fundef *bp;
3875 *ptr = (struct fundef *)0;
execute.c 411 (&binding->value->value.fundef,
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 206 constexpr_fundef_hasher::hash (const constexpr_fundef *fundef)
208 return DECL_UID (fundef->decl);
219 constexpr_fundef fundef = { fun, NULL_TREE, NULL_TREE, NULL_TREE };
220 return constexpr_fundef_table->find (&fundef);
1115 constexpr_fundef *fundef; variable
1424 if (!constexpr_fundef_hasher::equal (lhs->fundef, rhs->fundef))
1457 get_fundef_copy (constexpr_fundef *fundef)
1462 (fundef_copies_table, fundef->decl, &existed, 127));
1469 copy = build_tree_list (fundef->body, fundef->parms)
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 177 static void fundef(P1ND *tp, P1ND *p);
309 fundef(mkty(INT, 0, 0), $1);
312 | declaration_specifiers declarator { fundef($1,$2); }
1798 fundef(P1ND *tp, P1ND *p)
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 176 static struct symtab *fundef(NODE *tp, NODE *p);
282 $$ = fundef(mkty(INT, 0, 0), $1);
285 | declaration_specifiers declarator { $$ = fundef($1,$2); }
1745 fundef(NODE *tp, NODE *p)

Completed in 36 milliseconds