Lines Matching refs:dest
47 struct cil_tree_node *dest;
1719 parent = args->dest;
2093 args->dest = new;
2113 node = args->dest;
2116 args->dest = node->parent;
2122 // dest is the parent node to copy into
2123 // if the copy is for a call to a macro, dest should be a pointer to the call
2124 int cil_copy_ast(struct cil_db *db, struct cil_tree_node *orig, struct cil_tree_node *dest)
2129 extra_args.orig_dest = dest;
2130 extra_args.dest = dest;
2135 cil_tree_log(dest, CIL_ERR, "Failed to copy %s to %s", cil_node_to_string(orig), cil_node_to_string(dest));