/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SymbolRewriter.cpp | 337 StringRef KeyValue; in parseRewriteFunctionDescriptor() local 351 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor() 352 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor() 360 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor() 362 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor() 364 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor() 406 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local 420 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor() 421 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor() 429 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | SymbolRewriter.cpp | 317 StringRef KeyValue; in parseRewriteFunctionDescriptor() local 331 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor() 332 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor() 340 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor() 342 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor() 344 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor() 384 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local 398 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor() 399 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor() 407 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.cpp | 157 for (auto &KeyValue : LocalSymbols) { in updateIndices() local 158 GlobalString Name = KeyValue.first; in updateIndices() 159 ELFSection *Section = KeyValue.second.Section; in updateIndices() 160 Elf64_Sym &SymInfo = KeyValue.second.Sym; in updateIndices() 164 KeyValue.second.setNumber(SymNumber++); in updateIndices() 166 for (auto &KeyValue : GlobalSymbols) { in updateIndices() local 167 const std::string &Name = KeyValue.first.toString(); in updateIndices() 168 ELFSection *Section = KeyValue.second.Section; in updateIndices() 169 Elf64_Sym &SymInfo = KeyValue.second.Sym; in updateIndices() 173 KeyValue.second.setNumber(SymNumber++); in updateIndices()
|
D | IceELFSection.h | 334 for (auto &KeyValue : Map) { in writeSymbolMap() 335 const Elf64_Sym &SymInfo = KeyValue.second.Sym; in writeSymbolMap() 344 for (auto &KeyValue : Map) { in writeSymbolMap() 345 const Elf64_Sym &SymInfo = KeyValue.second.Sym; in writeSymbolMap()
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 13 struct KeyValue; 162 struct KeyValue FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 170 bool KeyCompareLessThan(const KeyValue *o) const { in KeyCompareLessThan() 193 fbb_.AddOffset(KeyValue::VT_KEY, key); in add_key() 196 fbb_.AddOffset(KeyValue::VT_VALUE, value); in add_value() 203 flatbuffers::Offset<KeyValue> Finish() { in Finish() 205 auto o = flatbuffers::Offset<KeyValue>(end); in Finish() 206 fbb_.Required(o, KeyValue::VT_KEY); in Finish() 211 inline flatbuffers::Offset<KeyValue> CreateKeyValue( 221 inline flatbuffers::Offset<KeyValue> CreateKeyValueDirect( [all …]
|
D | idl.h | 237 flatbuffers::Vector<flatbuffers::Offset<reflection::KeyValue>>> 241 const Vector<Offset<reflection::KeyValue>> *attrs);
|
/external/flatbuffers/reflection/ |
D | reflection.fbs | 37 table KeyValue { 55 attributes:[KeyValue]; 69 attributes:[KeyValue]; 79 attributes:[KeyValue]; 87 attributes:[KeyValue]; 94 attributes:[KeyValue];
|
/external/oss-fuzz/projects/xerces-c/ |
D | xmlProtoConverter.cpp | 57 void ProtoConverter::visit(KeyValue const& _x) in visit() 59 if (!KeyValue::XmlNamespace_IsValid(_x.type())) in visit() 64 case KeyValue::ATTRIBUTES: in visit() 67 case KeyValue::BASE: in visit() 70 case KeyValue::CATALOG: in visit() 73 case KeyValue::ID: in visit() 76 case KeyValue::LANG: in visit() 79 case KeyValue::LINK: in visit() 82 case KeyValue::SPACE: in visit() 85 case KeyValue::SPECIAL: in visit() [all …]
|
D | xml.proto | 220 message KeyValue { message 240 repeated KeyValue kv = 2; 275 repeated KeyValue kv = 4;
|
D | xmlProtoConverter.h | 50 void visit(KeyValue const&);
|
/external/clang/lib/Tooling/ |
D | JSONCompilationDatabase.cpp | 272 StringRef KeyValue = KeyString->getValue(KeyStorage); in parse() local 282 if (KeyValue == "arguments" && !SequenceString) { in parse() 285 } else if (KeyValue != "arguments" && !ValueString) { in parse() 289 if (KeyValue == "directory") { in parse() 291 } else if (KeyValue == "arguments") { in parse() 301 } else if (KeyValue == "command") { in parse() 304 } else if (KeyValue == "file") { in parse()
|
/external/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 243 std::vector<Init*> KeyValue; in buildRowInstrMap() local 247 KeyValue.push_back(CurInstrVal); in buildRowInstrMap() 256 RowInstrMap[KeyValue].push_back(CurInstr); in buildRowInstrMap() 310 std::vector<Init*> KeyValue; in getInstrForColumn() local 315 KeyValue.push_back(KeyInstrVal); in getInstrForColumn() 322 const std::vector<Record*> &RelatedInstrVec = RowInstrMap[KeyValue]; in getInstrForColumn() 344 for (Init *Value : KeyValue) { in getInstrForColumn()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 243 std::vector<Init*> KeyValue; in buildRowInstrMap() local 252 KeyValue.push_back(CurInstrVal); in buildRowInstrMap() 261 RowInstrMap[KeyValue].push_back(CurInstr); in buildRowInstrMap() 315 std::vector<Init*> KeyValue; in getInstrForColumn() local 320 KeyValue.push_back(KeyInstrVal); in getInstrForColumn() 327 const std::vector<Record*> &RelatedInstrVec = RowInstrMap[KeyValue]; in getInstrForColumn() 349 for (Init *Value : KeyValue) { in getInstrForColumn()
|
/external/protobuf/src/google/protobuf/ |
D | extension_set.cc | 193 : Arena::CreateArray<KeyValue>(arena_, flat_capacity_)} {} in ExtensionSet() 201 : Arena::CreateArray<KeyValue>(arena_, flat_capacity_)} {} in ExtensionSet() 215 void ExtensionSet::DeleteFlatMap(const ExtensionSet::KeyValue* flat, in DeleteFlatMap() 220 static_assert(std::is_trivially_destructible<KeyValue>::value, in DeleteFlatMap() 224 ::operator delete[](const_cast<ExtensionSet::KeyValue*>(flat), in DeleteFlatMap() 1144 for (const KeyValue* it = flat_begin(); it != flat_end(); ++it) { in IsInitialized() 1479 const KeyValue* end = flat_end(); in SerializeWithCachedSizes() 1480 for (const KeyValue* it = std::lower_bound( in SerializeWithCachedSizes() 1481 flat_begin(), end, start_field_number, KeyValue::FirstComparator()); in SerializeWithCachedSizes() 1901 const KeyValue* end = flat_end(); in FindOrNull() [all …]
|
D | extension_set.h | 635 struct KeyValue { struct 640 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator() argument 643 bool operator()(const KeyValue& lhs, int key) const { in operator() 646 bool operator()(int key, const KeyValue& rhs) const { in operator() 823 KeyValue* flat_begin() { in flat_begin() 827 const KeyValue* flat_begin() const { in flat_begin() 831 KeyValue* flat_end() { in flat_end() 835 const KeyValue* flat_end() const { in flat_end() 848 KeyValue* flat; 855 static void DeleteFlatMap(const KeyValue* flat, uint16 flat_capacity);
|
D | extension_set_heavy.cc | 410 size_t total_size = Size() * sizeof(KeyValue); in SpaceUsedExcludingSelfLong() 500 const KeyValue* end = flat_end(); in InternalSerializeWithCachedSizesToArray() 501 for (const KeyValue* it = std::lower_bound( in InternalSerializeWithCachedSizesToArray() 502 flat_begin(), end, start_field_number, KeyValue::FirstComparator()); in InternalSerializeWithCachedSizesToArray()
|
D | map_field.h | 539 union KeyValue { 540 KeyValue() {}
|
/external/llvm/include/llvm/ADT/ |
D | StringMap.h | 344 bool insert(MapEntryTy *KeyValue) { in insert() argument 345 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 352 Bucket = KeyValue; in insert() 410 void remove(MapEntryTy *KeyValue) { in remove() argument 411 RemoveKey(KeyValue); in remove()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 348 bool insert(MapEntryTy *KeyValue) { in insert() argument 349 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 356 Bucket = KeyValue; in insert() 414 void remove(MapEntryTy *KeyValue) { in remove() argument 415 RemoveKey(KeyValue); in remove()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 366 bool insert(MapEntryTy *KeyValue) { in insert() argument 367 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 374 Bucket = KeyValue; in insert() 432 void remove(MapEntryTy *KeyValue) { in remove() argument 433 RemoveKey(KeyValue); in remove()
|
/external/v8/src/compiler/ |
D | persistent-map.h | 50 struct KeyValue : std::pair<Key, Value> { struct 174 KeyValue key_value; 397 FocusedTree{KeyValue(std::move(key), std::move(value)),
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.mm | 151 NSString *KeyValue(NSString *key); 419 NSString *Breakpad::KeyValue(NSString *key) { function 436 NSString *directory = KeyValue(@BREAKPAD_DUMP_DIRECTORY); 448 NSString *directory = KeyValue(@BREAKPAD_DUMP_DIRECTORY); 515 NSString *dumpDirAsNSString = KeyValue(@BREAKPAD_DUMP_DIRECTORY); 779 value = breakpad->KeyValue(key);
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 634 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print() local 636 FuncCoverages.insert(KeyValue); in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 656 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print() local 658 FuncCoverages.insert(KeyValue); in print()
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 156 NSString *KeyValue(NSString *key); 378 NSString *inspectorPathString = KeyValue(@BREAKPAD_INSPECTOR_LOCATION); 656 NSString *Breakpad::KeyValue(NSString *key) { function 960 value = breakpad->KeyValue(key);
|