/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | echo-area.c | 1424 PUSHED_EA *popped; in pop_echo_area() local 1428 strcpy (input_line, popped->line); in pop_echo_area() 1429 free (popped->line); in pop_echo_area() 1430 input_line_prompt = popped->prompt; in pop_echo_area() 1431 input_line_point = popped->point; in pop_echo_area() 1432 input_line_beg = popped->beg; in pop_echo_area() 1433 input_line_end = popped->end; in pop_echo_area() 1434 input_line_node = popped->node; in pop_echo_area() 1435 echo_area_completion_items = popped->comp_items; in pop_echo_area() 1437 echo_area_completions_window = popped->compwin; in pop_echo_area() [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | timevar.c | 314 struct timevar_stack_def *popped = stack; in timevar_pop_1() local 322 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now); in timevar_pop_1() 333 popped->next = unused_stack_instances; in timevar_pop_1() 334 unused_stack_instances = popped; in timevar_pop_1()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | timevar.c | 315 struct timevar_stack_def *popped = stack; local 331 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now); 342 popped->next = unused_stack_instances; 343 unused_stack_instances = popped;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
H A D | Stack.t | 29 "Root hub cannot be popped"
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | javaop.def | 87 TEST: Compares an integer (popped from the stack) against zero. 91 COND: Compares two values (popped from the stack) againt each other.
|
/openbsd/gnu/usr.bin/perl/cpan/DB_File/t/ |
H A D | db-recno.t | 245 my $popped = pop (@data) ; 247 ok(29, $value eq $popped) ; 818 popped black
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perliol.pod | 433 method returns an error indication the layer is popped again.) 492 Called when the layer is popped from the stack. A layer will normally 493 be popped after C<Close()> is called. But a layer can be popped 502 I<perlio.c> assumes that either the layer has popped itself, or the 587 of binmode(FH)). If not present layer will be popped. If present
|
H A D | perlguts.pod | 2680 pushed onto the save stack by this hook will be popped just before the 3878 Items are popped from the stack by using the C<POPs> macro or its typed 4022 last because that will be the first field to be popped when unwinding items 4113 returning from a subroutine call etc. a context is popped. Since the 4170 handler, a new stack is pushed, then popped at the end. 4297 Contexts are popped using C<cx_popsub()> etc. and C<cx_popblock()>. Note 4305 There are two main ways that contexts are popped. During normal execution 4348 this copy before the save stack is popped or variables are restored, or 4381 items have been popped before dying and getting trapped by eval, then the 4438 default, which requires that items pushed onto, or popped off the argument [all …]
|
H A D | perlinterp.pod | 309 just re-throws the exception. In this way any inner loops get popped, 364 this, i.e. with the top CXt_EVAL popped:
|
H A D | perlcall.pod | 715 popped the return value from the stack with C<POPi> it updated only our 1015 Note that the stack is popped using C<POPs> in the block where
|
H A D | perl5240delta.pod | 1576 now processed before each context is popped; formerly this was only done 1581 C<dounwind()> now also does a C<cx_popblock()> on the last popped frame
|
/openbsd/gnu/gcc/gcc/config/vax/ |
H A D | vax.md | 1214 /* Operand 1 is the number of bytes to be popped by DW_CFA_GNU_args_size 1242 /* Operand 2 is the number of bytes to be popped by DW_CFA_GNU_args_size 1267 /* Operand 1 is the number of bytes to be popped by DW_CFA_GNU_args_size 1286 /* Operand 2 is the number of bytes to be popped by DW_CFA_GNU_args_size
|
/openbsd/gnu/usr.bin/gcc/gcc/config/vax/ |
H A D | vax.md | 1798 /* Operand 1 is the number of bytes to be popped by DW_CFA_GNU_args_size 1827 /* Operand 2 is the number of bytes to be popped by DW_CFA_GNU_args_size 1852 /* Operand 1 is the number of bytes to be popped by DW_CFA_GNU_args_size 1871 /* Operand 2 is the number of bytes to be popped by DW_CFA_GNU_args_size
|
/openbsd/gnu/llvm/lldb/docs/ |
H A D | python_api_enums.rst | 632 Reader is on top of the stack again after another reader was popped off. 652 Reader was just popped off the stack and is done.
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | XRayFDRFormat.rst | 394 would be popped off of the call stack if tail call optimization was not used.
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | cppinternals.texi | 545 later popped from the context stack, as described above. This strict 598 popped in the process of finding the parenthesis, re-enabling 612 restoring popped contexts onto the context stack, which are too hard.
|
H A D | extend.texi | 4029 necessary to know which are implicitly popped by the asm, and 4030 which must be explicitly popped by gcc. 4032 An input reg that is implicitly popped by the asm must be 4037 For any input reg that is implicitly popped by an asm, it is 4039 If any non-popped input is closer to the top of the reg-stack than 4040 the implicitly popped reg, it would not be possible to know what the 4044 All implicitly popped input regs must be closer to the top of 4045 the reg-stack than any input that is not implicitly popped. 4054 This asm says that input B is not popped by the asm, and that 4096 takes one input, which is internally popped, and produces two outputs. [all …]
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | cppinternals.info | 501 popped from the context stack, as described above. This strict 552 In the example above, the replacement list of `foo' would be popped in 569 restoring popped contexts onto the context stack, which are too hard.
|
H A D | cppinternals.texi | 545 later popped from the context stack, as described above. This strict 598 popped in the process of finding the parenthesis, re-enabling 612 restoring popped contexts onto the context stack, which are too hard.
|
H A D | tree-ssa.texi | 1475 internal stack which is automatically pushed and popped as the 1493 is popped.
|
H A D | extend.texi | 4350 necessary to know which are implicitly popped by the asm, and 4351 which must be explicitly popped by gcc. 4353 An input reg that is implicitly popped by the asm must be 4358 For any input reg that is implicitly popped by an asm, it is 4360 If any non-popped input is closer to the top of the reg-stack than 4361 the implicitly popped reg, it would not be possible to know what the 4365 All implicitly popped input regs must be closer to the top of 4366 the reg-stack than any input that is not implicitly popped. 4375 This asm says that input B is not popped by the asm, and that 4417 takes one input, which is internally popped, and produces two outputs. [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ip2k/ |
H A D | libgcc.S | 80 add spl, w ; be popped off later.
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | PCHInternals.rst | 355 ``BinaryOperator`` has two of them --- those expressions are popped from the
|
/openbsd/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 345 value is implicitly popped from the stack, and treated as a global memory 403 popped from the stack. In this case, the operand of 2 indicates there are 2 1162 an offset of the popped value. 1951 integer constant. This operation pops the top of stack. If the value popped 3055 converted to one, then it is popped and treated as a part location
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | agentexpr.texi | 222 popped @var{a} and @var{b} from the stack, and replaced them with a
|