Home
last modified time | relevance | path

Searched refs:cil_expandtypeattribute (Results 1 – 9 of 9) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_internal.h544 struct cil_expandtypeattribute { struct
1012 void cil_expandtypeattribute_init(struct cil_expandtypeattribute **expandattr);
Dcil_build_ast.h142 void cil_destroy_expandtypeattribute(struct cil_expandtypeattribute *expandattr);
Dcil_write_ast.c659 struct cil_expandtypeattribute *expandattr = (struct cil_expandtypeattribute *)node->data; in cil_write_expandtypeattribute()
Dandroid.c783 struct cil_expandtypeattribute *expandattr = NULL; in cil_build_mappings_tree()
Dcil_copy_ast.c653 struct cil_expandtypeattribute *orig = data; in cil_copy_expandtypeattribute()
654 struct cil_expandtypeattribute *new = NULL; in cil_copy_expandtypeattribute()
Dcil_tree.c711 struct cil_expandtypeattribute *attr = node->data; in cil_tree_print_node()
Dcil.c2080 void cil_expandtypeattribute_init(struct cil_expandtypeattribute **expandattr) in cil_expandtypeattribute_init()
Dcil_build_ast.c3223 struct cil_expandtypeattribute *expandattr = NULL; in cil_gen_expandtypeattribute()
3269 void cil_destroy_expandtypeattribute(struct cil_expandtypeattribute *expandattr) in cil_destroy_expandtypeattribute()
Dcil_resolve_ast.c463 struct cil_expandtypeattribute *expandattr = current->data; in cil_resolve_expandtypeattribute()