Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp703 .EndsWith("xcoff", Triple::XCOFF) in parseFormat()
704 .EndsWith("coff", Triple::COFF) in parseFormat()
705 .EndsWith("elf", Triple::ELF) in parseFormat()
706 .EndsWith("goff", Triple::GOFF) in parseFormat()
707 .EndsWith("macho", Triple::MachO) in parseFormat()
708 .EndsWith("wasm", Triple::Wasm) in parseFormat()
709 .EndsWith("spirv", Triple::SPIRV) in parseFormat()
729 .EndsWith("v1.0", Triple::SPIRVSubArch_v10) in parseSubArch()
730 .EndsWith("v1.1", Triple::SPIRVSubArch_v11) in parseSubArch()
731 .EndsWith("v1.2", Triple::SPIRVSubArch_v12) in parseSubArch()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h20 EndsWith, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp26 case NameMatch::EndsWith: in NameMatches()
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1775 const Matcher<const char*> m1 = EndsWith(""); in TEST()
1780 const Matcher<const std::string&> m2 = EndsWith(std::string("Hi")); in TEST()
1789 EndsWith(internal::StringView("")); in TEST()
1798 Matcher<const std::string> m = EndsWith("Hi"); in TEST()
1805 const Matcher<const char*> m1 = WhenBase64Unescaped(EndsWith("!")); in TEST()
1811 const Matcher<const std::string&> m2 = WhenBase64Unescaped(EndsWith("!")); in TEST()
1819 WhenBase64Unescaped(EndsWith("!")); in TEST()
1828 const Matcher<const char*> m = WhenBase64Unescaped(EndsWith("!")); in TEST()
2081 const Matcher<const wchar_t*> m1 = EndsWith(L""); in TEST()
2086 const Matcher<const ::std::wstring&> m2 = EndsWith(::std::wstring(L"Hi")); in TEST()
[all …]
H A Dgmock_link_test.h141 using testing::EndsWith;
566 ON_CALL(mock, VoidFromString(EndsWith("c"))).WillByDefault(Return()); in TEST()
H A Dgmock-matchers-arithmetic_test.cc539 EXPECT_THAT(Describe(m), EndsWith("and (isn't equal to 11)")); in TEST()
673 EXPECT_THAT(Describe(m), EndsWith("or (is equal to 11)")); in TEST()
H A Dgmock-matchers-containers_test.cc111 ASSERT_THAT("Foo", EndsWith("oo")); in TEST()
159 Matcher<const std::string&> ends_with_ok = EndsWith("ok"); in TEST()
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h78 constexpr bool EndsWith(const char (&suffix)[N], const char (&str)[M]) { in EndsWith() function
94 internal::EndsWith(")", spec)) || in ValidateSpec()
98 internal::EndsWith(")", spec)); in ValidateSpec()
H A Dgmock-matchers.h4522 PolymorphicMatcher<internal::EndsWithMatcher<std::string>> EndsWith(
4575 inline PolymorphicMatcher<internal::EndsWithMatcher<std::wstring>> EndsWith(
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h76 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp836 return StringSwitch<int>(T).EndsWith(".h", 2).EndsWith(".b", 1).Default(4); in SizeForSuffix()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1344 case NameMatch::EndsWith: in DoExecute()
1470 match_info.SetNameMatchType(NameMatch::EndsWith); in SetOptionValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc365 .EndsWith("color", true)
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp353 .Case("ends_with", NameMatch::EndsWith) in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationClient.cpp2288 case NameMatch::EndsWith: in FindProcesses()
/freebsd-14.2/contrib/googletest/docs/
H A Dgmock_faq.md112 EXPECT_CALL(log, Log(_, Not(EndsWith("/my_file.cc")), _))
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dmatchers.md96 | `EndsWith(suffix)` | `argument` ends with string `suffix`. |
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp108 .EndsWith("Decl *", "Record.GetLocalDeclAs<" + in ReadPCHRecord()
131 .EndsWith("Decl *", "AddDeclRef(" + std::string(name) + ");\n") in WritePCHRecord()
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp3542 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
4939 struct EndsWith : StringHolder { struct
4940 EndsWith( NSString* substr ) : StringHolder( substr ){} in EndsWith() function
4964 inline Impl::NSStringMatchers::EndsWith
4965 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } in EndsWith() function
11637 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity… in EndsWith() function