Home
last modified time | relevance | path

Searched refs:set_value (Results 1 – 25 of 35) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddisassembly_mode.py23 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 Ddict_utils.py39 def set_value(self, v): member in Enum
/openbsd-src/sbin/wsconsctl/
H A Dmousecfg.c244 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 Dfuture.cpp83 __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 DExecutorProcessControl.h127 [&](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 DTaskQueue.h48 P->set_value(C()); in invokeCallbackAndSetPromise()
53 P->set_value(); in invokeCallbackAndSetPromise()
H A DThreadPool.h126 [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 Dfuture77 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 DJITLinkMemoryManager.h136 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 DSimpleRemoteEPC.cpp290 EIP.set_value( in setup()
299 EIP.set_value(EI); in setup()
301 EIP.set_value(make_error<StringError>( in setup()
H A DDebugObjectManagerPlugin.cpp467 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 DLookupAndRecordAddrs.cpp49 lookupAndRecordAddrs([&](Error Err) { ResultP.set_value(std::move(Err)); }, in lookupAndRecordAddrs()
H A DEPCIndirectionUtils.cpp96 [&](Error Err) { DeallocResultP.set_value(std::move(Err)); }); in deallocatePool()
419 [&](JITTargetAddress Addr) { LandingAddrP.set_value(Addr); }); in reentry()
H A DMemoryMapper.cpp154 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 DExecutorProcessControl.cpp193 ResultP.set_value(std::move(Result)); in jitDispatchViaWrapperFunctionManager()
/openbsd-src/sys/arch/luna88k/luna88k/
H A Dmachdep.c1167 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 Dhw_gpio.h57 enum gpio_result (*set_value)( member
H A Dhw_generic.c87 .set_value = dal_hw_gpio_set_value,
H A Dhw_hpd.c108 .set_value = dal_hw_gpio_set_value,
H A Dhw_ddc.c212 .set_value = dal_hw_gpio_set_value,
H A Dgpio_base.c99 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 DSimpleRemoteEPCServer.cpp132 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 DLLJITWithExecutorProcessControl.cpp112 LandingAddressP.set_value( in reenter()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DParallel.cpp64 ThreadsCreated.set_value(); in ThreadPoolExecutor()
/openbsd-src/gnu/llvm/llvm/utils/git/
H A Dgithub-automation.py49 config.set_value('user', 'name', 'llvmbot')
50 config.set_value('user', 'email', 'llvmbot@llvm.org')

12