OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 49 milliseconds