Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DParser.pm779 my @seq_stack = ($seq);
800 (@seq_stack > 1) and $seq->nested($seq_stack[-1]);
801 push @seq_stack, $seq;
804 elsif ( @seq_stack > 1 ) {
827 pop @seq_stack;
829 $seq_stack[-1]->append($expand_seq ? &$xseq_sub($self,$seq)
832 if(@seq_stack > 1) {
833 $cmd = $seq_stack[-1]->name;
834 $ldelim = $seq_stack[-1]->ldelim;
835 $rdelim = $seq_stack[-1]->rdelim;
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Demit-rtl.c2707 for (stack = seq_stack; stack; stack = stack->next) in get_last_insn_anywhere()
3393 struct sequence_stack *stack = seq_stack; in add_insn_after()
3459 struct sequence_stack *stack = seq_stack; in add_insn_before()
3514 struct sequence_stack *stack = seq_stack; in remove_insn()
3536 struct sequence_stack *stack = seq_stack; in remove_insn()
4684 tem->next = seq_stack; in start_sequence()
4688 seq_stack = tem; in start_sequence()
4721 for (stack = seq_stack; stack; stack = stack->next) in push_topmost_sequence()
4736 for (stack = seq_stack; stack; stack = stack->next) in pop_topmost_sequence()
4761 struct sequence_stack *tem = seq_stack; in end_sequence()
[all …]
H A Dfunction.h110 #define seq_stack (cfun->emit->sequence_stack) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c2879 for (stack = seq_stack; stack; stack = stack->next) in get_last_insn_anywhere()
3561 struct sequence_stack *stack = seq_stack;
3630 struct sequence_stack *stack = seq_stack;
3688 struct sequence_stack *stack = seq_stack;
3711 struct sequence_stack *stack = seq_stack;
4901 tem->next = seq_stack; in start_sequence()
4906 seq_stack = tem; in start_sequence()
4967 for (stack = seq_stack; stack; stack = stack->next) in push_topmost_sequence()
4983 for (stack = seq_stack; stack; stack = stack->next) in pop_topmost_sequence()
5009 struct sequence_stack *tem = seq_stack; in end_sequence()
[all …]
H A Dfunction.h119 #define seq_stack (cfun->emit->sequence_stack) macro
H A Dfunction.c1600 struct sequence_stack *stack = seq_stack;
H A DChangeLog.211227 through macro seq_stack.