HomeSort by relevance Sort by last modified time
    Searched refs:endswith_lower (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/tools/llvm-cov/
llvm-cov.cpp 63 if (sys::path::stem(argv[0]).endswith_lower("gcov"))
  /external/llvm/unittests/ADT/
StringRefTest.cpp 336 EXPECT_TRUE(Str.endswith_lower(""));
337 EXPECT_TRUE(Str.endswith_lower("lo"));
338 EXPECT_TRUE(Str.endswith_lower("LO"));
339 EXPECT_TRUE(Str.endswith_lower("ELlo"));
340 EXPECT_FALSE(Str.endswith_lower("helloworld"));
341 EXPECT_FALSE(Str.endswith_lower("hi"));
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
StringRef.h 283 bool endswith_lower(StringRef Suffix) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
StringRef.h 283 bool endswith_lower(StringRef Suffix) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
StringRef.h 286 bool endswith_lower(StringRef Suffix) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringSwitch.h 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1)))
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/llvm/include/llvm/ADT/
StringRef.h 248 bool endswith_lower(StringRef Suffix) const;
  /external/llvm/lib/Support/
StringRef.cpp 67 bool StringRef::endswith_lower(StringRef Suffix) const { function in class:StringRef
  /external/llvm/tools/llc/
llc.cpp 282 if (StringRef(InputFilename).endswith_lower(".mir")) {
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringRef.cpp 67 bool StringRef::endswith_lower(StringRef Suffix) const { function in class:StringRef

Completed in 574 milliseconds

1 2