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

/external/llvm/lib/TableGen/
H A DTGParser.h72 unsigned AnonCounter; member in class:llvm::TGParser
88 : Lex(SrcMgr), CurMultiClass(nullptr), Records(records), AnonCounter(0) {}
H A DTGParser.cpp391 unsigned Tmp = AnonCounter++; // MSVC2012 ICEs without this.
/external/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 145 milliseconds