Home | History | Annotate | Download | only in src

Lines Matching defs:flavor

323 		if (i->flavor == CIL_DATUM) {
329 } else if (i->flavor == CIL_LIST) {
352 if (curr->flavor == CIL_LIST) {
368 uint32_t *flavor;
374 uint32_t *flavor = args->flavor;
376 if (node->flavor == *flavor) {
377 if (node->flavor == CIL_SID) {
383 } else if (node->flavor == CIL_CLASS) {
389 } else if (node->flavor == CIL_CAT) {
395 } else if (node->flavor == CIL_SENS) {
407 int __cil_verify_ordered(struct cil_tree_node *current, enum cil_flavor flavor)
412 extra_args.flavor = &flavor;
828 switch (node->flavor) {
874 switch (rule_node->flavor) {
915 if (temp_node->flavor == CIL_TYPE_RULE) {
943 const char * flavor = cil_node_to_string(node);
946 flavor, node->line, node->path);
949 flavor, node->line, node->path);
1361 if (node->flavor == CIL_MACRO) {
1365 } else if (node->flavor == CIL_BLOCK) {
1376 switch (node->flavor) {
1440 switch (node->flavor) {
1506 if (curr->flavor == CIL_CLASSPERMS) {
1508 if (FLAVOR(cp->class) == CIL_CLASS) {
1618 if (node->flavor == CIL_MACRO) {
1622 } else if (node->flavor == CIL_BLOCK) {
1631 switch (node->flavor) {