Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h106 TimerRecords[NumAllocatedTimers].Occurrence = 0; in getOrCreateTimer()
149 ++TimerRecords[HandleId].Occurrence; in report()
186 const u64 Occurrence = TimerRecords[HandleId].Occurrence; in REQUIRES() local
187 const u64 Integral = Occurrence == 0 ? 0 : AccumulatedTime / Occurrence; in REQUIRES()
191 Occurrence == 0 ? 0 in REQUIRES()
192 : ((AccumulatedTime % Occurrence) * 10) / Occurrence; in REQUIRES()
203 Str.append("%s (%" PRId64 ")\n", Timers[HandleId].Name, Occurrence); in REQUIRES()
218 u64 Occurrence = 0; member
/src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp149 for (const auto &Occurrence : Occurrences) { in createRenameReplacements() local
150 ArrayRef<SourceRange> Ranges = Occurrence.getNameRanges(); in createRenameReplacements()
212 for (const auto &Occurrence : Occurrences) { in HandleOneRename() local
213 FullSourceLoc FullLoc(Occurrence.getNameRanges()[0].getBegin(), in HandleOneRename()