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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c3782 tree created_for;
5604 limbo_node->created_for = t;
14427 gcc_assert (node->created_for);
14429 if (DECL_P (node->created_for))
14430 context = DECL_CONTEXT (node->created_for);
14431 else if (TYPE_P (node->created_for))
14432 context = TYPE_CONTEXT (node->created_for);
3778 tree created_for; local

Completed in 79 milliseconds