Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfiling.h128 uint64_t CounterValue);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h187 unsigned CounterValue = 0; variable
1942 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()
1943 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPMacroExpansion.cpp1612 OS << CounterValue++; in ExpandBuiltinMacro()