Home
last modified time | relevance | path

Searched refs:CounterValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfiling.h111 uint64_t CounterValue);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h180 unsigned CounterValue = 0; variable
1827 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()
1828 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp1590 OS << CounterValue++; in ExpandBuiltinMacro()