Searched refs:anode (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dattribs.c152 tree *anode = node;
189 if (spec->decl_required && !DECL_P (*anode))
211 if (spec->type_required && DECL_P (*anode))
213 anode = &TREE_TYPE (*anode);
217 if (spec->function_type_required && TREE_CODE (*anode) != FUNCTION_TYPE
218 && TREE_CODE (*anode) != METHOD_TYPE)
220 if (TREE_CODE (*anode) == POINTER_TYPE
221 && (TREE_CODE (TREE_TYPE (*anode)) == FUNCTION_TYPE
222 || TREE_CODE (TREE_TYPE (*anode))
151 tree *anode = node; local
[all...]
H A Dvar-tracking.c2242 attrs anode, anext; local
2250 for (anode = *anextp; anode; anode = anext)
2252 anext = anode->next;
2253 if (anode->decl == decl
2254 && anode->offset == offset)
2256 pool_free (attrs_pool, anode);

Completed in 111 milliseconds