Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
DInstrProfiling.h137 uint64_t CounterValue);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h188 unsigned CounterValue = 0; variable
1990 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()
1991 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPMacroExpansion.cpp1603 OS << CounterValue++; in ExpandBuiltinMacro()