Home
last modified time | relevance | path

Searched defs:Stat (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h33 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 DDumpOutputStyle.cpp659 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 Dtmpfs8.sh81 Stat() function
104 Stat(); function
134 * but only when Stat() is running. function
H A Drename6.sh86 Stat() function
108 Stat(); function
129 * but only when Stat() is running. function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp161 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 DFileCollector.cpp161 const sys::fs::file_status &Stat) { in copyAccessAndModificationTime()
188 sys::fs::file_status Stat; in copyFiles() local
H A DTimeProfiler.cpp289 auto combineStat = [&](const auto &Stat) { in write()
296 for (const auto &Stat : CountAndTotalPerName) in write() local
299 for (const auto &Stat : TTP->CountAndTotalPerName) in write() local
H A DFileOutputBuffer.cpp172 fs::file_status Stat; in create() local
H A DVirtualFileSystem.cpp662 Status Stat; member in llvm::vfs::detail::InMemoryFile
666 InMemoryFile(Status Stat, std::unique_ptr<llvm::MemoryBuffer> Buffer) in InMemoryFile()
710 Status Stat; member in llvm::vfs::detail::__anon5c4e8b480511::InMemorySymbolicLink
713 InMemorySymbolicLink(StringRef Path, StringRef TargetPath, Status Stat) in InMemorySymbolicLink()
764 Status Stat; member in llvm::vfs::detail::InMemoryDirectory
768 InMemoryDirectory(Status Stat) in InMemoryDirectory()
892 Status Stat( in addFile() local
940 Status Stat = NNI.makeStatus(); in addFile() local
958 Status Stat = NNI.makeStatus(); in addFileNoOwn() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp29 auto Stat = std::move(*MaybeStat); in readFile() local
174 llvm::ErrorOr<llvm::vfs::Status> Stat) { in getOrEmplaceEntryForFilename()
190 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID()
284 llvm::ErrorOr<llvm::vfs::Status> Stat = in computeAndStoreResult() local
359 llvm::vfs::Status Stat) in DepScanFile()
376 llvm::vfs::Status Stat; member in __anon6414b5590311::DepScanFile
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h65 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat) in CachedFileSystemEntry()
71 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat, in CachedFileSystemEntry()
334 llvm::vfs::Status Stat = Entry.getStatus(); in getStatus() local
460 findSharedEntryByUID(llvm::vfs::Status Stat) const { in findSharedEntryByUID()
/freebsd/contrib/sendmail/src/
H A Dstats.c20 static struct statistics Stat; variable
/freebsd/crypto/openssh/
H A Dsftp-server.c81 typedef struct Stat Stat; typedef
83 struct Stat { struct
84 char *name;
85 char *long_name;
86 Attrib attrib;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp133 for (auto &Stat : Stats) { in dumpChildStats() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp270 llvm::Statistic &Stat) { in reportInvalidCandidate()
/freebsd/contrib/tcsh/
H A Dglob.c235 Stat(const char *fn, struct stat *sb) in Stat() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp667 for (const auto &Stat : BlockIDStats) { in printStats() local
/freebsd/usr.bin/truss/
H A Dsyscall.h183 Stat, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp230 ReachedStat &Stat = ReachedStats[CE]; in analyzerNumTimesReached() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp1135 auto CountParamAccesses = [&](auto &Stat) { in generateParamAccessSummary()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp4587 SrcStatus Stat = getNegStatus(Curr.first, Curr.second, MRI); in calcNextStatus() local
4721 SrcStatus Stat = Curr.value().second; in getLastSameOrNeg() local
4787 std::pair<Register, SrcStatus> Stat = getLastSameOrNeg(RootReg, MRI, SO); in selectVOP3PModsImpl() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3163 GDBRemoteCommunicationClient::Stat(const lldb_private::FileSpec &file_spec) { in Stat() function in GDBRemoteCommunicationClient