Searched refs:ast_current (Results 1 – 1 of 1) sorted by relevance
5885 struct cil_tree_node *ast_current = NULL; in __cil_build_ast_node_helper() local5899 ast_current = args->ast; in __cil_build_ast_node_helper()5980 ast_node->parent = ast_current; in __cil_build_ast_node_helper()6251 if (ast_current->cl_head == NULL) { in __cil_build_ast_node_helper()6252 if (ast_current->flavor == CIL_MACRO) { in __cil_build_ast_node_helper()6253 args->macro = ast_current; in __cil_build_ast_node_helper()6256 if (ast_current->flavor == CIL_BOOLEANIF) { in __cil_build_ast_node_helper()6257 args->boolif = ast_current; in __cil_build_ast_node_helper()6260 if (ast_current->flavor == CIL_TUNABLEIF) { in __cil_build_ast_node_helper()6261 args->tunif = ast_current; in __cil_build_ast_node_helper()[all …]