/llvm-project/flang/test/Semantics/ |
H A D | notifywait03.f90 | 25 notify wait(non_notify) 28 notify wait(non_coarray) 31 notify wait(notify_var[1]) 34 notify wait(notify_array(1)[1]) 37 notify wait(notify_array) 42 notify wait(notify_var, until_count=invalid_type) 45 notify wait(notify_var, until_count=non_scalar) 50 notify wait(notify_var, stat=invalid_type) 53 notify wait(notify_var, stat=non_scalar) 58 notify wait(notify_var, errmsg=invalid_type) [all …]
|
H A D | notifywait02.f90 | 22 notify wait(notify=notify_var) 28 notify wait(notify_var, until_amount=count) 32 notify wait(notify_var, until_count) 36 notify wait(notify_var, count) 42 notify wait(notify_var, status=sync_status) 46 notify wait(notify_var, stat) 50 notify wait(notify_var, sync_status) 56 notify wait(notify_var, errormsg=error_message) 60 notify wait(notify_var, error_message) 64 notify wait(notify_var, errmsg) [all …]
|
H A D | notifywait01.f90 | 15 notify wait(notify_var) 16 notify wait(notify_var, until_count=count) 17 notify wait(notify_var, until_count=count_array(1)) 18 notify wait(notify_var, until_count=coindexed_integer[1]) 19 notify wait(notify_var, stat=sync_status) 20 notify wait(notify_var, until_count=count, stat=sync_status) 21 notify wait(notify_var, errmsg=error_message) 22 notify wait(notify_var, until_count=count, errmsg=error_message) 23 notify wait(notify_var, stat=sync_status, errmsg=error_message) 24 notify wait(notify_var, until_count=count, stat=sync_status, errmsg=error_message)
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | PathMappingList.h | 38 void Append(llvm::StringRef path, llvm::StringRef replacement, bool notify); 40 void Append(const PathMappingList &rhs, bool notify); 45 bool notify); 47 void Clear(bool notify); 68 uint32_t insert_idx, bool notify); 70 bool Remove(size_t index, bool notify); 72 bool Remove(ConstString path, bool notify); 74 bool Replace(llvm::StringRef path, llvm::StringRef replacement, bool notify); 77 uint32_t index, bool notify); 149 void Notify(bool notify) cons [all...] |
H A D | ThreadList.h | 75 bool SetSelectedThreadByID(lldb::tid_t tid, bool notify = false); 77 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false);
|
/llvm-project/lldb/source/Target/ |
H A D | PathMappingList.cpp | 69 void PathMappingList::Notify(bool notify) const { in Append() 77 if (notify && callback) in Append() 82 bool notify) { 87 Notify(notify); in AppendUnique() 90 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in AppendUnique() 101 Notify(notify); in Insert() 105 llvm::StringRef replacement, bool notify) { in Insert() 117 Notify(notify); in Replace() 122 uint32_t index, bool notify) { in Replace() 134 Notify(notify); in Remove() 63 Append(llvm::StringRef path,llvm::StringRef replacement,bool notify) Append() argument 71 Append(const PathMappingList & rhs,bool notify) Append() argument 84 AppendUnique(llvm::StringRef path,llvm::StringRef replacement,bool notify) AppendUnique() argument 98 Insert(llvm::StringRef path,llvm::StringRef replacement,uint32_t index,bool notify) Insert() argument 113 Replace(llvm::StringRef path,llvm::StringRef replacement,uint32_t index,bool notify) Replace() argument 124 Remove(size_t index,bool notify) Remove() argument 167 Clear(bool notify) Clear() argument 266 Replace(llvm::StringRef path,llvm::StringRef new_path,bool notify) Replace() argument 279 Remove(ConstString path,bool notify) Remove() argument [all...] |
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointList.cpp | 33 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add() argument 41 if (notify) in Add() 47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove() argument 57 if (notify) in Remove() 84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() argument 88 if (notify) { in RemoveAll() 96 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed() argument 102 if (notify) in RemoveAllowed()
|
H A D | WatchpointList.cpp | 20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add() argument 24 if (notify) { in Add() 169 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove() argument 174 if (notify) { in Remove() 231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() argument 233 if (notify) { in RemoveAll()
|
H A D | Watchpoint.cpp | 411 void Watchpoint::SetEnabled(bool enabled, bool notify) { in SetEnabled() argument 422 if (notify && !m_is_ephemeral && changed) in SetEnabled() 427 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType() argument 434 if (notify && in SetWatchpointType()
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ClangdLSPServerTests.cpp | 79 Client.notify("exit", nullptr); in stop() 172 Client.notify( in TEST_F() 180 Client.notify( in TEST_F() 361 Client.notify("add", 2); in TEST_F() 362 Client.notify("add", 8); in TEST_F() 461 Client.notify("increment", nullptr); in TEST_F() 462 Client.notify("increment", nullptr); in TEST_F() 463 Client.notify("increment", nullptr); in TEST_F() 467 Client.notify("increment", nullptr); in TEST_F() 468 Client.notify("incremen in TEST_F() [all...] |
H A D | LSPClient.cpp | 138 void notify(llvm::StringRef Method, llvm::json::Value V) override { in notify() function in clang::clangd::LSPClient::TransportImpl 195 void LSPClient::notify(llvm::StringRef Method, llvm::json::Value Params) { in notify() function in clang::clangd::LSPClient 230 notify( in didOpen() 236 notify("textDocument/didChange", in didChange() 241 notify("textDocument/didClose", Obj{{"textDocument", documentID(Path)}}); in didClose()
|
H A D | TUSchedulerTests.cpp | 251 Ready.notify(); in TEST_F() 275 [&](std::vector<Diag>) { N.notify(); }); in TEST_F() 340 Proceed.notify(); in TEST_F() 367 StartedRunning.notify(); in TEST_F() 374 ScheduledChange.notify(); in TEST_F() 430 Start.notify(); in TEST_F() 463 Start.notify(); in TEST_F() 752 TaskRun.notify(); in TEST_F() 977 TaskRun.notify(); in TEST_F() 1072 Ready.notify(); in TEST_F() [all …]
|
H A D | LSPBinderTests.cpp | 53 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function 75 void notify(const Foo &Params) { in TEST() function 86 Binder.notification("notify", &H, &Handler::notify); in TEST()
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointList.h | 38 lldb::break_id_t Add(lldb::BreakpointSP &bp_sp, bool notify); 91 bool Remove(lldb::break_id_t breakID, bool notify); 113 void RemoveAll(bool notify); 118 void RemoveAllowed(bool notify);
|
H A D | WatchpointList.h | 53 lldb::watch_id_t Add(const lldb::WatchpointSP &wp_sp, bool notify); 141 bool Remove(lldb::watch_id_t watchID, bool notify); 185 void RemoveAll(bool notify);
|
H A D | Watchpoint.h | 71 void SetEnabled(bool enabled, bool notify = true); 82 void SetWatchpointType(uint32_t type, bool notify = true);
|
/llvm-project/llvm/unittests/Support/ |
H A D | Threading.cpp | 65 void notify() { in notify() 94 ThreadStarted.notify(); in TEST() 96 ThreadFinished.notify(); in TEST() 102 ThreadAdvanced.notify(); in TEST() 64 void notify() { notify() function in __anonc87998810111::Notification
|
/llvm-project/llvm/test/CodeGen/WebAssembly/ |
H A D | atomic-fence.mir | 4 # memory.atomic.notify and i32.add will be reordered by register stackify pass 6 # memory.atomic.notify and i32.add, they cannot be reordered, and local.set and 7 # local.get are inserted to save and load memory.atomic.notify's return value.
|
/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 142 const bool notify = true; in SetEnabled() local 145 process_sp->EnableWatchpoint(watchpoint_sp, notify); in SetEnabled() 147 process_sp->DisableWatchpoint(watchpoint_sp, notify); in SetEnabled() 149 watchpoint_sp->SetEnabled(enabled, notify); in SetEnabled()
|
/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 266 const bool notify = true; in LoadBinaryViaLowmemUUID() local 271 force_symbol_search, notify, set_address_in_target, in LoadBinaryViaLowmemUUID() 325 const bool notify = true; in LoadBinariesViaMetadata() local 331 force_symbol_search, notify, set_address_in_target, in LoadBinariesViaMetadata() 383 const bool notify = true; in LoadBinariesViaMetadata() local 388 value_is_offset, force_symbol_search, notify, in LoadBinariesViaMetadata()
|
/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 170 const bool notify = false; in UpdateSymlinkMappings() local 171 m_symlink_paths.Clear(notify); in UpdateSymlinkMappings() 176 m_symlink_paths.Append(symlink.GetPath(), resolved.GetPath(), notify); in UpdateSymlinkMappings() 247 void ModuleList::Append(const ModuleSP &module_sp, bool notify) { in Append() argument 248 AppendImpl(module_sp, notify); in Append() 280 bool ModuleList::AppendIfNeeded(const ModuleSP &new_module, bool notify) { in AppendIfNeeded() argument 288 Append(new_module, notify); in AppendIfNeeded() 334 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { in Remove() argument 335 return RemoveImpl(module_sp, notify); in Remove() 403 if (Remove(*pos, false /* notify */)) in Remove() [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | ThreadingTests.cpp | 107 ReleaseB.notify(); in TEST_F() 114 ReleaseA.notify(); in TEST_F()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 164 void Append(const lldb::ModuleSP &module_sp, bool notify = true); 193 bool AppendIfNeeded(const lldb::ModuleSP &new_module, bool notify = true); 424 bool Remove(const lldb::ModuleSP &module_sp, bool notify = true);
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindows.h | 100 bool notify = true) override; 102 bool notify = true) override;
|
H A D | ProcessWindows.cpp | 697 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error); in OnDebugException() 870 Status ProcessWindows::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() 874 wp_sp->SetEnabled(true, notify); in EnableWatchpoint() 919 wp_sp->SetEnabled(true, notify); in DisableWatchpoint() 924 Status ProcessWindows::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint() 928 wp_sp->SetEnabled(false, notify); 956 wp_sp->SetEnabled(false, notify); 837 EnableWatchpoint(WatchpointSP wp_sp,bool notify) EnableWatchpoint() argument 891 DisableWatchpoint(WatchpointSP wp_sp,bool notify) DisableWatchpoint() argument
|