Home
last modified time | relevance | path

Searched refs:EndsWith (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiCondCode.h75 .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 DNameMatchesTest.cpp41 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 DStringSwitchTest.cpp115 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 DStringRefTest.cpp413 TEST(StringRefTest, EndsWith) { in TEST() argument
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp35 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 DDumpASTTests.cpp183 EXPECT_THAT(Node.arcana, testing::EndsWith(" 'int'")); in TEST()
H A DIndexActionTests.cpp23 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 DTriple.cpp638 .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 DCompilationDatabaseTest.cpp25 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 DNameMatches.h20 EndsWith, enumerator
/llvm-project-15.0.7/lldb/source/Utility/
H A DNameMatches.cpp26 case NameMatch::EndsWith: in NameMatches()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringSwitch.h76 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
/llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs330 if (!text.EndsWith(Environment.NewLine)) in FormatView()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp841 return StringSwitch<int>(T).EndsWith(".h", 2).EndsWith(".b", 1).Default(4); in SizeForSuffix()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1295 case NameMatch::EndsWith: in DoExecute()
1422 match_info.SetNameMatchType(NameMatch::EndsWith); in SetOptionValue()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProcess.inc339 .EndsWith("color", true)
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp354 .Case("ends_with", NameMatch::EndsWith) in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationClient.cpp2293 case NameMatch::EndsWith: in FindProcesses()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp102 .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 Dgmock-matchers.h3880 inline PolymorphicMatcher<internal::EndsWithMatcher<std::string> > EndsWith(
3932 inline PolymorphicMatcher<internal::EndsWithMatcher<std::wstring> > EndsWith(