HomeSort by: relevance | last modified time | path
    Searched refs:StatInfo (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/stats/
stats.h 26 struct StatInfo {
34 StatInfo infos[1];
stats_client.cc 70 extern "C" void __sanitizer_stat_report(StatInfo *s) {
stats.cc 71 StatInfo *s = &smod->infos[i];
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Statistic.cpp 86 static ManagedStatic<StatisticInfo> StatInfo;
92 // If stats are enabled, inform StatInfo that this statistic should be
96 // Since dereferencing StatInfo and StatLock can require taking the
102 StatisticInfo &SI = *StatInfo;
171 StatisticInfo &Stats = *StatInfo;
202 StatisticInfo &Stats = *StatInfo;
229 StatisticInfo &Stats = *StatInfo;
258 for (const auto &Stat : StatInfo->statistics())
264 StatInfo->reset();
  /src/sys/external/bsd/acpica/dist/tools/acpidump/
apfiles.c 71 struct stat StatInfo;
75 if (!stat (Pathname, &StatInfo))
  /src/sys/external/bsd/acpica/dist/compiler/
aslutils.c 157 struct stat StatInfo;
161 if (!stat (Pathname, &StatInfo))

Completed in 75 milliseconds