| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiCondCode.h | 75 .EndsWith("f", LPCC::ICC_F) in suffixToLanaiCondCode() 76 .EndsWith("hi", LPCC::ICC_HI) in suffixToLanaiCondCode() 78 .EndsWith("ls", LPCC::ICC_LS) in suffixToLanaiCondCode() 80 .EndsWith("cc", LPCC::ICC_CC) in suffixToLanaiCondCode() 82 .EndsWith("cs", LPCC::ICC_CS) in suffixToLanaiCondCode() 84 .EndsWith("ne", LPCC::ICC_NE) in suffixToLanaiCondCode() 85 .EndsWith("eq", LPCC::ICC_EQ) in suffixToLanaiCondCode() 86 .EndsWith("vc", LPCC::ICC_VC) in suffixToLanaiCondCode() 87 .EndsWith("vs", LPCC::ICC_VS) in suffixToLanaiCondCode() 88 .EndsWith("pl", LPCC::ICC_PL) in suffixToLanaiCondCode() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | NameMatchesTest.cpp | 41 TEST(NameMatchesTest, EndsWith) { in TEST() argument 42 EXPECT_TRUE(NameMatches("foo", NameMatch::EndsWith, "o")); in TEST() 43 EXPECT_TRUE(NameMatches("foo", NameMatch::EndsWith, "")); in TEST() 44 EXPECT_TRUE(NameMatches("", NameMatch::EndsWith, "")); in TEST() 45 EXPECT_FALSE(NameMatches("foo", NameMatch::EndsWith, "b")); in TEST() 46 EXPECT_FALSE(NameMatches("", NameMatch::EndsWith, "b")); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | StringSwitchTest.cpp | 115 TEST(StringSwitchTest, EndsWith) { in TEST() argument 120 .EndsWith("able", Suffix::Possible) in TEST() 121 .EndsWith("ed", Suffix::PastTense) in TEST() 122 .EndsWith("ation", Suffix::Process) in TEST() 123 .EndsWith("ing", Suffix::InProgressAction) in TEST()
|
| H A D | StringRefTest.cpp | 413 TEST(StringRefTest, EndsWith) { in TEST() argument
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | GlobalCompilationDatabaseTests.cpp | 35 using ::testing::EndsWith; 220 EndsWith("a.cc"), Not(HasSubstr(".."))))); in TEST() 225 EXPECT_THAT(DiscoveredFiles, UnorderedElementsAre(EndsWith("gen.cc"))); in TEST() 287 UnorderedElementsAre(EndsWith("a.cc"), EndsWith("gen.cc"), in TEST() 288 EndsWith("gen2.cc"))); in TEST()
|
| H A D | DumpASTTests.cpp | 183 EXPECT_THAT(Node.arcana, testing::EndsWith(" 'int'")); in TEST()
|
| H A D | IndexActionTests.cpp | 23 using ::testing::EndsWith; 282 EXPECT_THAT(Ref.Location.FileURI, EndsWith("good.h")); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 638 .EndsWith("xcoff", Triple::XCOFF) in parseFormat() 639 .EndsWith("coff", Triple::COFF) in parseFormat() 640 .EndsWith("elf", Triple::ELF) in parseFormat() 641 .EndsWith("goff", Triple::GOFF) in parseFormat() 642 .EndsWith("macho", Triple::MachO) in parseFormat() 643 .EndsWith("wasm", Triple::Wasm) in parseFormat() 644 .EndsWith("spirv", Triple::SPIRV) in parseFormat() 661 .EndsWith("v1.0", Triple::SPIRVSubArch_v10) in parseSubArch() 662 .EndsWith("v1.1", Triple::SPIRVSubArch_v11) in parseSubArch() 663 .EndsWith("v1.2", Triple::SPIRVSubArch_v12) in parseSubArch() [all …]
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | CompilationDatabaseTest.cpp | 25 using testing::EndsWith; 525 ElementsAre(EndsWith("clang-tool"), "one", "two", "source")); in TEST() 564 ElementsAre(EndsWith("clang-tool"), "-DFOO=BAR", "--baz", "/foo/bar.cc")); in TEST() 602 ASSERT_THAT(Result[0].CommandLine, ElementsAre(EndsWith("clang-tool"), in TEST() 620 ElementsAre(EndsWith("clang-tool"), "source")); in TEST() 637 ElementsAre(EndsWith("clang-tool"), "-c", "-DDEF3", "source")); in TEST() 656 ElementsAre(EndsWith("clang-tool"), "-fsyntax-only", "-DDEF3", "source")); in TEST() 673 ElementsAre(EndsWith("clang-tool"), "source")); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | NameMatches.h | 20 EndsWith, enumerator
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | NameMatches.cpp | 26 case NameMatch::EndsWith: in NameMatches()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | StringSwitch.h | 76 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
|
| /llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | 330 if (!text.EndsWith(Environment.NewLine)) in FormatView()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 841 return StringSwitch<int>(T).EndsWith(".h", 2).EndsWith(".b", 1).Default(4); in SizeForSuffix()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1295 case NameMatch::EndsWith: in DoExecute() 1422 match_info.SetNameMatchType(NameMatch::EndsWith); in SetOptionValue()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 339 .EndsWith("color", true)
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 354 .Case("ends_with", NameMatch::EndsWith) in Handle_qfProcessInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2293 case NameMatch::EndsWith: in FindProcesses()
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 102 .EndsWith("Decl *", "Record.GetLocalDeclAs<" + in ReadPCHRecord() 125 .EndsWith("Decl *", "AddDeclRef(" + std::string(name) + ");\n") in WritePCHRecord()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3880 inline PolymorphicMatcher<internal::EndsWithMatcher<std::string> > EndsWith( 3932 inline PolymorphicMatcher<internal::EndsWithMatcher<std::wstring> > EndsWith(
|