Home
last modified time | relevance | path

Searched refs:boolif (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c60 struct cil_tree_node *boolif; member
3913 struct cil_tree_node *boolif = args->boolif; in __cil_resolve_ast_node_helper() local
3953 if (boolif != NULL) { in __cil_resolve_ast_node_helper()
3968 if (((struct cil_booleanif*)boolif->data)->preserved_tunable) { in __cil_resolve_ast_node_helper()
4031 args->boolif = parent; in __cil_resolve_ast_first_child_helper()
4081 args->boolif = NULL; in __cil_resolve_ast_last_child_helper()
4108 extra_args.boolif= NULL; in cil_resolve_ast()
Dcil_build_ast.c56 struct cil_tree_node *boolif; member
6215 if (args->boolif != NULL) { in check_for_illegal_statement()
6226 if (((struct cil_booleanif*)args->boolif->data)->preserved_tunable) { in check_for_illegal_statement()
6540 args->boolif = ast; in __cil_build_ast_first_child_helper()
6583 args->boolif = NULL; in __cil_build_ast_last_child_helper()
6611 extra_args.boolif = NULL; in cil_build_ast()