Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2117 struct LessRecordFieldName { struct
2118 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()