Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h111 [[nodiscard]] int compare_numeric(StringRef RHS) const { in compare_numeric() function
112 return str().compare_numeric(RHS); in compare_numeric()
H A DStringRef.h202 [[nodiscard]] LLVM_ABI int compare_numeric(StringRef RHS) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp62 int StringRef::compare_numeric(StringRef RHS) const { in compare_numeric() function in StringRef
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2086 return Rec1->getName().compare_numeric(Rec2->getName()) < 0; in operator()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24260 {"_ZNK4llvm9StringRef15compare_numericES0_", "llvm::StringRef::compare_numeric(llvm::StringRef) con…