Lines Matching defs:newobj
863 struct context_stack *newobj = nullptr;
1145 newobj = push_context (depth, fcn_start_addr);
1147 newobj->name =
1171 if (!outermost_context_p () || newobj == NULL)
2059 struct nextfield *newobj;
2086 newobj = XALLOCA (struct nextfield);
2087 newobj->next = list;
2088 list = newobj;
2103 newobj = XALLOCA (struct nextfield);
2104 newobj->next = list;
2105 list = newobj;