Searched defs:StringMapEntry (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DStringMap.h29 class StringMapEntry;
31 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
84 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
88 /// RemoveKey - Remove the StringMapEntry for the specified key from the
117 /// StringMapEntry - This is used to represent one value that is inserted into
121 class StringMapEntry : public StringMapEntryBase { class in namespace:llvm
122 StringMapEntry(StringMapEntry &E) = delete;
127 explicit StringMapEntry(unsigned strLen) function in class:llvm::StringMapEntry
130 StringMapEntry(unsigne function in class:llvm::StringMapEntry
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DStringMap.h27 class StringMapEntry;
36 static void Initialize(StringMapEntry<ValueTy> &T, InitTy InitVal) {
42 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
95 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
99 /// RemoveKey - Remove the StringMapEntry for the specified key from the
116 /// StringMapEntry - This is used to represent one value that is inserted into
120 class StringMapEntry : public StringMapEntryBase { class in namespace:llvm
124 explicit StringMapEntry(unsigned strLen) function in class:llvm::StringMapEntry
126 StringMapEntry(unsigned strLen, const ValueTy &V) function in class:llvm::StringMapEntry
140 /// StringMapEntry objec
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringMap.h36 class StringMapEntry;
38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
91 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
95 /// RemoveKey - Remove the StringMapEntry for the specified key from the
124 /// StringMapEntry - This is used to represent one value that is inserted into
128 class StringMapEntry : public StringMapEntryBase { class in namespace:llvm
132 explicit StringMapEntry(unsigned strLen) function in class:llvm::StringMapEntry
135 StringMapEntry(unsigned strLen, InitTy &&... InitVals) function in class:llvm::StringMapEntry
137 StringMapEntry(StringMapEntry
[all...]

Completed in 89 milliseconds