Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDStringRef.h262 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function
267 [[nodiscard]] bool ends_with(char Suffix) const { in ends_with() function
HDSmallString.h125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function