| /freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCAPElim.cpp | 94 Instruction *Push = nullptr; in OptimizeBB() local 99 Push = Inst; in OptimizeBB() 104 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) { in OptimizeBB() 110 << " Push: " << *Push in OptimizeBB() 113 Push->eraseFromParent(); in OptimizeBB() 115 Push = nullptr; in OptimizeBB() 119 Push = nullptr; in OptimizeBB()
|
| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | T0Comp.cs | 384 cpu.Push(tv); in T0Comp() 417 cpu.Push(tv); in T0Comp() 691 cpu.Push(v); in T0Comp() 763 cpu.Push(c); in T0Comp() 834 cpu.Push(a); in T0Comp() 862 cpu.Push(a); in T0Comp() 866 cpu.Push(-ax); in T0Comp() 871 cpu.Push(ax * bx); in T0Comp() 876 cpu.Push(ax / bx); in T0Comp() 960 cpu.Push(~ax); in T0Comp() [all …]
|
| H A D | OpcodeGetLocal.cs | 39 cpu.Push(cpu.GetLocal(num)); in Run()
|
| H A D | OpcodeConst.cs | 39 cpu.Push(val); in Run()
|
| H A D | WordData.cs | 78 cpu.Push(new TValue(offset, new TPointerBlob(blob))); in Run()
|
| H A D | CPU.cs | 105 internal void Push(TValue v) in Push() method in CPU
|
| /freebsd-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-generated-function-mockers_test.cc | 391 virtual void Push(const T& value) = 0; 403 MOCK_METHOD1_T(Push, void(const T& elem)); 424 EXPECT_CALL(mock, Push(_)); in TEST() 432 mock.Push(5); in TEST() 461 STDMETHOD_(void, Push)(const T& value) = 0; 473 MOCK_METHOD1_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Push, void(const T& elem)); 490 EXPECT_CALL(mock, Push(_)); in TEST() 498 mock.Push(5); in TEST()
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread_list.h | 75 void Push(Thread *t) { in Push() function 125 live_list_.Push(t); in CreateCurrentThread() 138 free_list_.Push(t); in ReleaseThread()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 504 MachineBasicBlock::iterator Push = nullptr; in adjustCallSequence() local 527 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp); in adjustCallSequence() 554 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)); in adjustCallSequence() 558 Push->addOperand(DefMov->getOperand(i)); in adjustCallSequence() 563 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)) in adjustCallSequence() 576 MBB, std::next(Push), DL, in adjustCallSequence()
|
| /freebsd-12.1/stand/i386/pxeldr/ |
| H A D | pxeldr.S | 268 pushl %eax # Push it onto the stack 269 loop push_arg # Push all of the arguments
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_lfstack.h | 36 void Push(T *p) { in Push() function
|
| /freebsd-12.1/stand/i386/cdboot/ |
| H A D | cdboot.S | 530 push %eax # Push it onto the stack 531 loop push_arg # Push all of the arguments
|
| /freebsd-12.1/stand/ficl/softwords/ |
| H A D | ficlclass.fr | 21 \ Push word's name...
|
| /freebsd-12.1/stand/i386/btx/lib/ |
| H A D | btxv86.s | 52 pushl $__v86 # Push pointer
|
| /freebsd-12.1/sys/dts/ |
| H A D | bindings-gpio.txt | 88 GPIO_PIN_PUSHPULL 0x0010 Push-pull output
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 273 void Push(ObjectSP item) { m_items.push_back(item); } in Push() function 373 object_sp->Push(key_object_sp); in GetKeys()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_allocator.h | 105 void Push(AsanChunk *n);
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | agentexpr.texi | 167 Push the value of register 1 (presumably holding @code{x}) onto the 171 Push the value of register 2 (holding @code{y}). 174 Push the address of @code{z} onto the stack. 231 Push the 8-bit integer constant @var{n} on the stack, without sign 366 natural target endianness. Push the fetched value as an unsigned 383 Push another copy of the stack's top element. 416 Push the integer constant @var{n} on the stack, without sign extension. 429 Push the value of register number @var{n}, without sign extension. The
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | orion5x-lacie-d2-network.dts | 44 label = "Front Push Button";
|
| H A D | am3517-evm.dts | 44 label = "User Push Button";
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 526 void Push(const lldb::IOHandlerSP &sp) { in Push() function
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | sol2-gc1.asm | 123 ! Push the environment vector pointer, the argument vector pointer,
|
| H A D | sol2-c1.asm | 110 ! Push the environment vector pointer, the argument vector pointer,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 1146 enum ActionType { Push, Pop, Attribute }; enumerator 1408 assert((Info->Action == PragmaAttributeInfo::Push || in HandlePragmaAttribute() 1412 if (Info->Action == PragmaAttributeInfo::Push && Info->Tokens.empty()) { in HandlePragmaAttribute() 1565 if (Info->Action == PragmaAttributeInfo::Push) in HandlePragmaAttribute() 3199 Info->Action = PragmaAttributeInfo::Push; in HandlePragma() 3212 if ((Info->Action == PragmaAttributeInfo::Push && Tok.isNot(tok::eod)) || in HandlePragma()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 417 signal_array.Push(dictionary); in Handle_jSignalsInfo()
|