Searched refs:cil_gen_alias (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 135 int cil_gen_alias(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast…
|
D | cil_build_ast.c | 3045 int cil_gen_alias(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast… in cil_gen_alias() function 6273 rc = cil_gen_alias(db, parse_current, ast_node, CIL_TYPEALIAS); in __cil_build_ast_node_helper() 6357 rc = cil_gen_alias(db, parse_current, ast_node, CIL_SENSALIAS); in __cil_build_ast_node_helper() 6363 rc = cil_gen_alias(db, parse_current, ast_node, CIL_CATALIAS); in __cil_build_ast_node_helper()
|