Searched refs:cil_args_copy (Results 1 – 2 of 2) sorted by relevance
42 struct cil_args_copy { struct47 struct cil_args_copy *gen_copy_args(struct cil_tree_node *node, struct cil_db *db) in gen_copy_args() argument49 struct cil_args_copy *args = cil_malloc(sizeof(*args)); in gen_copy_args()1403 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_block()1423 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_block_merge()1458 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); in test_cil_copy_node_helper_perm()1478 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_perm_neg()1501 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_class()1521 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_class_dup_neg()1544 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_common()[all …]
44 struct cil_args_copy { struct1713 struct cil_args_copy *args = NULL; in __cil_copy_node_helper()2088 struct cil_args_copy *args = NULL; in __cil_copy_last_child_helper()2105 struct cil_args_copy extra_args; in cil_copy_ast()