Home
last modified time | relevance | path

Searched refs:Occurrence (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h110 TimerRecords[NumAllocatedTimers].Occurrence = 0; in getOrCreateTimer()
153 ++TimerRecords[HandleId].Occurrence; in report()
190 const u64 Occurrence = TimerRecords[HandleId].Occurrence; in REQUIRES() local
191 const u64 Integral = Occurrence == 0 ? 0 : AccumulatedTime / Occurrence; in REQUIRES()
195 Occurrence == 0 ? 0 in REQUIRES()
196 : ((AccumulatedTime % Occurrence) * 10) / Occurrence; in REQUIRES()
207 Str.append("%s (%" PRId64 ")\n", Timers[HandleId].Name, Occurrence); in REQUIRES()
222 u64 Occurrence = 0; member
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp140 for (const auto &Occurrence : Occurrences) { in createRenameReplacements() local
141 ArrayRef<SourceRange> Ranges = Occurrence.getNameRanges(); in createRenameReplacements()
203 for (const auto &Occurrence : Occurrences) { in HandleOneRename() local
204 FullSourceLoc FullLoc(Occurrence.getNameRanges()[0].getBegin(), in HandleOneRename()