Lines Matching refs:NODE
109 cil_tree_log(NODE(orig), CIL_ERR, "Block %s being copied", key);
110 cil_tree_log(NODE(datum), CIL_ERR, " Conflicts with %s already declared", cil_node_to_string(NODE(datum)));
113 cil_tree_log(NODE(orig), CIL_WARN, "Block %s being copied", key);
114 cil_tree_log(NODE(datum), CIL_WARN, " Previously declared");
1509 cil_tree_log(NODE(orig), CIL_ERR, "Macro %s being copied", key);
1510 cil_tree_log(NODE(datum), CIL_ERR, " Conflicts with %s already declared", cil_node_to_string(NODE(datum)));
1513 cil_tree_log(NODE(orig), CIL_WARN, "Skipping macro %s", key);
1514 cil_tree_log(NODE(datum), CIL_WARN, " Previously declared");
2041 cil_tree_log(NODE(data), CIL_ERR, "Note: conflicting declaration");