HomeSort by relevance Sort by last modified time
    Searched refs:cil_typeattributeset (Results 1 - 8 of 8) sorted by null

  /external/selinux/libsepol/cil/src/
cil_internal.h 517 struct cil_typeattributeset { struct
962 void cil_typeattributeset_init(struct cil_typeattributeset **attrset);
cil_reset_ast.c 191 static void cil_reset_typeattributeset(struct cil_typeattributeset *tas)
456 case CIL_TYPEATTRIBUTESET:
cil_build_ast.h 140 void cil_destroy_typeattributeset(struct cil_typeattributeset *attrtypes);
cil_copy_ast.c 636 struct cil_typeattributeset *orig = data;
637 struct cil_typeattributeset *new = NULL;
    [all...]
cil_tree.c 620 case CIL_TYPEATTRIBUTESET: {
621 struct cil_typeattributeset *attr = node->data;
    [all...]
cil.c 611 case CIL_TYPEATTRIBUTESET:
973 case CIL_TYPEATTRIBUTESET:
    [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c 408 struct cil_typeattributeset *attrtypes = current->data;
429 rc = cil_resolve_expr(CIL_TYPEATTRIBUTESET, attrtypes->str_expr, &attrtypes->datum_expr, current, extra_args);
    [all...]

Completed in 1275 milliseconds