Home
last modified time | relevance | path

Searched refs:StringPair (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/include/llvm/TableGen/
DStringMatcher.h33 typedef std::pair<std::string, std::string> StringPair; typedef
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os) in StringMatcher()
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
/external/llvm/lib/MC/
DStringTableBuilder.cpp37 typedef std::pair<CachedHash<StringRef>, size_t> StringPair; typedef
40 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt()
49 static void multikey_qsort(StringPair **Begin, StringPair **End, int Pos) { in multikey_qsort()
57 StringPair **P = Begin; in multikey_qsort()
58 StringPair **Q = End; in multikey_qsort()
59 for (StringPair **R = Begin + 1; R < Q;) { in multikey_qsort()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DStringTableBuilder.cpp62 using StringPair = std::pair<CachedHashStringRef, size_t>; typedef
66 for (const StringPair &P : StringIndexMap) { in write()
80 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt()
89 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort()
135 std::vector<StringPair *> Strings; in finalizeStringTable()
137 for (StringPair &P : StringIndexMap) in finalizeStringTable()
144 for (StringPair *P : Strings) { in finalizeStringTable()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DStringMatcher.h32 using StringPair = std::pair<std::string, std::string>;
36 const std::vector<StringPair> &Matches;
41 const std::vector<StringPair> &matches, raw_ostream &os) in StringMatcher()
47 bool EmitStringMatcherForChar(const std::vector<const StringPair *> &Matches,
/external/llvm-project/llvm/include/llvm/TableGen/
DStringMatcher.h32 using StringPair = std::pair<std::string, std::string>;
36 const std::vector<StringPair> &Matches;
41 const std::vector<StringPair> &matches, raw_ostream &os) in StringMatcher()
47 bool EmitStringMatcherForChar(const std::vector<const StringPair *> &Matches,
/external/llvm-project/llvm/lib/MC/
DStringTableBuilder.cpp67 using StringPair = std::pair<CachedHashStringRef, size_t>; typedef
71 for (const StringPair &P : StringIndexMap) { in write()
85 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt()
94 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort()
140 std::vector<StringPair *> Strings; in finalizeStringTable()
142 for (StringPair &P : StringIndexMap) in finalizeStringTable()
149 for (StringPair *P : Strings) { in finalizeStringTable()
/external/llvm/lib/TableGen/
DStringMatcher.cpp24 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches, in EmitStringMatcherForChar()
70 std::map<char, std::vector<const StringPair*> > MatchesByLetter; in EmitStringMatcherForChar()
106 for (std::map<char, std::vector<const StringPair*> >::iterator LI = in EmitStringMatcherForChar()
129 std::map<unsigned, std::vector<const StringPair*> > MatchesByLength; in Emit()
139 for (std::map<unsigned, std::vector<const StringPair*> >::iterator LI = in Emit()
/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp25 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags()
41 std::vector<StringMatcher::StringPair> MatchesEndTagOptional; in EmitClangCommentHTMLTagsProperties()
42 std::vector<StringMatcher::StringPair> MatchesEndTagForbidden; in EmitClangCommentHTMLTagsProperties()
45 StringMatcher::StringPair Match(Spelling, "return true;"); in EmitClangCommentHTMLTagsProperties()
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp53 std::vector<StringMatcher::StringPair> NameToUTF8; in EmitClangCommentHTMLNamedCharacterReferences()
70 StringMatcher::StringPair Match(Spelling, CLiteral.str()); in EmitClangCommentHTMLNamedCharacterReferences()
DClangCommentCommandInfoEmitter.cpp63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo()
/external/llvm-project/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp24 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags()
41 std::vector<StringMatcher::StringPair> MatchesEndTagOptional; in EmitClangCommentHTMLTagsProperties()
42 std::vector<StringMatcher::StringPair> MatchesEndTagForbidden; in EmitClangCommentHTMLTagsProperties()
45 StringMatcher::StringPair Match(Spelling, "return true;"); in EmitClangCommentHTMLTagsProperties()
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp52 std::vector<StringMatcher::StringPair> NameToUTF8; in EmitClangCommentHTMLNamedCharacterReferences()
69 StringMatcher::StringPair Match(Spelling, std::string(CLiteral.str())); in EmitClangCommentHTMLNamedCharacterReferences()
DClangCommentCommandInfoEmitter.cpp63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DStringMatcher.cpp29 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
49 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
76 std::map<char, std::vector<const StringPair*>> MatchesByLetter; in EmitStringMatcherForChar()
113 for (std::map<char, std::vector<const StringPair*>>::iterator LI = in EmitStringMatcherForChar()
136 std::map<unsigned, std::vector<const StringPair*>> MatchesByLength; in Emit()
146 for (std::map<unsigned, std::vector<const StringPair*>>::iterator LI = in Emit()
/external/llvm-project/llvm/lib/TableGen/
DStringMatcher.cpp29 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
49 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
76 std::map<char, std::vector<const StringPair*>> MatchesByLetter; in EmitStringMatcherForChar()
113 for (std::map<char, std::vector<const StringPair*>>::iterator LI = in EmitStringMatcherForChar()
136 std::map<unsigned, std::vector<const StringPair*>> MatchesByLength; in Emit()
146 for (std::map<unsigned, std::vector<const StringPair*>>::iterator LI = in Emit()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_export.mojom7 struct StringPair {
15 // InlinedStructPtr<StringPair>.
17 array<StringPair> pairs;
Dtest_export2.mojom7 struct StringPair {
Dtest_import.mojom10 mojo.test.test_export.StringPair strings;
/external/icu/icu4c/source/common/
Dserv.cpp296 StringPair*
297 StringPair::create(const UnicodeString& displayName, in create()
302 StringPair* sp = new StringPair(displayName, id); in create()
314 StringPair::isBogus() const { in isBogus()
318 StringPair::StringPair(const UnicodeString& _displayName, in StringPair() function in StringPair
328 U_NAMESPACE_USE delete (StringPair*) obj; in userv_deleteStringPair()
800 StringPair* sp = StringPair::create(*id, *dn, status); in getDisplayNames()
Dserv.h405 class U_COMMON_API StringPair : public UMemory {
425 static StringPair* create(const UnicodeString& displayName,
436 StringPair(const UnicodeString& displayName, const UnicodeString& id);
/external/icu/libicu/cts_headers/
Dserv.h405 class U_COMMON_API StringPair : public UMemory {
425 static StringPair* create(const UnicodeString& displayName,
436 StringPair(const UnicodeString& displayName, const UnicodeString& id);
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp708 const StringPair* pair = (const StringPair*)names[i]; in testAPI_Two()
748 const StringPair* pair = (const StringPair*)names[i]; in testAPI_Two()
920 const StringPair* pair = (const StringPair*)names[i]; in testRBF()
945 const StringPair* pair = (const StringPair*)names[i]; in testRBF()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyOptions.cpp61 template <> struct MappingTraits<ClangTidyOptions::StringPair> {
62 static void mapping(IO &IO, ClangTidyOptions::StringPair &KeyValue) { in mapping()
81 std::vector<ClangTidyOptions::StringPair> Options;
/external/llvm-project/clang-tools-extra/clangd/
DConfigCompile.cpp387 for (auto &StringPair : CheckOptions) in compile() local
388 C.ClangTidy.CheckOptions.insert_or_assign(StringPair.first, in compile()
389 StringPair.second); in compile()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_unittest.cc497 auto pair = test_export2::StringPair::New("hello", "world"); in TEST_F()
498 auto data = test_export2::StringPair::Serialize(&pair); in TEST_F()
501 ASSERT_TRUE(test_export2::StringPair::Deserialize(data, &output)); in TEST_F()

12