Lines Matching refs:cil_flavor
41 #include "cil_flavor.h"
51 static int __cil_is_reserved_name(const char *name, enum cil_flavor flavor)
95 int cil_verify_name(const struct cil_db *db, const char *name, enum cil_flavor flavor)
188 int cil_verify_expr_syntax(struct cil_tree_node *current, enum cil_flavor op, enum cil_flavor expr_flavor)
252 int cil_verify_constraint_leaf_expr_syntax(enum cil_flavor l_flavor, enum cil_flavor r_flavor, enum cil_flavor op, enum cil_flavor expr_flavor)
316 int cil_verify_constraint_expr_syntax(struct cil_tree_node *current, enum cil_flavor op)
418 static int cil_verify_no_self_reference(enum cil_flavor flavor, struct cil_symtab_datum *datum, struct cil_stack *stack);
444 static int cil_verify_no_self_reference(enum cil_flavor flavor, struct cil_symtab_datum *datum, struct cil_stack *stack)
561 int __cil_verify_ordered(struct cil_tree_node *current, enum cil_flavor flavor)
1707 enum cil_flavor flavor,
1751 enum cil_flavor op = (enum cil_flavor)(uintptr_t)i->data;