Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryAccess.h92 writeUInt8sAsync(Ws, [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt8s()
100 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt16s()
108 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt32s()
116 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt64s()
124 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writePointers()
132 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeBuffers()
139 P.set_value(std::move(Result)); in readUInt8s()
147 P.set_value(std::move(Result)); in readUInt16s()
155 P.set_value(std::move(Result)); in readUInt32s()
163 P.set_value(std::move(Result)); in readUInt64s()
[all …]
H A DEPCGenericDylibManager.h58 lookupAsync(H, Lookup, [&RP](auto R) { RP.set_value(std::move(R)); }); in lookup()
67 lookupAsync(H, Lookup, [&RP](auto R) { RP.set_value(std::move(R)); }); in lookup()
H A DDylibManager.h57 [&RP](auto Result) { RP.set_value(std::move(Result)); }); in lookupSymbols()
H A DExecutorProcessControl.h259 RP.set_value(std::move(R)); in callWrapper()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dent_setup.c40 #define set_value(X, V) do { if((X) == NULL) (X) = malloc(sizeof(*(X))); *(X) = V; } while(0) macro
145 set_value(ent->entry.valid_end, princ->princ_expire_time); in _kadm5_setup_entry()
152 set_value(ent->entry.pw_end, princ->pw_expiration); in _kadm5_setup_entry()
170 set_value(ent->entry.max_life, princ->max_life); in _kadm5_setup_entry()
175 set_value(ent->entry.max_life, def->max_life); in _kadm5_setup_entry()
186 set_value(ent->entry.max_renew, princ->max_renewable_life); in _kadm5_setup_entry()
191 set_value(ent->entry.max_renew, def->max_renewable_life); in _kadm5_setup_entry()
/freebsd/libexec/rtld-elf/tests/libval/
H A Dlibval.c12 void set_value(int);
22 set_value(int nval) in set_value() function
/freebsd/libexec/rtld-elf/tests/libdeep/
H A Dlibdeep.c13 void set_value(int);
27 return (set_value(val)); in proxy_set_value()
/freebsd/libexec/rtld-elf/tests/rtld_deepbind/
H A Drtld_deepbind.c14 void set_value(int);
27 set_value(APP_VALUE); in ATF_TC_BODY()
/freebsd/usr.sbin/bsdconfig/share/
H A Dgeom.subr112 function set_value(prop, value)
132 set_value("id", id)
139 set_value("config", struct)
166 set_value(prop "_ref", ref)
173 set_value(prop "_ref", ref)
178 set_value(prop propn, struct_stack[cur_struct+1])
187 set_value(prop, extract_data(prop))
192 set_value("nconsumers", struct_count["consumer"])
193 set_value("nproviders", struct_count["provider"])
199 set_value("ngeoms", struct_count["geom"])
/freebsd/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp62 void __assoc_sub_state::set_value() { in set_value() function in __assoc_sub_state
159 void promise<void>::set_value() { in set_value() function in promise
162 __state_->set_value(); in set_value()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dfuture78 void set_value(const R& r);
79 void set_value(R&& r);
108 void set_value(R& r);
136 void set_value();
493 void set_value();
542 _LIBCPP_HIDE_FROM_ABI void set_value(_Arg&& __arg);
560 void __assoc_state<_Rp>::set_value(_Arg&& __arg) {
609 _LIBCPP_HIDE_FROM_ABI void set_value(_Rp& __arg);
621 void __assoc_state<_Rp&>::set_value(_Rp& __arg) {
736 this->set_value(__func_());
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture78 void set_value(const R& r);
79 void set_value(R&& r);
108 void set_value(R& r);
136 void set_value();
552 void set_value();
597 _LIBCPP_HIDE_FROM_ABI void set_value(_Arg&& __arg);
615 void __assoc_state<_Rp>::set_value(_Arg&& __arg) {
664 _LIBCPP_HIDE_FROM_ABI void set_value(_Rp& __arg);
676 void __assoc_state<_Rp&>::set_value(_Rp& __arg) {
791 this->set_value(__func_());
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h140 FinalizeResultP.set_value(std::move(Result)); in finalize()
171 AllocResultP.set_value(std::move(Alloc)); in allocate()
195 [&](Error Err) { DeallocResultP.set_value(std::move(Err)); }); in deallocate()
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr76 function set_value(var, value) {
82 set_value("name", $1 )
83 set_value("password", "" )
84 set_value("uid", $3 )
85 set_value("gid", $4 )
86 set_value("class", $5 )
87 set_value("password_expire", $6 )
88 set_value("account_expire", $7 )
89 set_value("gecos", $8 )
90 set_value("home_dir", $9 )
[all …]
H A Dgroup_input.subr55 function set_value(var, value) {
61 set_value("name", $1)
62 set_value("password", "")
63 set_value("gid", $3)
64 set_value("members", $4)
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp319 EIP.set_value( in setup()
328 EIP.set_value(EI); in setup()
330 EIP.set_value(make_error<StringError>( in setup()
H A DMemoryMapper.cpp99 P.set_value(std::move(R)); in initialize()
167 deinitialize(AllocAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in release()
200 release(ReservationAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in ~InProcessMemoryMapper()
H A DDebugObjectManagerPlugin.cpp464 FinalizePromise.set_value(TargetMem.takeError()); in notifyEmitted()
469 FinalizePromise.set_value(std::move(Err)); in notifyEmitted()
475 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()
416 [&](ExecutorAddr Addr) { LandingAddrP.set_value(Addr); }); in reentry()
H A DSelfExecutorProcessControl.cpp165 ResultP.set_value(std::move(Result)); in jitDispatchViaWrapperFunctionManager()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp132 KV.second->set_value( in handleDisconnect()
244 P->set_value(std::move(R)); in handleResult()
H A DExecutorSharedMemoryMapperService.cpp192 P.set_value(std::move(R)); in initialize()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr228 function set_value(struct, prop, value)
268 set_value(struct, "data", blob_data)
290 set_value(struct, prop, value)
321 function set_value(struct, prop, value)
339 set_value(struct, "ssid", ssid)
340 set_value(struct, "bssid", $1)
341 set_value(struct, "freq", $2)
342 set_value(struct, "siglev", $3)
343 set_value(struct, "flags", $4)
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp67 ThreadsCreated.set_value(); in ThreadPoolExecutor()

12