Searched refs:cil_gen_bounds (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 214 int cil_gen_bounds(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *as…
|
D | cil_build_ast.c | 5761 int cil_gen_bounds(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *as… in cil_gen_bounds() function 6253 rc = cil_gen_bounds(db, parse_current, ast_node, CIL_USER); in __cil_build_ast_node_helper() 6277 rc = cil_gen_bounds(db, parse_current, ast_node, CIL_TYPE); in __cil_build_ast_node_helper() 6299 rc = cil_gen_bounds(db, parse_current, ast_node, CIL_ROLE); in __cil_build_ast_node_helper()
|