HomeSort by relevance Sort by last modified time
    Searched defs:compare_numeric (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
StringRef.cpp 54 /// compare_numeric - Compare strings, handle embedded numbers.
55 int StringRef::compare_numeric(StringRef RHS) const { function in class:StringRef
  /external/llvm/include/llvm/ADT/
SmallString.h 122 /// compare_numeric - Compare two strings, treating sequences of digits as
124 int compare_numeric(StringRef RHS) const { function in class:llvm::SmallString
125 return str().compare_numeric(RHS);

Completed in 198 milliseconds