| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 242 GAR->Handles.erase(I); in deleted() 297 Handles.emplace_front(*this, &F); in AnalyzeGlobals() 298 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 311 Handles.emplace_front(*this, &GV); in AnalyzeGlobals() 312 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 316 Handles.emplace_front(*this, Reader); in AnalyzeGlobals() 317 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 325 Handles.emplace_front(*this, Writer); in AnalyzeGlobals() 326 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 462 Handles.emplace_front(*this, AllocRelatedValues.back()); in AnalyzeIndirectGlobalMemory() [all …]
|
| H A D | BranchProbabilityInfo.cpp | 1078 Handles.clear(); in releaseMemory() 1177 Handles.insert(BasicBlockCallbackVH(Src, this)); in setEdgeProbability() 1206 Handles.insert(BasicBlockCallbackVH(Dst, this)); in copyEdgeProbabilities() 1237 Handles.erase(BasicBlockCallbackVH(BB, this)); in eraseBlock()
|
| H A D | CFLSteensAliasAnalysis.cpp | 239 Handles.emplace_front(Fn, this); in scan()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 31 HandleList Handles; member in DynamicLibrary::HandleSet 42 HandleList::iterator Find(void *Handle) { return find(Handles, Handle); } in Find() 45 return Handle == Process || Find(Handle) != Handles.end(); in Contains() 54 if (Find(Handle) != Handles.end()) { in AddLibrary() 59 Handles.push_back(Handle); in AddLibrary() 76 for (void *Handle : Handles) { in LibLookup() 81 for (void *Handle : llvm::reverse(Handles)) { in LibLookup()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
| H A D | drv0_use.c | 57 EFI_HANDLE *Handles = NULL; in efi_main() local 63 NULL, &NoHandles, &Handles); in efi_main() 72 Status = PlayWithGnuEfiAppsDrv0Protocol(Handles[i]); in efi_main() 77 if (Handles) in efi_main() 78 FreePool(Handles); in efi_main()
|
| H A D | route80h.c | 63 EFI_HANDLE *Handles; in find_pci_device() local 70 &Handles); in find_pci_device() 76 rc = uefi_call_wrapper(BS->OpenProtocol, 6, Handles[i], in find_pci_device()
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | poll.c | 109 afd_poll_info->Handles[0].Handle = (HANDLE) handle->socket; in uv__fast_poll_submit_poll_req() 110 afd_poll_info->Handles[0].Status = 0; in uv__fast_poll_submit_poll_req() 111 afd_poll_info->Handles[0].Events = 0; in uv__fast_poll_submit_poll_req() 114 afd_poll_info->Handles[0].Events |= AFD_POLL_RECEIVE | in uv__fast_poll_submit_poll_req() 118 afd_poll_info->Handles[0].Events |= AFD_POLL_DISCONNECT; in uv__fast_poll_submit_poll_req() 122 afd_poll_info->Handles[0].Events |= AFD_POLL_SEND | AFD_POLL_CONNECT_FAIL; in uv__fast_poll_submit_poll_req() 168 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_RECEIVE | in uv__fast_poll_process_poll_req() 171 if ((afd_poll_info->Handles[0].Events & AFD_POLL_DISCONNECT) != 0) { in uv__fast_poll_process_poll_req() 175 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_SEND | in uv__fast_poll_process_poll_req() 182 if (afd_poll_info->Handles[0].Events & AFD_POLL_LOCAL_CLOSE) { in uv__fast_poll_process_poll_req() [all …]
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | init.c | 121 EFI_HANDLE *Handles; in InitializeUnicodeSupport() local 127 LibLocateHandle (ByProtocol, &UnicodeCollationProtocol, NULL, &NoHandles, &Handles); in InitializeUnicodeSupport() 137 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], &UnicodeCollationProtocol, (VOID… in InitializeUnicodeSupport() 166 if (Handles) { in InitializeUnicodeSupport() 167 FreePool (Handles); in InitializeUnicodeSupport()
|
| H A D | hand.c | 35 EFI_HANDLE *Handles; in LibLocateProtocol() local 39 Status = LibLocateHandle (ByProtocol, ProtocolGuid, NULL, &NumberHandles, &Handles); in LibLocateProtocol() 46 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface); in LibLocateProtocol() 52 if (Handles) { in LibLocateProtocol() 53 FreePool (Handles); in LibLocateProtocol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | DynamicLibrary.inc | 26 for (void *Handle : llvm::reverse(Handles)) 101 // | Handles | DbgHelp.dll | CreateSnapshot | EnumProcessModulesEx 122 std::vector<HMODULE> Handles; 126 Handles.resize(Bytes / sizeof(HMODULE)); 127 if (!GetProcessModules(Self, Bytes, Handles.data())) 129 } while (Bytes != (Handles.size() * sizeof(HMODULE))); 132 if (FARPROC Ptr = GetProcAddress(HMODULE(Handles.front()), Symbol)) 135 if (Handles.size() > 1) { 142 for (auto I = Handles.rbegin(), E = Handles.rend()-1; I != E; ++I) {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Value.cpp | 1050 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in AddToUseList() local 1051 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray(); in AddToUseList() 1053 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList() 1060 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) || in AddToUseList() 1061 Handles.size() == 1) { in AddToUseList() 1066 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(), in AddToUseList() 1067 E = Handles.end(); I != E; ++I) { in AddToUseList() 1093 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in RemoveFromUseList() local 1094 if (Handles.isPointerIntoBucketsArray(PrevPtr)) { in RemoveFromUseList() 1095 Handles.erase(getValPtr()); in RemoveFromUseList()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | FuchsiaHandleChecker.cpp | 339 SmallVector<SymbolRef, 1024> Handles = in checkPreCall() local 347 for (SymbolRef Handle : Handles) { in checkPreCall() 420 SmallVector<SymbolRef, 1024> Handles = in checkPostCall() local 423 for (SymbolRef Handle : Handles) { in checkPostCall() 587 SmallVector<SymbolRef, 1024> Handles = in checkPointerEscape() local 589 for (SymbolRef Handle : Handles) { in checkPointerEscape()
|
| /netbsd-src/external/mit/libuv/dist/docs/src/guide/ |
| H A D | basics.rst | 136 Handles and Requests 141 Handles are opaque structs named as ``uv_TYPE_t`` where type signifies what the 189 Handles represent long-lived objects. Async operations on such handles are 197 Handles are setup by a corresponding::
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | CFLAndersAliasAnalysis.h | 87 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles; variable
|
| H A D | CFLSteensAliasAnalysis.h | 102 std::forward_list<cflaa::FunctionHandle<CFLSteensAAResult>> Handles; variable
|
| H A D | GlobalsModRef.h | 76 std::list<DeletionCallbackHandle> Handles; variable
|
| H A D | BranchProbabilityInfo.h | 320 DenseSet<BasicBlockCallbackVH, DenseMapInfo<Value*>> Handles; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 21 // Handles byval parameters. 161 // Handles byval parameters. 209 // Handles byval parameters.
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | design.rst | 24 Handles and requests 30 Handles represent long-lived objects capable of performing certain operations while active. Some ex…
|
| H A D | handle.rst | 149 Handles that wrap file descriptors are closed immediately but
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | DynamicLibrary.inc | 18 for (void *Handle : llvm::reverse(Handles))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kCallingConv.td | 64 /// Handles byval parameters.
|
| /netbsd-src/external/mit/libuv/dist/include/uv/ |
| H A D | win.h | 223 AFD_POLL_HANDLE_INFO Handles[1]; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 77 // Handles byval parameters. 505 // Handles byval parameters. 808 // Handles byval/preallocated parameters. 874 // Handles byval parameters. Note that, like FastCC, we can't rely on 945 // Handles byval parameters. Note that we can't rely on the delegation
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-zeilenga-ldap-c-api-concurrency-xx.txt | 129 5.2. Atomic Session Handles 170 6.2. Duplicated Session Handles 333 8.2. Duplicated Session Handles
|