Home
last modified time | relevance | path

Searched refs:this_identifier_node (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Duninit-A.c41 extern tree current_class, this_identifier_node;
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h538 #define this_identifier_node \ macro
1686 && EXPR_WFL_NODE (TREE_OPERAND (NODE, 0)) == this_identifier_node)
H A Dparse.c4175 tree wfl = build_wfl_node (this_identifier_node); in yyparse()
5090 tree wfl = build_wfl_node (this_identifier_node); in yyparse()
8038 tree parms = tree_cons (this_identifier_node,
8084 build_wfl_node (this_identifier_node));
8337 TREE_PURPOSE (arg) = this_identifier_node;
13288 && EXPR_WFL_NODE (qual_wfl) == this_identifier_node)
13930 this_identifier_node)
14994 if (name == this_identifier_node)
15002 this_identifier_node)
16149 node_to_insert = wfl = build_wfl_node (this_identifier_node);
[all …]
H A Dparse.y1252 tree wfl = build_wfl_node (this_identifier_node);
1977 tree wfl = build_wfl_node (this_identifier_node);
4473 tree parms = tree_cons (this_identifier_node,
4519 build_wfl_node (this_identifier_node));
4772 TREE_PURPOSE (arg) = this_identifier_node;
9723 && EXPR_WFL_NODE (qual_wfl) == this_identifier_node)
10365 this_identifier_node)
11429 if (name == this_identifier_node)
11437 this_identifier_node)
12584 node_to_insert = wfl = build_wfl_node (this_identifier_node);
[all …]
H A Dcheck-init.c489 && DECL_NAME (exp) != this_identifier_node)
H A Ddecl.c604 this_identifier_node = get_identifier ("this"); in java_init_decl_processing()
H A Dexpr.c1574 && DECL_NAME (self_value) == this_identifier_node));
H A DChangeLog12186 * decl.c, java-tree.h (this_identifier_node, super_identifier_node,