Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h1730 struct LessRecordRegister { struct
1731 static size_t min(size_t a, size_t b) { return a < b ? a : b; } in min()
1732 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit()
1734 struct RecordParts {
1766 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()