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

  /external/selinux/libsepol/cil/src/
cil_binary.h 111 * @param[in] datum The cil_type datum.
115 int cil_type_to_policydb(policydb_t *pdb, struct cil_type *cil_type);
cil_internal.h 263 struct cil_type *selftype;
285 struct cil_type **val_to_type;
477 struct cil_type { struct
479 struct cil_type *bounds;
960 void cil_type_init(struct cil_type **type);
cil_post.c 342 case CIL_TYPE: {
343 struct cil_type *type = node->data;
345 // multiple AST nodes can point to the same cil_type data (like if
419 case CIL_TYPE: {
420 struct cil_type *type = node->data;
606 struct cil_type *type = alias->actual;
613 struct cil_type *type = (struct cil_type *)datum;
827 case CIL_TYPE:
1047 if (node->flavor == CIL_TYPE) {
    [all...]
cil_binary.c 207 struct cil_type *type = (struct cil_type *)datum;
493 int cil_type_to_policydb(policydb_t *pdb, struct cil_type *cil_type)
503 key = cil_strdup(cil_type->datum.fqn);
520 int cil_type_bounds_to_policydb(policydb_t *pdb, struct cil_type *cil_type)
526 if (cil_type->bounds) {
527 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_type), &sepol_type);
530 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_type->bounds), &sepol_parent)
    [all...]
cil_verify.c 686 struct cil_type *type = node->data;
689 struct cil_type *t1 = type;
690 struct cil_type *t2 = type->bounds;
719 struct cil_type *type = ctx->type;
1330 case CIL_TYPE:
    [all...]
cil_reset_ast.c 141 static void cil_reset_type(struct cil_type *type)
419 case CIL_TYPE:
cil_build_ast.h 113 void cil_destroy_type(struct cil_type *type);
cil.c 583 case CIL_TYPE:
791 case CIL_TYPE:
936 case CIL_TYPE:
    [all...]
cil_copy_ast.c 547 struct cil_type *orig = data;
553 struct cil_type *new;
    [all...]
cil_resolve_ast.c 358 if (result_node->flavor != CIL_TYPE) {
513 if (type_node->flavor != CIL_TYPE && type_node->flavor != CIL_TYPEALIAS) {
575 if (result_node->flavor != CIL_TYPE && result_node->flavor != CIL_TYPEALIAS) {
923 roletype->type = (struct cil_type*)type_datum;
    [all...]
cil_tree.c 615 case CIL_TYPE: {
616 struct cil_type *type = node->data;
    [all...]
cil_build_ast.c     [all...]

Completed in 45 milliseconds