Home
last modified time | relevance | path

Searched refs:ast_nth_child (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dast-model.c54 AstNode* ast_nth_child(AstNode *node, int n) in ast_nth_child() function
273 node = ast_nth_child(node, indices[i]); in ast_get_iter()
345 node = ast_nth_child(node->parent, node->index + 1); in ast_iter_next()