Home
last modified time | relevance | path

Searched refs:compare_numeric (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallString.h113 int compare_numeric(StringRef RHS) const { in compare_numeric() function
114 return str().compare_numeric(RHS); in compare_numeric()
H A DStringRef.h218 int compare_numeric(StringRef RHS) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DStringRef.cpp64 int StringRef::compare_numeric(StringRef RHS) const { in compare_numeric() function in StringRef
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1893 return StringRef(Rec1->getName()).compare_numeric(Rec2->getName()) < 0; in operator()