Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1901 struct LessRecordByID { struct
1902 bool operator()(const Record *LHS, const Record *RHS) const { in operator()