| /freebsd/contrib/llvm-project/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() 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 D | GlobPattern.cpp | |
| H A D | SpecialCaseList.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 747 .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 D | NameMatches.cpp | 26 case NameMatch::EndsWith: in NameMatches()
|
| H A D | CompletionRequest.cpp | |
| H A D | XcodeSDK.cpp | |
| H A D | FileSpecList.cpp | |
| /freebsd/contrib/bmake/mk/ |
| H A D | meta2deps.py | 82 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 D | meta2deps.py | 82 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 D | TokenAnnotator.h | 127 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 D | TpiHashing.cpp | |
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | NameMatches.h | 20 EndsWith, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringSwitch.h | 76 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock_link_test.h | 78 // 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 D | gmock-matchers-comparisons_test.cc | 1837 // 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 D | TypeName.h | |
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Target.cpp | |
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-function-mocker.h | 79 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 D | StringTableBuilder.cpp | |
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest_test_utils.py | 162 if (IS_WINDOWS or IS_CYGWIN or IS_OS2) and not path.endswith('.exe'):
|
| /freebsd/.github/workflows/ |
| H A D | checklist.yml | 94 … if (sob_lines == null && !commit.commit.author.email.toLowerCase().endsWith("freebsd.org"))
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | |
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedCallArgsChecker.cpp | 235 MethodName == "startsWith" || MethodName == "endsWith" || in isMethodOnWTFContainerType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | ArgList.cpp | |