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

  /external/selinux/libsepol/cil/src/
cil_find.c 51 struct cil_type *t1 = (struct cil_type *)d1;
52 struct cil_type *t2 = (struct cil_type *)d2;
58 struct cil_type *t = (struct cil_type *)d2;
63 struct cil_type *t = (struct cil_type *)d1;
84 struct cil_type *t1 = (struct cil_type *)d1
    [all...]
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, void *type_value_to_cil[]);
cil_internal.h 273 struct cil_type *selftype;
298 struct cil_type **val_to_type;
504 struct cil_type { struct
506 struct cil_type *bounds;
1005 void cil_type_init(struct cil_type **type);
cil_post.c 350 case CIL_TYPE: {
351 struct cil_type *type = node->data;
444 case CIL_TYPE: {
445 struct cil_type *type = node->data;
639 struct cil_type *type = alias->actual;
646 struct cil_type *type = (struct cil_type *)datum;
1005 case CIL_TYPE:
1265 if (node->flavor == CIL_TYPE) {
1266 struct cil_type *type = (struct cil_type *)datum
    [all...]
cil_verify.c 698 struct cil_type *type = node->data;
701 struct cil_type *t1 = type;
702 struct cil_type *t2 = type->bounds;
731 struct cil_type *type = ctx->type;
    [all...]
cil_binary.c 212 struct cil_type *type = (struct cil_type *)datum;
457 int cil_type_to_policydb(policydb_t *pdb, struct cil_type *cil_type, void *type_value_to_cil[])
467 key = cil_strdup(cil_type->datum.fqn);
475 type_value_to_cil[value] = cil_type;
486 int cil_type_bounds_to_policydb(policydb_t *pdb, struct cil_type *cil_type)
492 if (cil_type->bounds) {
493 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_type), &sepol_type)
    [all...]
cil_reset_ast.c 166 static void cil_reset_type(struct cil_type *type)
450 case CIL_TYPE:
cil_build_ast.h 120 void cil_destroy_type(struct cil_type *type);
cil.c 602 case CIL_TYPE:
815 case CIL_TYPE:
967 case CIL_TYPE:
    [all...]
cil_copy_ast.c 586 struct cil_type *orig = data;
592 struct cil_type *new;
    [all...]
cil_resolve_ast.c 393 if (result_node->flavor != CIL_TYPE) {
548 if (type_node->flavor != CIL_TYPE && type_node->flavor != CIL_TYPEALIAS) {
610 if (result_node->flavor != CIL_TYPE && result_node->flavor != CIL_TYPEALIAS) {
991 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 117 milliseconds