Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dstring_view.h154 LIBC_INLINE bool ends_with(const char Suffix) const { in ends_with() function
159 LIBC_INLINE bool ends_with(string_view Suffix) const { in ends_with() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h279 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function
284 [[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