Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1728 struct LessRecordByID { struct
1729 bool operator()(const Record *LHS, const Record *RHS) const { in operator()