Searched refs:IDENTIFIER_CLASS_VALUE (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dptree.c143 print_node (file, "class", IDENTIFIER_CLASS_VALUE (node), indent + 4);
H A Dinit.c288 field = IDENTIFIER_CLASS_VALUE (name);
337 IDENTIFIER_CLASS_VALUE (name));
741 field = IDENTIFIER_CLASS_VALUE (name);
1090 if (IDENTIFIER_CLASS_VALUE (name))
H A Ddecl.c666 the IDENTIFIER_CLASS_VALUE before we entered the class. Thus,
668 IDENTIFIER_CLASS_VALUE by walking this list. The TREE_TYPE is
1237 /* Update the IDENTIFIER_CLASS_VALUE for this ID to be the
1242 IDENTIFIER_CLASS_VALUE (id) = BINDING_VALUE (IDENTIFIER_BINDING (id));
1764 of IDENTIFIER_CLASS_VALUE to NULL_TREE, since first of all this slot
1776 IDENTIFIER_CLASS_VALUE (TREE_PURPOSE (shadowed)) = NULL_TREE;
1796 IDENTIFIER_CLASS_VALUE (TREE_PURPOSE (shadowed))
1834 /* We are entering the scope of a class. Clear IDENTIFIER_CLASS_VALUE
1848 IDENTIFIER_CLASS_VALUE (TREE_PURPOSE (t)) = NULL_TREE;
2462 /* Note that we may have an IDENTIFIER_CLASS_VALUE eve
[all...]
H A Dsearch.c1380 && IDENTIFIER_CLASS_VALUE (name))
1382 tree field = IDENTIFIER_CLASS_VALUE (name);
2972 if (IDENTIFIER_CLASS_VALUE (name))
H A Dmethod.c2502 if (IDENTIFIER_CLASS_VALUE (DECL_NAME (field)) != field)
2602 if (IDENTIFIER_CLASS_VALUE (DECL_NAME (field)) != field)
H A Dclass.c4757 If MODIFY is 1, we set IDENTIFIER_CLASS_VALUE's of names
4761 If MODIFY is 2, we set IDENTIFIER_CLASS_VALUE's of names
4765 If MODIFY is 3, we set IDENTIFIER_CLASS_VALUE of names
4776 the appropriate IDENTIFIER_CLASS_VALUE slot. The second pass merely
4778 appears in an ambiguous way, the IDENTIFIER_CLASS_VALUE of
4833 IDENTIFIER_CLASS_VALUE for the enclosing classes. */
4888 IDENTIFIER_CLASS_VALUE (TREE_PURPOSE (t)) = NULL_TREE;
5713 if (IDENTIFIER_CLASS_VALUE (name))
H A Dcp-tree.h254 /* If IDENTIFIER_CLASS_VALUE is set, then NODE is bound in the current
255 class, and IDENTIFIER_CLASS_VALUE is the value binding. This is
259 #define IDENTIFIER_CLASS_VALUE(NODE) \ macro
269 #define TIME_IDENTIFIER_FILEINFO(NODE) IDENTIFIER_CLASS_VALUE (NODE)
H A Dpt.c3623 (IDENTIFIER_CLASS_VALUE (d1));
7382 if (IDENTIFIER_CLASS_VALUE (id)
7383 && TREE_TYPE (IDENTIFIER_CLASS_VALUE (id)) == type)
H A Dlex.c3012 if (IDENTIFIER_CLASS_VALUE (token) == id)
H A Dcall.c131 && IDENTIFIER_CLASS_VALUE (name) == NULL_TREE)
H A Dtypeck.c2626 && (IDENTIFIER_CLASS_VALUE (TREE_PURPOSE (function))
/haiku-buildtools/gcc/gcc/java/
H A Djcf-parse.c1285 if ((icv = IDENTIFIER_CLASS_VALUE (name)) != NULL_TREE)
1360 class_decl = IDENTIFIER_CLASS_VALUE (name);
1384 if (IDENTIFIER_CLASS_VALUE (name) != NULL_TREE)
1386 tree tmp_decl = IDENTIFIER_CLASS_VALUE (name);
1408 tree type_decl = IDENTIFIER_CLASS_VALUE (saved);
H A Djava-tree.h611 E.g. IDENTIFIER_CLASS_VALUE(get_identifier ("java.lang.Number"))
613 #define IDENTIFIER_CLASS_VALUE(NODE) IDENTIFIER_GLOBAL_VALUE(NODE) macro
H A Dclass.c535 tree decl = IDENTIFIER_CLASS_VALUE (name);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c5592 tree idecl = IDENTIFIER_CLASS_VALUE (EXPR_WFL_NODE (current));
5614 tree decl = IDENTIFIER_CLASS_VALUE (q_name);
5658 decl = IDENTIFIER_CLASS_VALUE (class_id);
5681 if (TREE_TYPE (IDENTIFIER_CLASS_VALUE (class_id)) == object_type_node)
6404 tree decl = IDENTIFIER_CLASS_VALUE (EXPR_WFL_NODE (wfl));
6883 if ((new_class_decl = IDENTIFIER_CLASS_VALUE (TYPE_NAME (class_type))))
6888 return IDENTIFIER_CLASS_VALUE (TYPE_NAME (class_type));
6896 if (!(new_class_decl = IDENTIFIER_CLASS_VALUE (TYPE_NAME (class_type))))
6898 if ((new_class_decl = IDENTIFIER_CLASS_VALUE (TYPE_NAME (class_type))))
6903 return IDENTIFIER_CLASS_VALUE (TYPE_NAM
[all...]
H A Dparse.y2935 tree idecl = IDENTIFIER_CLASS_VALUE (EXPR_WFL_NODE (current));
2957 tree decl = IDENTIFIER_CLASS_VALUE (q_name);
3001 decl = IDENTIFIER_CLASS_VALUE (class_id);
3024 if (TREE_TYPE (IDENTIFIER_CLASS_VALUE (class_id)) == object_type_node)
3747 tree decl = IDENTIFIER_CLASS_VALUE (EXPR_WFL_NODE (wfl));
4226 if ((new_class_decl = IDENTIFIER_CLASS_VALUE (TYPE_NAME (class_type))))
4231 return IDENTIFIER_CLASS_VALUE (TYPE_NAME (class_type));
4239 if (!(new_class_decl = IDENTIFIER_CLASS_VALUE (TYPE_NAME (class_type))))
4241 if ((new_class_decl = IDENTIFIER_CLASS_VALUE (TYPE_NAME (class_type))))
4246 return IDENTIFIER_CLASS_VALUE (TYPE_NAM
[all...]
H A Djava-tree.h322 #define IDENTIFIER_CLASS_VALUE(NODE) IDENTIFIER_GLOBAL_VALUE(NODE) macro
H A Djcf-parse.c1018 if (!(icv = IDENTIFIER_CLASS_VALUE (class_name)))
H A Dclass.c214 tree decl = IDENTIFIER_CLASS_VALUE (name);

Completed in 409 milliseconds