Home
last modified time | relevance | path

Searched refs:ends_with_insensitive (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DStringRef.h282 [[nodiscard]] bool ends_with_insensitive(StringRef Suffix) const;
284 return ends_with_insensitive(Suffix); in endswith_insensitive()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DStringRef.cpp50 bool StringRef::ends_with_insensitive(StringRef Suffix) const { in ends_with_insensitive() function in StringRef