Home | History | Annotate | Download | only in src

Lines Matching refs:cil_list_append

76 		cil_list_append(*list, CIL_STRING, curr->data);
145 cil_list_append(prev->nodes, CIL_NODE, ast_node);
705 cil_list_append(*cp_list, CIL_CLASSPERMS_SET, new_cp_set);
713 cil_list_append(*cp_list, CIL_CLASSPERMS, new_cp);
2567 cil_list_append(expr, CIL_OP, (void *)op);
2600 cil_list_append(expr, CIL_STRING, current->data);
2609 cil_list_append(expr, CIL_LIST, sub_expr);
2716 cil_list_append(*leaf_expr, CIL_OP, (void *)op);
2718 cil_list_append(*leaf_expr, CIL_CONS_OPERAND, (void *)l_flavor);
2721 cil_list_append(*leaf_expr, CIL_STRING, current->next->next->data);
2725 cil_list_append(*leaf_expr, CIL_LIST, &sub_list);
2727 cil_list_append(*leaf_expr, CIL_CONS_OPERAND, (void *)r_flavor);
2780 cil_list_append(*expr, CIL_OP, (void *)op);
2781 cil_list_append(*expr, CIL_LIST, lexpr);
2794 cil_list_append(*expr, CIL_OP, (void *)op);
2795 cil_list_append(*expr, CIL_LIST, lexpr);
2796 cil_list_append(*expr, CIL_LIST, rexpr);
3239 cil_list_append(expandattr->attr_strs, CIL_STRING, parse_current->next->data);
5313 cil_list_append(macro->params, CIL_PARAM, param);
5842 cil_list_append(def->class_strs, CIL_STRING, parse_current->next->data);
5909 cil_list_append(def->class_strs, CIL_STRING, parse_current->next->data);