Searched refs:pop (Results 251 - 275 of 363) sorted by relevance

<<1112131415

/freebsd-13-stable/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h1115 #pragma pack(pop)
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta2deps.py130 p.pop()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp809 LoopStack.pop();
871 LoopStack.pop();
974 LoopStack.pop();
1053 LoopStack.pop();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h111 #pragma GCC diagnostic pop
H A DStringRef.h885 #pragma clang diagnostic pop
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h533 virtual SUnit *pop() = 0;
/freebsd-13-stable/contrib/jemalloc/src/
H A Darena.c310 size_t pop = popcount_lu(g); local
311 if (pop > (cnt - i)) {
312 pop = cnt - i;
321 while (pop--) {
/freebsd-13-stable/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc880 # pragma warning(pop)
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc180 # pragma warning(pop)
H A Dgmock_link_test.h463 # pragma warning(pop)
H A Dgmock-generated-matchers_test.cc1294 # pragma warning(pop)
1340 # pragma warning(pop)
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c427 #pragma GCC diagnostic pop
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp571 SUnit *CurSUnit = AvailableQueue.pop();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp590 SUnit *ResourcePriorityQueue::pop() { function in class:ResourcePriorityQueue
H A DScheduleDAGRRList.cpp1464 SUnit *CurSU = AvailableQueue->empty() ? nullptr : AvailableQueue->pop();
1485 CurSU = AvailableQueue->pop();
1532 CurSU = AvailableQueue->pop();
1892 SUnit *pop() override {
1902 // Emulate pop() without clobbering NodeQueueIds.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp328 WorkQ.pop();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp608 PMS.pop();
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h463 #pragma pack(pop)
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.h164 #pragma pack(pop)
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h285 #pragma pack(pop)
/freebsd-13-stable/share/mk/
H A Dmeta2deps.py131 p.pop()
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h712 #pragma pack (pop, ar9300)
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_machdep.c113 #pragma clang diagnostic pop
/freebsd-13-stable/contrib/lutok/
H A Dstate_test.cpp719 state.pop(1);
733 state.pop(2);
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S306 pop %ax # Restore slave
308 pop %ax # Restore master
589 * mode stack. Note that callf calls won't pop off the flags, but we just
990 pop %bp # Restore
991 pop %ds # Restore

Completed in 292 milliseconds

<<1112131415