Searched refs:Overlapped (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/ |
H A D | DirectoryWatcher-windows.cpp | 31 OVERLAPPED Overlapped; member in __anon3d5a8a810111::DirectoryWatcherWindows 105 memset(&Overlapped, 0, sizeof(Overlapped)); in DirectoryWatcherWindows() 106 Overlapped.hEvent = in DirectoryWatcherWindows() 108 assert(Overlapped.hEvent && "unable to create event"); in DirectoryWatcherWindows() 131 CloseHandle(Overlapped.hEvent); in ~DirectoryWatcherWindows() 156 &Overlapped, NULL)) { in WatcherThreadProc() 168 HANDLE Handles[2] = { Terminate, Overlapped.hEvent }; in WatcherThreadProc() 182 if (!GetOverlappedResult(DirectoryHandle, &Overlapped, &BytesTransferred, in WatcherThreadProc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 1805 bool Overlapped = OverlappedSrc || OverlappedDst; in fixShift64HighRegBug() local 1813 for (MCRegister Reg : Overlapped ? AMDGPU::VReg_64_Align2RegClass in fixShift64HighRegBug() 1821 Register NewAmt = Overlapped ? (Register)TRI.getSubReg(NewReg, AMDGPU::sub1) in fixShift64HighRegBug() 1825 if (Overlapped) in fixShift64HighRegBug() 1835 if (Overlapped) in fixShift64HighRegBug() 1853 if (Overlapped) in fixShift64HighRegBug()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 1102 DebugVariable Overlapped(Var.getVariable(), OptFragmentInfo, 1105 DebugVariableID OverlappedID = DVMap.insertDVID(Overlapped, Loc);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 1324 OVERLAPPED Overlapped = {}; 1325 Overlapped.Offset = uint32_t(Offset); 1326 Overlapped.OffsetHigh = uint32_t(Offset >> 32); 1327 return readNativeFileImpl(FileHandle, Buf, &Overlapped);
|