Home | History | Annotate | Download | only in src

Lines Matching refs:cil_userattribute

663 static int __evaluate_user_expression(struct cil_userattribute *attr, struct cil_db *db)
682 struct cil_userattribute *attr = NULL;
687 if (node->flavor == CIL_USERATTRIBUTE) {
688 attr = (struct cil_userattribute *)datum;
1270 case CIL_USERATTRIBUTE: {
1271 struct cil_userattribute *attr = node->data;
1422 struct cil_userattribute *u_attr = NULL;
1445 if (user_node->flavor == CIL_USERATTRIBUTE) {