| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 27 HandleList Handles; member in DynamicLibrary::HandleSet 38 HandleList::iterator Find(void *Handle) { return find(Handles, Handle); } in Find() 41 return Handle == Process || Find(Handle) != Handles.end(); in Contains() 53 if (!AllowDuplicates && Find(Handle) != Handles.end()) { in AddLibrary() 58 Handles.push_back(Handle); in AddLibrary() 76 if (it != Handles.end()) { in CloseLibrary() 77 Handles.erase(it); in CloseLibrary() 83 for (void *Handle : Handles) { in LibLookup() 88 for (void *Handle : llvm::reverse(Handles)) { in LibLookup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 236 GAR->Handles.erase(I); in deleted() 270 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 284 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 289 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 298 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 459 Handles.front().I = Handles.begin(); in AnalyzeIndirectGlobalMemory() 464 Handles.front().I = Handles.begin(); in AnalyzeIndirectGlobalMemory() 507 Handles.front().I = Handles.begin(); in AnalyzeCallGraph() 959 Handles(std::move(Arg.Handles)) { in GlobalsAAResult() 961 for (auto &H : Handles) { in GlobalsAAResult() [all …]
|
| H A D | BranchProbabilityInfo.cpp | 1060 Handles.clear(); in releaseMemory() 1139 Handles.insert(BasicBlockCallbackVH(Src, this)); in setEdgeProbability() 1169 Handles.insert(BasicBlockCallbackVH(Dst, this)); in copyEdgeProbabilities() 1211 Handles.erase(BasicBlockCallbackVH(BB, this)); in eraseBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | DynamicLibrary.inc | 25 for (void *Handle : llvm::reverse(Handles)) 98 // | Handles | DbgHelp.dll | CreateSnapshot | EnumProcessModulesEx 119 std::vector<HMODULE> Handles; 123 Handles.resize(Bytes / sizeof(HMODULE)); 124 if (!GetProcessModules(Self, Bytes, Handles.data())) 126 } while (Bytes != (Handles.size() * sizeof(HMODULE))); 129 if (FARPROC Ptr = GetProcAddress(HMODULE(Handles.front()), Symbol)) 132 if (Handles.size() > 1) { 139 for (auto I = Handles.rbegin(), E = Handles.rend() - 1; I != E; ++I) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BranchProbabilityInfo.h | 125 : Handles(std::move(Arg.Handles)), Probs(std::move(Arg.Probs)), in BranchProbabilityInfo() 128 for (auto &Handle : Handles) in BranchProbabilityInfo() 137 Handles = std::move(RHS.Handles); 140 for (auto &Handle : Handles) 324 DenseSet<BasicBlockCallbackVH, DenseMapInfo<Value*>> Handles; variable
|
| H A D | GlobalsModRef.h | 73 std::list<DeletionCallbackHandle> Handles; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 1151 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in AddToUseList() local 1152 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray(); in AddToUseList() 1154 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList() 1161 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) || in AddToUseList() 1162 Handles.size() == 1) { in AddToUseList() 1167 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(), in AddToUseList() 1168 E = Handles.end(); I != E; ++I) { in AddToUseList() 1194 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in RemoveFromUseList() local 1195 if (Handles.isPointerIntoBucketsArray(PrevPtr)) { in RemoveFromUseList() 1196 Handles.erase(getValPtr()); in RemoveFromUseList()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | FuchsiaHandleChecker.cpp | 336 SmallVector<SymbolRef, 1024> Handles = in checkPreCall() local 344 for (SymbolRef Handle : Handles) { in checkPreCall() 417 SmallVector<SymbolRef, 1024> Handles = in checkPostCall() local 420 for (SymbolRef Handle : Handles) { in checkPostCall() 584 SmallVector<SymbolRef, 1024> Handles = in checkPointerEscape() local 586 for (SymbolRef Handle : Handles) { in checkPointerEscape()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/ |
| H A D | DirectoryWatcher-windows.cpp | 168 HANDLE Handles[2] = { Terminate, Overlapped.hEvent }; in WatcherThreadProc() local 169 switch (WaitForMultipleObjects(2, Handles, FALSE, INFINITE)) { in WatcherThreadProc()
|
| /freebsd-14.2/contrib/googletest/googlemock/ |
| H A D | README.md | 21 - Handles functions of arbitrary types and overloaded functions.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | sdhci-am654.txt | 18 - clocks: Handles to the clock inputs.
|
| H A D | sdhci-am654.yaml | 45 description: Handles to input clocks
|
| H A D | arasan,sdhci.txt | 40 - clocks: From clock bindings: Handles to clock inputs.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 21 // Handles byval parameters. 161 // Handles byval parameters. 209 // Handles byval parameters.
|
| H A D | ARMInstrInfo.td | 584 // Call target for ARM. Handles conditional/unconditional
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | DynamicLibrary.inc | 18 for (void *Handle : llvm::reverse(Handles))
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCallingConv.td | 59 /// Handles byval parameters.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 115 // Handles byval parameters. 534 // Handles byval parameters. 834 // Handles byval/preallocated parameters. 904 // Handles byval parameters. Note that, like FastCC, we can't rely on 975 // Handles byval parameters. Note that we can't rely on the delegation
|
| /freebsd-14.2/contrib/libxo/doc/ |
| H A D | api.rst | 9 .. index:: Handles 12 Handles chapter 19 Handles give an abstraction for libxo that encapsulates the state of a 20 stream of output. Handles have the data type "`xo_handle_t`" and are 44 Handles are created using `xo_create` and destroy using
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallingConv.td | 262 // Handles byval parameters.
|
| /freebsd-14.2/libexec/rc/ |
| H A D | network.subr | 807 # Helper function for ifalias_expand_addr(). Handles IPv4. 896 # Helper function for ifalias_expand_addr(). Handles IPv6.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 7130 std::list<HandleSDNode> Handles; in getNegatedExpression() local 7202 Handles.emplace_back(NegX); in getNegatedExpression() 7210 Handles.clear(); in getNegatedExpression() 7258 Handles.emplace_back(NegX); in getNegatedExpression() 7266 Handles.clear(); in getNegatedExpression() 7306 Handles.emplace_back(NegZ); in getNegatedExpression() 7314 Handles.emplace_back(NegX); in getNegatedExpression() 7322 Handles.clear(); in getNegatedExpression() 7369 Handles.emplace_back(NegLHS); in getNegatedExpression() 7377 Handles.clear(); in getNegatedExpression()
|
| /freebsd-14.2/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 2745 * Import mostly complete X.509 and CMS library. Handles, PEM, DER,
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 5712 return from this interface. Handles a possible timeout case if 8473 immediately enabled. Handles the FADT-defined GPEs as well as GPE Block 10029 and continue. Handles the case where the method inadvertently declares 10201 Handles the case for the Interrupt Resource Descriptor where 14286 Buffers, Strings, Packages, Object References, and DDB Handles. If
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 6507 Handles are a way to identify resources like files, sockets, and processes.
|