Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetLibraryInfo.cpp710 struct StringComparator { struct
713 bool operator()(const char *LHS, StringRef RHS) const { in operator ()()
720 bool operator()(StringRef LHS, const char *RHS) const { return LHS < RHS; } in operator ()()
721 bool operator()(StringRef LHS, StringRef RHS) const { return LHS < RHS; } in operator ()()
722 bool operator()(const char *LHS, const char *RHS) const { in operator ()()