Searched refs:perm_tree_cons (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Drepo.c147 pending_repo = perm_tree_cons (NULL_TREE, id, pending_repo);
161 pending_repo = perm_tree_cons (NULL_TREE, t, pending_repo);
181 pending_repo = perm_tree_cons (NULL_TREE, fn, pending_repo);
349 original_repo = perm_tree_cons (orig, id, original_repo);
H A Dpt.c888 = perm_tree_cons (args, spec, DECL_TEMPLATE_SPECIALIZATIONS (tmpl));
1502 = perm_tree_cons (tmpl, targs, NULL_TREE);
2184 = perm_tree_cons (inner_args, inner_parms,
2455 perm_tree_cons (tmpl, args, NULL_TREE);
2511 info = perm_tree_cons (tmpl, args, NULL_TREE);
3531 *template_tail = perm_tree_cons
3703 = perm_tree_cons (template2, arglist2, NULL_TREE);
5748 = perm_tree_cons (gen_tmpl, argvec, NULL_TREE);
5913 DECL_TEMPLATE_INFO (r) = perm_tree_cons (tmpl, argvec, NULL_TREE);
6336 = perm_tree_cons (TYPE_NAM
[all...]
H A Ddecl2.c3175 parm_types = perm_tree_cons (NULL_TREE, integer_type_node, parm_types);
3176 parm_types = perm_tree_cons (NULL_TREE, integer_type_node, parm_types);
4435 = perm_tree_cons (used, namespace_ancestor (user, used),
4442 = perm_tree_cons (user, 0, DECL_NAMESPACE_USERS (used));
H A Ddecl.c2843 b->tags = perm_tree_cons (name, type, b->tags);
4554 ud = perm_tree_cons (used, ancestor, ud);
8651 static_aggregates = perm_tree_cons (init, decl, static_aggregates);
8963 = perm_tree_cons (TREE_OPERAND (orig_declarator, 0),
14697 static_ctors = perm_tree_cons (NULL_TREE, fndecl, static_ctors);
14699 static_dtors = perm_tree_cons (NULL_TREE, fndecl, static_dtors);
H A Dlex.c4900 = perm_tree_cons (NULL_TREE,
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c2202 *chain = perm_tree_cons (proto, ident, NULL_TREE);
2234 *chain = perm_tree_cons (expr, ident, NULL_TREE);
2296 TREE_CHAIN (tail) = perm_tree_cons (NULL_TREE, ident, NULL_TREE);
2299 cls_ref_chain = perm_tree_cons (NULL_TREE, ident, NULL_TREE);
2324 *chain = perm_tree_cons (decl, ident, NULL_TREE);
2377 *chain = perm_tree_cons (decl, ident, NULL_TREE);
6200 implemented_classes = perm_tree_cons (NULL_TREE, class_name,
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-decl.c1482 b->tags = perm_tree_cons (name, type, b->tags);
6976 type = perm_tree_cons (NULL_TREE, DECL_ARG_TYPE (parm),
6984 type = perm_tree_cons (NULL_TREE, void_type_node, NULL_TREE);
7330 static_ctors = perm_tree_cons (NULL_TREE, fndecl, static_ctors);
7339 static_dtors = perm_tree_cons (NULL_TREE, fndecl, static_dtors);
H A Dtree.h1655 extern tree perm_tree_cons PROTO((tree, tree, tree));
H A Dtree.c2161 perm_tree_cons (purpose, value, chain)
2149 perm_tree_cons (purpose, value, chain) function
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtasking.c409 return perm_tree_cons (code_decl, struct_decl, NULL_TREE);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexpr.c265 quick_stack = perm_tree_cons (NULL_TREE, value, quick_stack);

Completed in 192 milliseconds