Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp288 struct LessExtName { struct
289 bool operator()(const RISCVSupportedExtension &LHS, StringRef RHS) { in operator ()()
292 bool operator()(StringRef LHS, const RISCVSupportedExtension &RHS) { in operator ()()