OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anoncounter
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/TableGen/
TGParser.h
72
unsigned
AnonCounter
;
88
: Lex(SrcMgr), CurMultiClass(nullptr), Records(records),
AnonCounter
(0) {}
TGParser.cpp
369
return "anonymous_" + utostr(
AnonCounter
++);
[
all
...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp
262
static unsigned
AnonCounter
= 0;
263
R->setName("AnonRegClass_"+utostr(
AnonCounter
++));
/external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp
300
static unsigned
AnonCounter
= 0;
301
return "anonymous."+utostr(
AnonCounter
++);
[
all
...]
/external/llvm/utils/TableGen/
CodeGenRegisters.cpp
661
static unsigned
AnonCounter
= 0;
662
R->setName("AnonRegClass_" + utostr(
AnonCounter
++));
[
all
...]
Completed in 489 milliseconds