Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1687 struct LessRecordRegister { struct
1688 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit()
1690 struct RecordParts {
1722 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()