Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/CPP/
H A Dstring_view.h151 LIBC_INLINE bool ends_with(const char Suffix) const { ends_with() function
156 LIBC_INLINE bool ends_with(string_view Suffix) const { ends_with() function
/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function
H A DStringRef.h270 [[nodiscard]] bool ends_with(StringRef Suffix) const { ends_with() function
275 [[nodiscard]] bool ends_with(char Suffix) const { ends_with() function