Home
last modified time | relevance | path

Searched defs:LessRecordRegister (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h1581 struct LessRecordRegister { struct
1582 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit()
1584 struct RecordParts {
1616 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()