Searched refs:cil_stack_peek_at (Results 1 – 2 of 2) sorted by relevance
45 …for (pos = start, item = cil_stack_peek_at(stack, pos); item != NULL; pos++, item = cil_stack_peek…59 struct cil_stack_item *cil_stack_peek_at(struct cil_stack *stack, int pos);
102 struct cil_stack_item *cil_stack_peek_at(struct cil_stack *stack, int pos) in cil_stack_peek_at() function