Home
last modified time | relevance | path

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

/freebsd-14.2/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.h193 [[nodiscard]] int compare_numeric(StringRef RHS) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp61 int StringRef::compare_numeric(StringRef RHS) const { in compare_numeric() function in StringRef
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2101 return StringRef(Rec1->getName()).compare_numeric(Rec2->getName()) < 0; in operator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp3255 return LHS->getName().compare_numeric(RHS->getName()) < 0; in getAllDerivedDefinitions()