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

  /external/llvm/lib/TableGen/
TGParser.cpp 384 static unsigned AnonCounter = 0;
385 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 166 milliseconds