Searched refs:pop (Results 1 - 25 of 524) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dpack-test-2.c7 #pragma pack(pop) /* { dg-error "without matching" } */
10 #pragma pack(pop, foo, 1) /* { dg-error "malformed" } (/
11 #pragma pack(pop) /* reset */
14 #pragma pack(pop, bar) /* { dg-error "without matching" } */
15 #pragma pack(pop) /* reset */
18 #pragma pack(pop)
19 #pragma pack(pop, foo) /* { dg-error "without matching" } */
/openbsd-current/lib/libc/arch/i386/sys/
H A Dsyscall.S37 pop %ecx /* rta */
38 pop %eax /* syscall number */
/openbsd-current/lib/libevent/
H A Dpoll.c97 poll_check_ok(struct pollop *pop) argument
102 for (i = 0; i < pop->fd_count; ++i) {
103 idx = pop->idxplus1_by_fd[i]-1;
106 assert(pop->event_set[idx].fd == i);
107 if (pop->event_set[idx].events & POLLIN) {
108 ev = pop->event_r_back[idx];
113 if (pop->event_set[idx].events & POLLOUT) {
114 ev = pop->event_w_back[idx];
120 for (i = 0; i < pop->nfds; ++i) {
121 struct pollfd *pfd = &pop
133 struct pollop *pop = arg; local
201 struct pollop *pop = arg; local
306 struct pollop *pop = arg; local
359 struct pollop *pop = arg; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgthr-gnat.h47 #pragma GCC visibility pop
H A Dgthr.h122 #pragma GCC visibility pop
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/
H A Dadaptors.cc35 q.pop();
47 st.pop();
65 pq.pop();
68 pq.pop();
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dprfchiintrin.h36 #pragma clang diagnostic pop
56 #pragma clang diagnostic pop
H A Dprfchwintrin.h55 #pragma clang diagnostic pop
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dfile.t75 my $status = pop @output;
77 my $summary = pop @output;
104 $status = pop @output;
106 $summary = pop @output;
139 $status = pop @output;
141 $summary = pop @output;
162 $status = pop @output;
164 $summary = pop @output;
183 $status = pop @output;
185 $summary = pop
[all...]
H A Dharness.t133 my $status = pop @output;
135 my $summary = pop @output;
166 $status = pop @output;
168 $summary = pop @output;
207 $status = pop @output;
209 $summary = pop @output;
230 $status = pop @output;
232 $summary = pop @output;
251 $status = pop @output;
253 $summary = pop
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/
H A Dcheck_analyze.sh4 # of push/pop/rsp instructions to verify that runtime is efficient enough.
42 check $f pop 0
49 check $f pop 0
56 check $f pop 0
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_x86_64.inc.S13 pop %rcx
14 pop %rdi
35 pop %rax
/openbsd-current/sys/lib/libkern/arch/arm/
H A D__aeabi_uldivmod.S49 pop {r2-r4,pc}
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dutf8magic.t28 sub TIESCALAR { bless [pop] }
30 sub STORE { $::stored = pop }
/openbsd-current/lib/libcrypto/bn/arch/amd64/
H A Dbignum_mul.S153 pop r15
154 pop r14
155 pop r13
156 pop r12
157 pop rbp
158 pop rbx
160 pop rsi
161 pop rdi
H A Dword_clz.S53 pop rsi
54 pop rdi
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dm32r-linux.inc9 addi sp,#4 -> pop lr
10 pop fp -> jmp lr
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash43.C14 static void pop() function in class:ErrorHandler
/openbsd-current/lib/libfido2/src/
H A Dpacked.h17 __pragma(pack(pop))
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Daeabi_memcmp.S19 pop {r7, pc}
H A Daeabi_memcpy.S19 pop {r7, pc}
H A Daeabi_memmove.S18 pop {r7, pc}
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/i386/
H A Dchkstk.S30 pop %eax
31 pop %ecx
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/x86_64/
H A Dchkstk.S35 pop %rax
36 pop %rcx
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASupport.h36 #pragma clang diagnostic pop

Completed in 264 milliseconds

1234567891011>>