Home
last modified time | relevance | path

Searched refs:Avail (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenCLOptions.h73 unsigned Avail = 100U; member
90 : WithPragma(Pragma), Avail(AvailV), Core(CoreV), Opt(OptV) {} in OpenCLOptionInfo()
100 return CLVer >= Avail; in isAvailableIn()
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dswapinfo_example.txt13 Disk Avail 397 MB
17 Swap Avail 709 MB
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dswapinfo_example.txt13 Disk Avail 397 MB
17 Swap Avail 709 MB
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp26 DomainValue *dv = Avail.empty() ? new (Allocator.Allocate()) DomainValue in alloc()
27 : Avail.pop_back_val(); in alloc()
47 Avail.push_back(DV); in release()
466 Avail.clear(); in runOnMachineFunction()
H A DMachineCopyPropagation.cpp92 bool Avail; member
107 CI->second.Avail = false; in markRegsUnavailable()
184 if (MustBeAvailable && !CI->second.Avail) in findCopyForUnit()
/netbsd-src/external/bsd/iscsi/dist/doc/
H A DHOWTO-iSCSI-encrypt.txt38 Filesystem 1K-blocks Used Avail %Cap Mounted on
169 Filesystem 1K-blocks Used Avail %Cap Mounted on
177 Filesystem 1K-blocks Used Avail %Cap Mounted on
223 Filesystem 1K-blocks Used Avail %Cap Mounted on
/netbsd-src/tests/bin/df/
H A Dt_df.sh36 Filesystem 1K-blocks Used Avail %Cap Mounted on
94 Filesystem Size Used Avail %Cap Mounted on
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h118 SmallVector<DomainValue *, 16> Avail; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp30 if (const auto *Avail = dyn_cast<AvailabilityAttr>(A)) { in getAttrForPlatform() local
36 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform()
48 return Avail; in getAttrForPlatform()
H A DSemaDeclAttr.cpp2439 auto *Avail = ::new (Context) AvailabilityAttr( in mergeAvailabilityAttr() local
2442 Avail->setImplicit(Implicit); in mergeAvailabilityAttr()
2443 return Avail; in mergeAvailabilityAttr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp297 bool Avail = ResourceTracker->canReserveResources(*ExtMI); in tryAllocateResourcesForConstExt() local
298 if (Reserve && Avail) in tryAllocateResourcesForConstExt()
301 return Avail; in tryAllocateResourcesForConstExt()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8019 if (AvailabilityAttr *Avail = dyn_cast<AvailabilityAttr>(A)) { in getCursorPlatformAvailabilityForDecl() local
8020 AvailabilityAttrs.push_back(Avail); in getCursorPlatformAvailabilityForDecl()
8108 for (const auto &Avail : in clang_getCursorPlatformAvailability() local
8111 availability[Avail.index()].Platform = in clang_getCursorPlatformAvailability()
8112 cxstring::createDup(Avail.value()->getPlatform()->getName()); in clang_getCursorPlatformAvailability()
8113 availability[Avail.index()].Introduced = in clang_getCursorPlatformAvailability()
8114 convertVersion(Avail.value()->getIntroduced()); in clang_getCursorPlatformAvailability()
8115 availability[Avail.index()].Deprecated = in clang_getCursorPlatformAvailability()
8116 convertVersion(Avail.value()->getDeprecated()); in clang_getCursorPlatformAvailability()
8117 availability[Avail.index()].Obsoleted = in clang_getCursorPlatformAvailability()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc161 ULARGE_INTEGER Avail, Total, Free;
162 if (!::GetDiskFreeSpaceExA(Path.str().c_str(), &Avail, &Total, &Free))
169 (static_cast<uint64_t>(Avail.HighPart) << 32) + Avail.LowPart;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3962 Record.push_back(V.Avail); in WriteOpenCLExtensions()
H A DASTReader.cpp3632 OptInfo.Avail = Record[I++]; in ReadASTBlock()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git10334 │[ No Source Avail