/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.h | 31 struct Stat { struct 32 Stat() {} in Stat() function 33 Stat(uint32_t Count, uint32_t Size) : Count(Count), Size(Size) {} in Stat() argument 34 uint32_t Count = 0; 35 uint32_t Size = 0; 37 void update(uint32_t RecordSize) { in update()
|
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 in dumpUdtStats() local 794 for (const auto &Stat : NamespacedStatsSorted) { dumpUdtStats() local [all...] |
/freebsd-src/tools/test/stress2/misc/ |
H A D | tmpfs8.sh | 81 Stat() function 104 Stat(); function 134 * but only when Stat() is running. function
|
H A D | rename6.sh | 86 Stat() function 108 Stat(); function 129 * but only when Stat() is running. function
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 30 auto Stat = std::move(*MaybeStat); in readFile() local 130 getOrEmplaceEntryForFilename(StringRef Filename,llvm::ErrorOr<llvm::vfs::Status> Stat) getOrEmplaceEntryForFilename() argument 141 getOrEmplaceEntryForUID(llvm::sys::fs::UniqueID UID,llvm::vfs::Status Stat,std::unique_ptr<llvm::MemoryBuffer> Contents) getOrEmplaceEntryForUID() argument 230 llvm::ErrorOr<llvm::vfs::Status> Stat = computeAndStoreResult() local 309 DepScanFile(std::unique_ptr<llvm::MemoryBuffer> Buffer,llvm::vfs::Status Stat) DepScanFile() argument 326 llvm::vfs::Status Stat; global() member in __anonf1ea312b0211::DepScanFile [all...] |
/freebsd-src/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 | TimeProfiler.cpp | 195 __anone92b45800802(const auto &Stat) write() argument 202 for (const auto &Stat : CountAndTotalPerName) write() local 205 for (const auto &Stat : TTP->CountAndTotalPerName) write() local
|
H A D | FileCollector.cpp | 161 const sys::fs::file_status &Stat) { in copyAccessAndModificationTime() argument 188 sys::fs::file_status Stat; in copyFiles() local
|
H A D | FileOutputBuffer.cpp | 172 fs::file_status Stat; in create() local
|
H A D | VirtualFileSystem.cpp | 626 Status Stat; global() member in llvm::vfs::detail::InMemoryFile 630 InMemoryFile(Status Stat,std::unique_ptr<llvm::MemoryBuffer> Buffer) InMemoryFile() argument 674 Status Stat; global() member in llvm::vfs::detail::__anon25afb95a0511::InMemorySymbolicLink 677 InMemorySymbolicLink(StringRef Path,StringRef TargetPath,Status Stat) InMemorySymbolicLink() argument 728 Status Stat; global() member in llvm::vfs::detail::InMemoryDirectory 732 InMemoryDirectory(Status Stat) InMemoryDirectory() argument 861 Status Stat( addFile() local 903 Status Stat = NNI.makeStatus(); addFile() local 921 Status Stat = NNI.makeStatus(); addFileNoOwn() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 64 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat) in CachedFileSystemEntry() argument 70 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat, in CachedFileSystemEntry() argument 250 llvm::vfs::Status Stat = Entry.getStatus(); getStatus() local 353 findSharedEntryByUID(llvm::vfs::Status Stat) findSharedEntryByUID() argument [all...] |
/freebsd-src/contrib/sendmail/src/ |
H A D | stats.c | 20 static struct statistics Stat; variable
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbol.cpp | 133 for (auto &Stat : Stats) { in dumpChildStats() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 270 llvm::Statistic &Stat) { in reportInvalidCandidate() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 658 for (const auto &Stat : BlockIDStats) { printStats() local
|
/freebsd-src/contrib/tcsh/ |
H A D | glob.c | 235 Stat(const char *fn, struct stat *sb) in Stat() function
|
/freebsd-src/usr.bin/truss/ |
H A D | syscall.h | 182 Stat, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 1119 __anon364a5b7b0b02(auto &Stat) generateParamAccessSummary() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 3111 GDBRemoteCommunicationClient::Stat(const lldb_private::FileSpec &file_spec) { Stat() function in GDBRemoteCommunicationClient
|