Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dmodule_to_cil.c479 static void *stack_peek(struct stack *stack) in stack_peek() function
1380 if (val1 == NULL || stack_peek(stack) != NULL) { in cond_expr_to_cil()
1912 if (new_val == NULL || stack_peek(stack) != NULL) { in constraint_expr_to_string()
3382 struct avrule_decl *decl = stack_peek(decl_stack); in typealiases_to_cil()
3422 struct avrule_decl *decl = stack_peek(decl_stack); in declared_scopes_to_cil()
3488 struct avrule_decl *decl = stack_peek(decl_stack); in required_scopes_to_cil()
3566 struct avrule_decl *decl = stack_peek(decl_stack); in additive_scopes_to_cil()
3732 decl_tmp = stack_peek(stack); in module_block_to_cil()