Searched refs:AnonCounter (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp384 static unsigned AnonCounter = 0; local
385 unsigned Tmp = AnonCounter++; // MSVC2012 ICEs without this.
1218 static unsigned AnonCounter = 0; local
1219 Record *NewRec = new Record("anonymous.val."+utostr(AnonCounter++),
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp667 static unsigned AnonCounter = 0; local
668 R->setName("AnonRegClass_" + utostr(AnonCounter));
669 // MSVC2012 ICEs if AnonCounter++ is directly passed to utostr.
670 ++AnonCounter;

Completed in 81 milliseconds