Searched refs:Pop (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/bearssl/T0/
H A DOpcodeJumpIf.cs40 TValue v = cpu.Pop();
H A DOpcodeJumpIfNot.cs40 TValue v = cpu.Pop();
H A DOpcodePutLocal.cs39 cpu.PutLocal(num, cpu.Pop());
H A DT0Comp.cs375 TValue c = cpu.Pop();
380 int max = cpu.Pop();
381 int min = cpu.Pop();
480 int dout = cpu.Pop();
481 int din = cpu.Pop();
482 TValue s = cpu.Pop();
516 wordBuilder = savedWordBuilders.Pop();
542 wordBuilder.Literal(cpu.Pop());
553 wordBuilder.Call(cpu.Pop().ToXT());
616 string name = cpu.Pop()
[all...]
H A DCPU.cs95 * Pop a value from the stack.
97 internal TValue Pop() method in class:CPU
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dpump.py476 def Pop(token_type=None): function in function:ParseElseNode
483 Pop('$else')
484 Pop('[[')
486 Pop(']]')
489 Pop('$elif')
490 exp = Pop('code')
491 Pop('[[')
493 Pop(']]')
497 Pop('code')
504 def Pop(token_typ function in function:ParseAtomicCodeNode
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h47 T *Pop() { function in struct:__sanitizer::LFStack
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h79 Thread *Pop() { function in struct:__hwasan::ThreadListHead
126 t = free_list_.Pop();
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc392 virtual void Pop() = 0;
404 MOCK_METHOD0_T(Pop, void());
428 EXPECT_CALL(mock, Pop())
435 mock.Pop();
462 STDMETHOD_(void, Pop)() = 0;
474 MOCK_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Pop, void());
494 EXPECT_CALL(mock, Pop())
501 mock.Pop();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp263 FuzzJob *Pop() { function in struct:fuzzer::JobQueue
275 while (auto Job = FuzzQ->Pop()) {
339 std::unique_ptr<FuzzJob> Job(MergeQ.Pop());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp538 unsigned &Pop = Popularity[I.BB]; local
539 if ((Pop += N) > MaxPop) {
540 MaxPop = Pop;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h106 AsanChunk *Pop();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h500 void Pop() { function in class:lldb_private::IOHandlerStack
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1633 MachineBasicBlock::iterator Pop = std::prev(MBB.getFirstTerminator()); local
1634 while (AArch64InstrInfo::isSEHInstruction(*Pop))
1635 Pop = std::prev(Pop);
1638 const MachineOperand &OffsetOp = Pop->getOperand(Pop->getNumOperands() - 1);
1642 MBB, Pop, DL, TII, PrologueSaveSize, NeedsWinCFI, &HasWinCFI, false);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1032 m_io_handler_stack.Pop();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1200 enum ActionType { Push, Pop, Attribute }; enumerator in enum:__anon1970::PragmaAttributeInfo::ActionType
1456 if (Info->Action == PragmaAttributeInfo::Pop) {
3396 Info->Action = PragmaAttributeInfo::Pop;
H A DParseDeclCXX.cpp3405 ParsingDef.Pop();
3906 /// Pop the top class of the stack of classes that are
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h274 // Dup, Pop, Test
284 bool Pop(InterpState &S, CodePtr OpPC) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1122 /// ExitScope - Pop a scope off the scope stack.
1437 /// Pop this class of the stack.
1438 void Pop() { function in class:clang::ParsingClassDefinition
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2733 // Operand #1 = Bytes To Pop
[all...]

Completed in 400 milliseconds