| /llvm-project-15.0.7/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)
|
| /llvm-project-15.0.7/libunwind/test/ |
| H A D | libunwind_01.pass.cpp | 123 const unw_word_t set_value = 7; in test_reg_get_set() local 124 if (unw_set_reg(&cursor, i, set_value) != UNW_ESUCCESS) in test_reg_get_set() 131 if (set_value != get_value) in test_reg_get_set() 145 const unw_fpreg_t set_value = 7; in test_fpreg_get_set() local 146 if (unw_set_fpreg(&cursor, i, set_value) != UNW_EBADREG) in test_fpreg_get_set()
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/support.coroutines/end.to.end/ |
| H A D | await_result.pass.cpp | 46 void set_value(int x) { in set_value() function 52 set_value(0); in f() 57 set_value(42); in f()
|
| /llvm-project-15.0.7/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
| H A D | await_result.pass.cpp | 47 void set_value(int x) { in set_value() function 53 set_value(0); in f() 58 set_value(42); in f()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.promise/ |
| H A D | set_value_const.pass.cpp | 38 p.set_value(i); in main() 45 p.set_value(i); in main() 62 p.set_value(i); in main()
|
| H A D | set_rvalue.pass.cpp | 38 p.set_value(std::move(i)); in main() 42 p.set_value(std::move(i)); in main() 57 p.set_value(std::move(i)); in main()
|
| H A D | dtor.pass.cpp | 31 p.set_value(3); in main() 63 p.set_value(i); in main() 94 p.set_value(); in main()
|
| H A D | set_value_void.pass.cpp | 30 p.set_value(); in main() 34 p.set_value(); in main()
|
| H A D | set_lvalue.pass.cpp | 30 p.set_value(i); in main() 38 p.set_value(i); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/ |
| H A D | wait.pass.cpp | 28 p.set_value(3); in func1() 37 p.set_value(j); in func3() 43 p.set_value(); in func5()
|
| H A D | wait_for.pass.cpp | 37 p.set_value(3); in func1() 46 p.set_value(j); in func3() 52 p.set_value(); in func5()
|
| H A D | wait_until.pass.cpp | 47 p.set_value(3); in func1() 57 p.set_value(j); in func3() 64 p.set_value(); in func5()
|
| H A D | get.pass.cpp | 29 p.set_value(3); in func1() 44 p.set_value(j); in func3() 56 p.set_value(); in func5()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | ExecutionSessionWrapperFunctionCallsTest.cpp | 55 RP.set_value(std::move(SerializationErr)); in TEST() 70 RP.set_value(std::move(SerializationErr)); in TEST() 71 RP.set_value(std::move(R)); in TEST() 112 RP.set_value(Result); in TEST()
|
| H A D | LookupAndRecordAddrsTest.cpp | 30 lookupAndRecordAddrs([&](Error Err) { ErrP.set_value(std::move(Err)); }, ES, in TEST_F() 45 lookupAndRecordAddrs([&](Error Err) { ErrP.set_value(std::move(Err)); }, ES, in TEST_F() 60 lookupAndRecordAddrs([&](Error Err) { ErrP.set_value(std::move(Err)); }, ES, in TEST_F()
|
| H A D | MemoryMapperTest.cpp | 23 M.reserve(NumBytes, [&](auto R) { P.set_value(std::move(R)); }); in reserve() 31 M.initialize(AI, [&](auto R) { P.set_value(std::move(R)); }); in initialize() 39 M.deinitialize(Allocations, [&](auto R) { P.set_value(std::move(R)); }); in deinitialize() 46 M.release(Reservations, [&](auto R) { P.set_value(std::move(R)); }); in release()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.shared_future/ |
| H A D | wait.pass.cpp | 28 p.set_value(3); in func1() 37 p.set_value(j); in func3() 43 p.set_value(); in func5()
|
| H A D | wait_until.pass.cpp | 47 p.set_value(3); in func1() 57 p.set_value(j); in func3() 64 p.set_value(); in func5()
|
| H A D | get.pass.cpp | 29 p.set_value(3); in func1() 44 p.set_value(j); in func3() 56 p.set_value(); in func5()
|
| H A D | wait_for.pass.cpp | 35 p.set_value(3); in func1() 44 p.set_value(j); in func3() 50 p.set_value(); in func5()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-thread-safety-analysis.c | 67 void set_value(int *a, int value) EXCLUSIVE_LOCKS_REQUIRED(foo_.mu_) { in set_value() function 104 …set_value(&a_, 0); // expected-warning{{calling function 'set_value' requires holding mutex 'foo_.… in main() 107 set_value(&a_, 1); in main()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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() 305 RP.set_value(std::move(R)); in callWrapper()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | TaskQueue.h | 48 P->set_value(C()); in invokeCallbackAndSetPromise() 53 P->set_value(); in invokeCallbackAndSetPromise()
|
| /llvm-project-15.0.7/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(); 582 void set_value(); 918 this->set_value(); 1009 this->set_value(); 1373 __state_->set_value(__r); 1461 void set_value(_Rp& __r); 1587 void set_value(); [all …]
|