Home
last modified time | relevance | path

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

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