Searched refs:CounterValue (Results 1 – 3 of 3) sorted by relevance
137 uint64_t CounterValue);
188 unsigned CounterValue = 0; variable1990 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()1991 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
1603 OS << CounterValue++; in ExpandBuiltinMacro()