Home
last modified time | relevance | path

Searched full:endswith (Results 1 – 25 of 51) sorted by relevance

123

/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/Support/
H A DGlobPattern.cpp
H A DSpecialCaseList.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp747 .EndsWith("xcoff", Triple::XCOFF) in parseFormat()
748 .EndsWith("coff", Triple::COFF) in parseFormat()
749 .EndsWith("elf", Triple::ELF) in parseFormat()
750 .EndsWith("goff", Triple::GOFF) in parseFormat()
751 .EndsWith("macho", Triple::MachO) in parseFormat()
752 .EndsWith("wasm", Triple::Wasm) in parseFormat()
753 .EndsWith("spirv", Triple::SPIRV) in parseFormat()
773 .EndsWith("v1.0", Triple::SPIRVSubArch_v10) in parseSubArch()
774 .EndsWith("v1.1", Triple::SPIRVSubArch_v11) in parseSubArch()
775 .EndsWith("v1.2", Triple::SPIRVSubArch_v12) in parseSubArch()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp26 case NameMatch::EndsWith: in NameMatches()
H A DCompletionRequest.cpp
H A DXcodeSDK.cpp
H A DFileSpecList.cpp
/freebsd/contrib/bmake/mk/
H A Dmeta2deps.py82 while path.endswith('/.'):
154 path.endswith('/..')):
283 if objroot.endswith(e):
386 if ddep.endswith(e):
541 if cwd.endswith('/.'):
623 if path.endswith('.dirdep'):
697 if self.dpdeps and objroot.endswith('/stage/'):
838 if a.endswith('.meta'):
/freebsd/share/mk/
H A Dmeta2deps.py82 while path.endswith('/.'):
154 path.endswith('/..')):
283 if objroot.endswith(e):
386 if ddep.endswith(e):
541 if cwd.endswith('/.'):
623 if path.endswith('.dirdep'):
697 if self.dpdeps and objroot.endswith('/stage/'):
838 if a.endswith('.meta'):
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h127 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith() function
144 // endsWith() ignores the comment. in mightBeFunctionDefinition()
145 return !endsWith(tok::semi); in mightBeFunctionDefinition()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h20 EndsWith, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h76 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_link_test.h78 // EndsWith
141 using testing::EndsWith;
570 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
575 ON_CALL(mock, VoidFromString(EndsWith("c"))).WillByDefault(Return()); in TEST()
H A Dgmock-matchers-comparisons_test.cc1837 // Tests EndsWith(s). in TEST()
1840 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()
2143 // Tests EndsWith(s). in TEST()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeName.h
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp
/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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_test_utils.py162 if (IS_WINDOWS or IS_CYGWIN or IS_OS2) and not path.endswith('.exe'):
/freebsd/.github/workflows/
H A Dchecklist.yml94 … if (sob_lines == null && !commit.commit.author.email.toLowerCase().endsWith("freebsd.org"))
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp235 MethodName == "startsWith" || MethodName == "endsWith" || in isMethodOnWTFContainerType()
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp

123