Searched refs:BINDING_VALUE (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dptree.c162 print_node (file, "value", BINDING_VALUE (node), indent+4);
H A Ddecl.c1114 BINDING_VALUE (binding) = decl;
1142 else if (!BINDING_VALUE (binding))
1146 BINDING_VALUE (binding) = decl;
1147 else if (TREE_CODE (BINDING_VALUE (binding)) == TYPE_DECL
1148 && DECL_ARTIFICIAL (BINDING_VALUE (binding)))
1151 BINDING_VALUE because it was thought, at the point it was
1155 BINDING_TYPE (binding) = BINDING_VALUE (binding);
1156 BINDING_VALUE (binding) = decl;
1163 BINDING_VALUE (binding));
1242 IDENTIFIER_CLASS_VALUE (id) = BINDING_VALUE (IDENTIFIER_BINDIN
[all...]
H A Ddecl2.c4493 val = BINDING_VALUE (new);
4517 if (!BINDING_VALUE (old))
4518 BINDING_VALUE (old) = val;
4519 else if (val && val != BINDING_VALUE (old))
4521 if (is_overloaded_fn (BINDING_VALUE (old))
4524 BINDING_VALUE (old) = merge_functions (BINDING_VALUE (old),
4533 BINDING_VALUE (old) is error_mark_node, so let's not
4535 if (BINDING_VALUE (old) != error_mark_node)
4539 BINDING_VALUE (ol
[all...]
H A Dcp-tree.h141 /* Nonzero if BINDING_VALUE is from a base class of the class which is
154 #define BINDING_VALUE(NODE) (((struct tree_binding*)NODE)->value) macro
239 BINDING_VALUE is a DECL for the associated declaration. Thus,
251 ? BINDING_VALUE (IDENTIFIER_BINDING (NODE)) \
256 just a pointer to the BINDING_VALUE of one of the bindings in the
H A Dlex.c3062 id = BINDING_VALUE (id);

Completed in 145 milliseconds