Searched refs:pop (Results 276 - 300 of 336) sorted by relevance

<<11121314

/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c59 #pragma pack(pop)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-npf.c1867 #pragma warning (pop)
H A Dpcap-tc.c253 #pragma pack(pop)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp68 worklist.pop();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp570 m_message_queue.pop();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp361 Inactive.pop();
H A DLiveDebugValues.cpp1571 Worklist.pop();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp759 void LoopInfoStack::pop() { function in class:LoopInfoStack
760 assert(!Active.empty() && "No active loops to pop");
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h239 #pragma warning(pop)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c873 #pragma warning(pop)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h712 void pop();
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c970 /* Enable if add/sub rsp is preferred over 1 or 2 push/pop */
2958 On the 80386, the RTD insn may be used to pop them if the number
2960 must pop them all. RTD can't be used for library calls now
2964 the caller must always pop the args.
2973 /* Cdecl functions override -mrtd, and never pop the stack. */
2976 /* Stdcall and fastcall functions will pop the stack if not
5116 /* Don't allow more than 32 pop, since that's all we can do
5286 output_asm_insn ("pop{l}\t%0", xops);
5457 can execute the moves in parallel, but can't do that for push/pop.
5947 and there is exactly one register to pop
11066 ix86_expand_carry_flag_compare(enum rtx_code code, rtx op0, rtx op1, rtx *pop) argument
13745 ix86_expand_call(rtx retval, rtx fnaddr, rtx callarg1, rtx callarg2 ATTRIBUTE_UNUSED, rtx pop, int sibcall) argument
[all...]
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch810 pop(@f);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp92 #pragma warning (pop)
95 #pragma clang diagnostic pop
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h2234 #pragma pack(pop)
H A Decore_vf.c1950 #pragma warning(pop)
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h1110 #pragma pack(pop)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp259 m_packet_queue.pop();
1306 // packets are placed in a queue, so that all packet requests can simply pop
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp868 void pop(unsigned NumStates = 1) override {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp979 Queue.pop();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp883 Queue.pop();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2272 ~InitializerScopeRAII() { pop(); }
2273 void pop() { function in struct:InitializerScopeRAII
2388 InitScope.pop();
2448 InitScope.pop();
2465 InitScope.pop();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4726 savedContext.pop();
5095 PreviousContext.pop();
5236 PreviousContext.pop();
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c113 #pragma pack(pop)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1906 DeclsToCheck.pop();

Completed in 533 milliseconds

<<11121314