HomeSort by relevance Sort by last modified time
    Searched refs:AnonCounter (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/TableGen/
TGParser.h 72 unsigned AnonCounter;
88 : Lex(SrcMgr), CurMultiClass(nullptr), Records(records), AnonCounter(0) {}
TGParser.cpp 391 unsigned Tmp = AnonCounter++; // MSVC2012 ICEs without this.
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 667 static unsigned AnonCounter = 0;
668 R->setName("AnonRegClass_" + utostr(AnonCounter));
669 // MSVC2012 ICEs if AnonCounter++ is directly passed to utostr.
670 ++AnonCounter;
    [all...]

Completed in 1768 milliseconds