Searched refs:cl_tail (Results 1 – 9 of 9) sorted by relevance
44 CuAssertPtrEquals(tc, NULL, test_node->cl_tail); in test_cil_tree_node_init()62 CuAssertPtrEquals(tc, NULL, test_tree->root->cl_tail); in test_cil_tree_init()
106 current->cl_tail->next = node; in gen_test_tree()107 current->cl_tail = node; in gen_test_tree()122 current->cl_tail->next = item; in gen_test_tree()124 current->cl_tail = item; in gen_test_tree()
1046 CuAssertPtrNotNull(tc, test_ast_node->cl_tail); in test_cil_gen_class()
212 node->cl_tail = NULL; in cil_tree_children_destroy()219 new_node->cl_tail = NULL; in cil_tree_node_init()329 rc = (*last_child)(node->cl_tail, extra_args); in cil_tree_walk()
45 struct cil_tree_node *cl_tail; //Tail of child_list member
91 current->cl_tail->next = node; in insert_node()93 current->cl_tail = node; in insert_node()
2086 parent->cl_tail = new; in __cil_copy_node_helper()2088 parent->cl_tail->next = new; in __cil_copy_node_helper()2089 parent->cl_tail = new; in __cil_copy_node_helper()
648 ast_node->cl_tail->next = new_ast; in cil_gen_perm_nodes()650 ast_node->cl_tail = new_ast; in cil_gen_perm_nodes()5361 parse_current->parent->cl_tail = parse_current->next; in cil_gen_macro()6467 ast_parent->cl_tail->next = new_ast_node; in parse_statement()6469 ast_parent->cl_tail = new_ast_node; in parse_statement()
3465 current->cl_tail = NULL; in cil_resolve_tunif()