Searched refs:next_child (Results 1 – 7 of 7) sorted by relevance
1041 goto next_child; in GetFunctionStackParamSize()1050 goto next_child; in GetFunctionStackParamSize()1064 goto next_child; in GetFunctionStackParamSize()1069 goto next_child; in GetFunctionStackParamSize()1074 goto next_child; in GetFunctionStackParamSize()1079 goto next_child; in GetFunctionStackParamSize()1090 next_child: in GetFunctionStackParamSize()
435 XmlChild* next_child; in ClearNamedChildren() local437 for (child = FirstChild(); child; child = next_child) { in ClearNamedChildren()438 next_child = child->NextChild(); in ClearNamedChildren()
363 next_child = node.children[index + 1]364 if next_child.type == grammar_token.COMMENT:
273 for (SENode* next_child : *child) { in GatherAccumulatorsFromChildNodes()274 GatherAccumulatorsFromChildNodes(new_node, next_child, negation); in GatherAccumulatorsFromChildNodes()
518 XmlChild * next_child; in FindGroup() local520 for (child = raw_xml_->FirstChild(); child; child = next_child) { in FindGroup()521 next_child = child->NextChild(); in FindGroup()
356 V8_INLINE void next_child() { ++child_idx_; } in next_child() function in v8::internal::Position379 parent.next_child(); in TraverseDepthFirst()