Searched refs:CounterValue (Results 1 – 3 of 3) sorted by relevance
111 uint64_t CounterValue);
180 unsigned CounterValue = 0; variable1827 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()1828 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
1590 OS << CounterValue++; in ExpandBuiltinMacro()