Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h262 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function
267 [[nodiscard]] bool ends_with(char Suffix) const { in ends_with() function
H A DSmallString.h125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function