Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_verify.c965 struct cil_tree_node *cond_block = node->cl_head; in __cil_verify_booleanif() local
967 while (cond_block != NULL) { in __cil_verify_booleanif()
968 rc = cil_tree_walk(cond_block, __cil_verify_booleanif_helper, NULL, NULL, symtab); in __cil_verify_booleanif()
972 cond_block = cond_block->next; in __cil_verify_booleanif()