Searched refs:scratch_tree_cons (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcall.c1700 types[i] = scratch_tree_cons
1703 types[i] = scratch_tree_cons
1720 types[i] = scratch_tree_cons (NULL_TREE, type, types[i]);
1727 types[i] = scratch_tree_cons (NULL_TREE, type, types[i]);
1733 types[i] = scratch_tree_cons (NULL_TREE, type, types[i]);
1739 types[i] = scratch_tree_cons
1746 types[i] = scratch_tree_cons (NULL_TREE, type, types[i]);
1750 types[i] = scratch_tree_cons (NULL_TREE, type, types[i]);
1967 args = scratch_tree_cons (NULL_TREE, vlist_zero_node, args);
1971 args = scratch_tree_cons (NULL_TRE
[all...]
H A Dsearch.c1309 lfi->ambiguous = scratch_tree_cons (NULL_TREE, lfi->rval,
1315 lfi->ambiguous = scratch_tree_cons (NULL_TREE, nval,
1462 rval = scratch_tree_cons (basetype_path, rval, NULL_TREE);
1730 = scratch_tree_cons (binfo,
3200 #define scratch_tree_cons expr_tree_cons
3224 *conversions = scratch_tree_cons (binfo, tmp, *conversions);
3193 #define scratch_tree_cons macro
H A Dclass.c3634 access_decls = scratch_tree_cons (NULL_TREE, x, access_decls);
5144 matches = scratch_tree_cons (fn, NULL_TREE, matches);
5203 matches = scratch_tree_cons (instantiation, fn, matches);
5213 matches = scratch_tree_cons (match, NULL_TREE, NULL_TREE);
5231 matches = scratch_tree_cons (NULL_TREE, OVL_CURRENT (overload),
H A Dpt.c1045 templates = scratch_tree_cons (targs, tmpl, templates);
1085 templates = scratch_tree_cons (targs, tmpl, NULL_TREE);
7485 parms = scratch_tree_cons (NULL_TREE, TREE_TYPE (fntype),
7487 args = scratch_tree_cons (NULL_TREE, return_type, TREE_CHAIN (args));
8830 candidates = scratch_tree_cons (NULL_TREE, candidate,
H A Ddecl2.c2312 *elems = scratch_tree_cons (NULL_TREE, decl, *elems);
5070 k.namespaces = scratch_tree_cons (current_decl_namespace (),
H A Dcp-tree.h3466 #define scratch_tree_cons expr_tree_cons
3456 #define scratch_tree_cons macro

Completed in 199 milliseconds