Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_write_ast.c51 static int __cil_unfill_expr_helper(struct cil_list_item *curr, in __cil_unfill_expr_helper() function
137 rc = __cil_unfill_expr_helper(curr->next, next, &operand1, paren); in __cil_unfill_expr_helper()
145 rc = __cil_unfill_expr_helper(curr->next, next, &operand1, paren); in __cil_unfill_expr_helper()
150 rc = __cil_unfill_expr_helper(*next, next, &operand2, paren); in __cil_unfill_expr_helper()
245 rc = __cil_unfill_expr_helper(curr, &next, &str, paren); in cil_unfill_expr()