| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | disassembly_mode.py | 23 def set_value(self, setting, value): member in DisassemblyMode 31 self.set_value("stop-disassembly-display","always") 32 self.set_value("stop-disassembly-count", "8") 33 self.set_value("stop-line-count-before", "0") 34 self.set_value("stop-line-count-after", "0") 38 self.set_value("stop-disassembly-display",self.dis_display) 39 self.set_value("stop-disassembly-count", self.dis_count) 40 self.set_value("stop-line-count-before", self.before_count) 41 self.set_value("stop-line-count-after", self.after_count)
|
| H A D | dict_utils.py | 39 def set_value(self, v): member in Enum
|
| /openbsd-src/sbin/wsconsctl/ |
| H A D | mousecfg.c | 244 set_value(struct wsmouse_parameters *field, enum wsmousecfg key, int value) in set_value() 262 set_value(field, key, (int) ((f * 4096 + 50) / 100)); 281 set_value(field, WSMOUSECFG_TAP_ONE_BTNMAP, i1); in set_tapping() 282 set_value(field, WSMOUSECFG_TAP_TWO_BTNMAP, i2); in set_tapping() 283 set_value(field, WSMOUSECFG_TAP_THREE_BTNMAP, i3); in set_tapping() 400 set_value(field, WSMOUSECFG_DX_SCALE, n); in mousecfg_rd_field() 403 set_value(field, WSMOUSECFG_DY_SCALE, n); in mousecfg_rd_field() 242 set_value(struct wsmouse_parameters *field, enum wsmousecfg key, int value) set_value() function
|
| /openbsd-src/gnu/llvm/libcxx/src/ |
| H A D | future.cpp | 83 __assoc_sub_state::set_value() in set_value() function in __assoc_sub_state 219 promise<void>::set_value() in set_value() function in promise 223 __state_->set_value(); in set_value()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutorProcessControl.h | 127 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt8s() 135 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt16s() 143 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt32s() 151 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt64s() 159 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeBuffers() 314 RP.set_value(std::move(R)); in callWrapper()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | TaskQueue.h | 48 P->set_value(C()); in invokeCallbackAndSetPromise() 53 P->set_value(); in invokeCallbackAndSetPromise()
|
| H A D | ThreadPool.h | 126 [Promise = std::move(Promise), Task]() { Promise->set_value(Task()); }, in createTaskAndFuture() 136 Promise->set_value(); in createTaskAndFuture()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | future | 77 void set_value(const R& r); 78 void set_value(R&& r); 107 void set_value(R& r); 135 void set_value(); 580 void set_value(); 638 void set_value(_Arg&& __arg); 660 __assoc_state<_Rp>::set_value(_Arg&& __arg) 717 void set_value(_Rp& __arg); 732 __assoc_state<_Rp&>::set_value(_Rp& __arg) 876 this->set_value(__func_()); [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 136 FinalizeResultP.set_value(std::move(Result)); in finalize() 167 AllocResultP.set_value(std::move(Alloc)); in allocate() 191 [&](Error Err) { DeallocResultP.set_value(std::move(Err)); }); in deallocate()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 290 EIP.set_value( in setup() 299 EIP.set_value(EI); in setup() 301 EIP.set_value(make_error<StringError>( in setup()
|
| H A D | DebugObjectManagerPlugin.cpp | 467 FinalizePromise.set_value(TargetMem.takeError()); in notifyEmitted() 471 FinalizePromise.set_value(std::move(Err)); in notifyEmitted() 477 FinalizePromise.set_value(MR.withResourceKeyDo([&](ResourceKey K) { in notifyEmitted()
|
| H A D | LookupAndRecordAddrs.cpp | 49 lookupAndRecordAddrs([&](Error Err) { ResultP.set_value(std::move(Err)); }, in lookupAndRecordAddrs()
|
| H A D | EPCIndirectionUtils.cpp | 96 [&](Error Err) { DeallocResultP.set_value(std::move(Err)); }); in deallocatePool() 419 [&](JITTargetAddress Addr) { LandingAddrP.set_value(Addr); }); in reentry()
|
| H A D | MemoryMapper.cpp | 154 deinitialize(AllocAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in release() 187 release(ReservationAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in ~InProcessMemoryMapper()
|
| H A D | ExecutorProcessControl.cpp | 193 ResultP.set_value(std::move(Result)); in jitDispatchViaWrapperFunctionManager()
|
| /openbsd-src/sys/arch/luna88k/luna88k/ |
| H A D | machdep.c | 1167 u_int32_t set_value; in setlevel() local 1170 set_value = int_set_val[level]; in setlevel() 1174 set_value &= INT_SLAVE_MASK; in setlevel() 1178 *(volatile uint32_t *)ci->ci_intr_mask = set_value; in setlevel()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/gpio/ |
| H A D | hw_gpio.h | 57 enum gpio_result (*set_value)( member
|
| H A D | hw_generic.c | 87 .set_value = dal_hw_gpio_set_value,
|
| H A D | hw_hpd.c | 108 .set_value = dal_hw_gpio_set_value,
|
| H A D | hw_ddc.c | 212 .set_value = dal_hw_gpio_set_value,
|
| H A D | gpio_base.c | 99 return gpio->pin->funcs->set_value(gpio->pin, value); in dal_gpio_set_value()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 132 KV.second->set_value( in handleDisconnect() 240 P->set_value(std::move(R)); in handleResult()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/ |
| H A D | LLJITWithExecutorProcessControl.cpp | 112 LandingAddressP.set_value( in reenter()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Parallel.cpp | 64 ThreadsCreated.set_value(); in ThreadPoolExecutor()
|
| /openbsd-src/gnu/llvm/llvm/utils/git/ |
| H A D | github-automation.py | 49 config.set_value('user', 'name', 'llvmbot') 50 config.set_value('user', 'email', 'llvmbot@llvm.org')
|