Home
last modified time | relevance | path

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

/freebsd/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()
77 .EndsWith("ugt", LPCC::ICC_UGT) in suffixToLanaiCondCode()
78 .EndsWith("ls", LPCC::ICC_LS) in suffixToLanaiCondCode()
79 .EndsWith("ule", LPCC::ICC_ULE) in suffixToLanaiCondCode()
80 .EndsWith("cc", LPCC::ICC_CC) in suffixToLanaiCondCode()
81 .EndsWith("ult", LPCC::ICC_ULT) in suffixToLanaiCondCode()
82 .EndsWith("cs", LPCC::ICC_CS) in suffixToLanaiCondCode()
83 .EndsWith("uge", LPCC::ICC_UGE) in suffixToLanaiCondCode()
84 .EndsWith("ne", LPCC::ICC_NE) in suffixToLanaiCondCode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp783 .EndsWith("xcoff", Triple::XCOFF) in parseFormat()
784 .EndsWith("coff", Triple::COFF) in parseFormat()
785 .EndsWith("elf", Triple::ELF) in parseFormat()
786 .EndsWith("goff", Triple::GOFF) in parseFormat()
787 .EndsWith("macho", Triple::MachO) in parseFormat()
788 .EndsWith("wasm", Triple::Wasm) in parseFormat()
789 .EndsWith("spirv", Triple::SPIRV) in parseFormat()
809 .EndsWith("v1.0", Triple::SPIRVSubArch_v10) in parseSubArch()
810 .EndsWith("v1.1", Triple::SPIRVSubArch_v11) in parseSubArch()
811 .EndsWith("v1.2", Triple::SPIRVSubArch_v12) in parseSubArch()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h20 EndsWith, enumerator
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp26 case NameMatch::EndsWith: in NameMatches()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1840 const Matcher<const char*> m1 = EndsWith(""); in TEST()
1845 const Matcher<const std::string&> m2 = EndsWith(std::string("Hi")); in TEST()
1854 EndsWith(internal::StringView("")); in TEST()
1863 Matcher<const std::string> m = EndsWith("Hi"); in TEST()
1870 const Matcher<const char*> m1 = WhenBase64Unescaped(EndsWith("!")); in TEST()
1876 const Matcher<const std::string&> m2 = WhenBase64Unescaped(EndsWith("!")); in TEST()
1884 WhenBase64Unescaped(EndsWith("!")); in TEST()
1893 const Matcher<const char*> m = WhenBase64Unescaped(EndsWith("!")); in TEST()
2146 const Matcher<const wchar_t*> m1 = EndsWith(L""); in TEST()
2151 const Matcher<const ::std::wstring&> m2 = EndsWith(::std::wstring(L"Hi")); in TEST()
[all …]
H A Dgmock_link_test.h141 using testing::EndsWith;
575 ON_CALL(mock, VoidFromString(EndsWith("c"))).WillByDefault(Return()); in TEST()
H A Dgmock-matchers-arithmetic_test.cc724 EXPECT_THAT(Describe(m), EndsWith("and (isn't equal to 11)")); in TEST()
858 EXPECT_THAT(Describe(m), EndsWith("or (is equal to 11)")); in TEST()
H A Dgmock-matchers-containers_test.cc112 ASSERT_THAT("Foo", EndsWith("oo")); in TEST()
160 Matcher<const std::string&> ends_with_ok = EndsWith("ok"); in TEST()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h79 constexpr bool EndsWith(const char (&suffix)[N], const char (&str)[M]) { in EndsWith() function
95 internal::EndsWith(")", spec)) || in ValidateSpec()
99 internal::EndsWith(")", spec)); in ValidateSpec()
H A Dgmock-matchers.h4789 PolymorphicMatcher<internal::EndsWithMatcher<std::string>> EndsWith(
4842 inline PolymorphicMatcher<internal::EndsWithMatcher<std::wstring>> EndsWith(
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h73 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp834 return StringSwitch<int>(T).EndsWith(".h", 2).EndsWith(".b", 1).Default(4); in SizeForSuffix()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1269 case NameMatch::EndsWith: in DoExecute()
1394 match_info.SetNameMatchType(NameMatch::EndsWith); in SetOptionValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc378 .EndsWith("color", true)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1447 .EndsWith("device", SPIRV::Scope::Scope::Device) in generateKernelClockInst()
1448 .EndsWith("work_group", SPIRV::Scope::Scope::Workgroup) in generateKernelClockInst()
1449 .EndsWith("sub_group", SPIRV::Scope::Scope::Subgroup); in generateKernelClockInst()
/freebsd/contrib/googletest/docs/reference/
H A Dmatchers.md98 | `EndsWith(suffix)` | `argument` ends with string `suffix`. |
/freebsd/contrib/googletest/docs/
H A Dgmock_faq.md112 EXPECT_CALL(log, Log(_, Not(EndsWith("/my_file.cc")), _))
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp356 .Case("ends_with", NameMatch::EndsWith) in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationClient.cpp2336 case NameMatch::EndsWith: in FindProcesses()
/freebsd/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() argument
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
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp130 .EndsWith("Decl *", "Record.readDeclAs<" + type.drop_back().str() + ">()") in ReadPCHRecord()
151 .EndsWith("Decl *", "AddDeclRef(" + name.str() + ");\n") in WritePCHRecord()