Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_internal.h553 struct cil_expandtypeattribute { struct
1026 void cil_expandtypeattribute_init(struct cil_expandtypeattribute **expandattr);
Dcil_reset_ast.c211 static void cil_reset_expandtypeattribute(struct cil_expandtypeattribute *expandattr) in cil_reset_expandtypeattribute()
Dcil_build_ast.h144 void cil_destroy_expandtypeattribute(struct cil_expandtypeattribute *expandattr);
Dcil_copy_ast.c646 struct cil_expandtypeattribute *orig = data; in cil_copy_expandtypeattribute()
647 struct cil_expandtypeattribute *new = NULL; in cil_copy_expandtypeattribute()
Dcil_write_ast.c1067 struct cil_expandtypeattribute *attr = node->data; in cil_write_ast_node()
Dcil.c2336 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()
3270 void cil_destroy_expandtypeattribute(struct cil_expandtypeattribute *expandattr) in cil_destroy_expandtypeattribute()
Dcil_resolve_ast.c469 struct cil_expandtypeattribute *expandattr = current->data; in cil_resolve_expandtypeattribute()