/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.h | 33 Stat(uint32_t Count, uint32_t Size) : Count(Count), Size(Size) {} struct 34 StatStatCollection::Stat Stat() argument 35 StatStatCollection::Stat Stat() argument 36 CountStatCollection::Stat global() argument 37 SizeStatCollection::Stat global() argument 39 updateStatCollection::Stat update() argument
|
H A D | DumpOutputStyle.cpp | 659 for (const auto &Stat : Stats.Individual) { in getLongestTypeLeafName() local 768 for (const auto &Stat : UdtTargetStats.getStatsSortedBySize()) { in dumpUdtStats() local 783 StatCollection::Stat Stat; in dumpUdtStats() member 788 for (const auto &Stat : NamespacedStats) in dumpUdtStats() local 794 for (const auto &Stat : NamespacedStatsSorted) { in dumpUdtStats() local
|
/freebsd/tools/test/stress2/misc/ |
H A D | rename6.sh | 86 Stat() function 108 Stat(); function 129 * but only when Stat() is running. function
|
H A D | tmpfs8.sh | 81 Stat() function 104 Stat(); function 134 * but only when Stat() is running. function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Statistic.cpp | 161 for (auto *Stat : Stats) { in reset() local 212 for (const TrackingStatistic *Stat : Stats.Stats) { in PrintStatisticsJSON() local 261 for (const auto &Stat : StatInfo->statistics()) in GetStatistics() local
|
H A D | FileCollector.cpp | 161 const sys::fs::file_status &Stat) { in copyAccessAndModificationTime() 188 sys::fs::file_status Stat; in copyFiles() local
|
H A D | TimeProfiler.cpp | 245 auto combineStat = [&](const auto &Stat) { in write() 252 for (const auto &Stat : CountAndTotalPerName) in write() local 255 for (const auto &Stat : TTP->CountAndTotalPerName) in write() local
|
H A D | FileOutputBuffer.cpp | 169 fs::file_status Stat; create() local
|
H A D | VirtualFileSystem.cpp | 650 Status Stat; member in llvm::vfs::detail::InMemoryFile 654 InMemoryFile(Status Stat, std::unique_ptr<llvm::MemoryBuffer> Buffer) in InMemoryFile() 698 Status Stat; member in llvm::vfs::detail::__anon5c4e8b480511::InMemorySymbolicLink 701 InMemorySymbolicLink(StringRef Path, StringRef TargetPath, Status Stat) in InMemorySymbolicLink() 752 Status Stat; member in llvm::vfs::detail::InMemoryDirectory 756 InMemoryDirectory(Status Stat) in InMemoryDirectory() 880 Status Stat( in addFile() local 928 Status Stat = NNI.makeStatus(); in addFile() local 946 Status Stat = NNI.makeStatus(); in addFileNoOwn() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 30 auto Stat = std::move(*MaybeStat); in readFile() local 131 llvm::ErrorOr<llvm::vfs::Status> Stat) { in getOrEmplaceEntryForFilename() 147 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID() 244 llvm::ErrorOr<llvm::vfs::Status> Stat = in computeAndStoreResult() local 321 llvm::vfs::Status Stat) in DepScanFile() 338 llvm::vfs::Status Stat; member in __anon6414b5590311::DepScanFile
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 64 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat) in CachedFileSystemEntry() 70 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat, in CachedFileSystemEntry() 304 llvm::vfs::Status Stat = Entry.getStatus(); in getStatus() local 414 findSharedEntryByUID(llvm::vfs::Status Stat) const { in findSharedEntryByUID()
|
/freebsd/contrib/sendmail/src/ |
H A D | stats.c | 20 static struct statistics Stat; variable
|
/freebsd/crypto/openssh/ |
H A D | sftp-server.c | 89 typedef struct Stat Stat; typedef 91 struct Stat { struct 92 char *name; 93 char *long_name; 94 Attrib attrib;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbol.cpp | 133 for (auto &Stat : Stats) { in dumpChildStats() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 270 llvm::Statistic &Stat) { in reportInvalidCandidate()
|
/freebsd/contrib/tcsh/ |
H A D | glob.c | 235 Stat(const char *fn, struct stat *sb) in Stat() function
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 664 for (const auto &Stat : BlockIDStats) { in printStats() local
|
/freebsd/usr.bin/truss/ |
H A D | syscall.h | 182 Stat, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 1141 auto CountParamAccesses = [&](auto &Stat) { in generateParamAccessSummary() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 3140 GDBRemoteCommunicationClient::Stat(const lldb_private::FileSpec &file_spec) { in Stat() function in GDBRemoteCommunicationClient
|