Searched refs:cil_gen_condblock (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 133 int cil_gen_condblock(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node …
|
D | cil_build_ast.c | 2993 int cil_gen_condblock(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node … in cil_gen_condblock() function 6317 rc = cil_gen_condblock(db, parse_current, ast_node, CIL_CONDTRUE); in __cil_build_ast_node_helper() 6319 rc = cil_gen_condblock(db, parse_current, ast_node, CIL_CONDFALSE); in __cil_build_ast_node_helper()
|