Lines Matching defs:node

1160 /* A mapping from a token type to a corresponding tree node type, with a
1472 Sometimes, they will return an ordinary node if error-recovery was
2549 tree node;
2552 node = cp_parser_identifier (parser);
2553 if (node == ridpointers [(int) RID_READONLY])
2558 else if (node == ridpointers [(int) RID_GETTER]
2559 || node == ridpointers [(int) RID_SETTER])
2568 if (node == ridpointers [(int) RID_GETTER])
2586 else if (node == ridpointers [(int) RID_NONATOMIC])
2755 an unresolved identifier node, we can provide a superior diagnostic
4958 Returns a TREE_LIST. The TREE_VALUE of each node is a
7020 tree node;
7053 node = token->u.value;
7054 if (node && TREE_CODE (node) == IDENTIFIER_NODE
7055 && node == ridpointers [(int) RID_IN])
8929 Returns a TREE_LIST. Each node represents a template parameter.
10691 TEMPLATE_DECL tree node here. However, we need to check
14689 which they were declared. The representation of each node is as
14871 TREE_VALUE of each node is a type. */
14922 Returns a TREE_LIST. The TREE_VALUE of each node is a TYPE,
15178 each node is the expression. The TREE_PURPOSE is itself a
15240 appeared. The TREE_VALUE of each node is a STRING_CST. */
15331 Returns a TREE_LIST, or NULL_TREE on error. Each node corresponds
15332 to an attribute. The TREE_PURPOSE of each node is the identifier
17917 tree quals = NULL_TREE, node;
17920 node = token->u.value;
17922 while (node && TREE_CODE (node) == IDENTIFIER_NODE
17923 && (node == ridpointers [(int) RID_IN]
17924 || node == ridpointers [(int) RID_OUT]
17925 || node == ridpointers [(int) RID_INOUT]
17926 || node == ridpointers [(int) RID_BYCOPY]
17927 || node == ridpointers [(int) RID_BYREF]
17928 || node == ridpointers [(int) RID_ONEWAY]))
17930 quals = tree_cons (NULL_TREE, node, quals);
17933 node = token->u.value;
18606 node, lest it get absorbed into the surrounding block. */
18631 node, lest it get absorbed into the surrounding block. */
18661 node, lest it get absorbed into the surrounding block. */
20551 If KIND is nonzero, create the appropriate node and install the decl
20552 in OMP_CLAUSE_DECL and add the node to the head of the list.
21009 outer node. So it is convenient if we work around the fact that