HomeSort by: relevance | last modified time | path
    Searched defs:endswith (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SmallString.h 126 /// endswith - Check if this string ends with the given \p Suffix.
127 bool endswith(StringRef Suffix) const { function in class:llvm::SmallString
128 return str().endswith(Suffix);
  /src/external/gpl3/gcc/dist/gcc/
system.h 1328 endswith (const char *str, const char *suffix) function
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 1317 endswith (const char *str, const char *suffix) function

Completed in 107 milliseconds