Searched refs:CounterValue (Results 1 – 3 of 3) sorted by relevance
128 uint64_t CounterValue);
187 unsigned CounterValue = 0; variable1942 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()1943 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
1612 OS << CounterValue++; in ExpandBuiltinMacro()