Home | History | Annotate | Download | only in unit

Lines Matching refs:test_node

6587 	struct cil_tree_node *test_node;
6588 cil_tree_node_init(&test_node);
6595 int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->next->data, "a", CIL_SYM_TYPES, &test_node);
6622 struct cil_tree_node *test_node;
6623 cil_tree_node_init(&test_node);
6630 int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->next->next->next->next->next->next->data, "lvl_h", CIL_SYM_LEVELS, &test_node);
6652 struct cil_tree_node *test_node;
6653 cil_tree_node_init(&test_node);
6660 int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->next->data, "qaz", CIL_LEVEL, &test_node);
6683 struct cil_tree_node *test_node;
6684 cil_tree_node_init(&test_node);
6691 test_node);
6714 struct cil_tree_node *test_node;
6715 cil_tree_node_init(&test_node);
6722 int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->next->data, NULL, CIL_LEVEL, &test_node);
6745 struct cil_tree_node *test_node;
6746 cil_tree_node_init(&test_node);
6753 int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->next->data, "qas", CIL_LEVEL, &test_node);
6776 struct cil_tree_node *test_node = NULL;
6777 //cil_tree_node_init(&test_node);
6784 int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->next->data, "qas", CIL_TYPE, &test_node);
7241 struct cil_tree_node *test_node;
7242 cil_tree_node_init(&test_node);
7253 test_node->data = new_cond;
7254 test_node->cl_head = tif->expr_stack;
7255 tif->expr_stack->parent = test_node;
7346 struct cil_tree_node *test_node;
7347 cil_tree_node_init(&test_node);
7358 test_node->data = new_cond;
7359 test_node->cl_head = tif->expr_stack;
7360 tif->expr_stack->parent = test_node;