Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_build_ast.c6097 struct cil_tree_node *ast_current = NULL; in __cil_build_ast_node_helper() local
6111 ast_current = args->ast; in __cil_build_ast_node_helper()
6189 ast_node->parent = ast_current; in __cil_build_ast_node_helper()
6471 if (ast_current->cl_head == NULL) { in __cil_build_ast_node_helper()
6472 if (ast_current->flavor == CIL_MACRO) { in __cil_build_ast_node_helper()
6473 args->macro = ast_current; in __cil_build_ast_node_helper()
6476 if (ast_current->flavor == CIL_BOOLEANIF) { in __cil_build_ast_node_helper()
6477 args->boolif = ast_current; in __cil_build_ast_node_helper()
6480 if (ast_current->flavor == CIL_TUNABLEIF) { in __cil_build_ast_node_helper()
6481 args->tunif = ast_current; in __cil_build_ast_node_helper()
[all …]