Searched refs:pop (Results 126 - 150 of 336) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.h103 #pragma pop(Align_members)
/freebsd-11-stable/stand/pc98/boot0.5/
H A Ddisk.s56 pop %es
87 pop %cx
190 pop %cx
191 pop %ax
H A Dputssjis.s93 pop %ax
94 pop %es
H A Dselector.s49 pop %cx
95 pop %cx
98 pop %cx
122 pop %bx
123 pop %cx
150 pop %cx
243 pop %ax
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTaskPool.cpp96 pool->m_tasks.pop();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp100 WorkStack.pop();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h146 pop(nullptr);
151 pop(D);
157 pop(nullptr);
166 void pop(Decl *D) { function in class:clang::ParsingDeclRAIIObject
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_queue.h92 * @c pop, which are standard %queue/FIFO operations.
214 * data is needed, it should be retrieved before pop() is
218 pop() function in class:queue
308 * push, @c pop, and @c top, which are standard %queue operations.
427 * data is needed, it should be retrieved before pop() is
431 pop() function in class:priority_queue
H A Dcpp_type_traits.h409 #pragma clang diagnostic pop
/freebsd-11-stable/sys/mips/mips/
H A Dlocore.S157 .set pop
/freebsd-11-stable/stand/pc98/boot0/
H A Dboot0.s66 pop %ax
88 pop %ax
/freebsd-11-stable/usr.sbin/adduser/
H A Drmuser.sh79 # Removes unix mail and pop daemon files belonging to the user
92 if [ -f ${MAILSPOOL}/.${login}.pop ]; then
93 verbose && echo -n " ${MAILSPOOL}/.${login}.pop" ||
95 rm ${MAILSPOOL}/.${login}.pop
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h34 # pragma GCC visibility pop
318 #pragma GCC visibility pop
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp245 queue.pop();
303 queue.pop();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp251 bool pop(StringRef Ins, NestingType NT1, NestingType NT2 = Undefined) { function in class:__anon2425::final
474 if (pop(Name, If))
478 if (pop(Name, Try))
482 if (pop(Name, If, Else))
485 if (pop(Name, Try))
488 if (pop(Name, Loop))
491 if (pop(Name, Block))
496 if (pop(Name, Function) || ensureEmptyNestingStack())
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S93 pop %ds # data
282 pop %dx # Restore
296 pop %dx # Restore
312 pop %dx # Restore
336 pop %bx # Restore
/freebsd-11-stable/usr.bin/dc/
H A Dbcode.c465 pop(void) function
527 struct value *value = pop();
550 struct value *value = pop();
576 struct value *v = pop();
686 value = pop();
735 value = pop();
763 value = pop();
835 val = pop();
873 value = pop();
929 value = pop();
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp36 const T &Ret = S.Stk.pop<T>();
88 if (S.Stk.pop<bool>()) {
95 if (!S.Stk.pop<bool>()) {
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp96 pop() function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp155 pop();
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Derase_fn_imps.hpp50 pop() function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-interrupt-handler.S195 .set pop
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h235 #pragma pack(pop)
/freebsd-11-stable/sys/mips/nlm/
H A Dmpreset.S81 .set pop
/freebsd-11-stable/sys/xen/
H A Dblkif.h58 #pragma pack(pop)

Completed in 428 milliseconds

1234567891011>>