Home
last modified time | relevance | path

Searched refs:Dictionary (Results 1 – 25 of 86) sorted by relevance

1234

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
190 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt32()
205 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt64()
220 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt64()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h58 class Dictionary; variable
67 typedef std::shared_ptr<Dictionary> DictionarySP;
91 Dictionary *GetAsDictionary() { in GetAsDictionary()
93 ? static_cast<Dictionary *>(this) in GetAsDictionary()
254 bool GetItemAtIndexAsDictionary(size_t idx, Dictionary *&result) const { in GetItemAtIndexAsDictionary()
352 class Dictionary : public Object {
354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary() function
356 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary() function
362 Dictionary *dict = obj_sp->GetAsDictionary(); in Dictionary()
366 ~Dictionary() override = default;
[all …]
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSONGenerator.h34 class Dictionary; variable
43 typedef std::shared_ptr<Dictionary> DictionarySP;
78 Dictionary *GetAsDictionary() { in GetAsDictionary()
80 return (Dictionary *)this; in GetAsDictionary()
254 class Dictionary : public Object {
256 Dictionary() : Object(Type::eTypeDictionary), m_dict() {} in Dictionary() function
258 virtual ~Dictionary() {} in ~Dictionary()
/llvm-project-15.0.7/lldb/source/Core/
H A DSearchFilter.cpp79 const StructuredData::Dictionary &filter_dict, in CreateFromStructuredData()
102 StructuredData::Dictionary *subclass_options = nullptr; in CreateFromStructuredData()
177 auto type_dict_sp = std::make_shared<StructuredData::Dictionary>(); in WrapOptionsDict()
357 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData()
366 auto result_sp = std::make_shared<StructuredData::Dictionary>(); in SerializeToStructuredData()
457 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData()
486 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SerializeToStructuredData()
587 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData()
618 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SerializeToStructuredData()
637 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSearchFilter.h204 const StructuredData::Dictionary &data_dict,
302 const StructuredData::Dictionary &data_dict,
344 const StructuredData::Dictionary &data_dict,
391 const StructuredData::Dictionary &data_dict,
430 const StructuredData::Dictionary &data_dict,
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dtypo-correction-subscript.m3 @class Dictionary;
9 - (void)rdar47403222:(Dictionary *)opts { argument
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp230 std::function<void(ValueObjectSP o, StructuredData::Dictionary *dict)> const in ConvertToStructuredArray()
240 StructuredData::Dictionary *dict = new StructuredData::Dictionary(); in ConvertToStructuredArray()
267 StructuredData::Dictionary *dict) { in GetRenumberedThreadIds()
341 StructuredData::Dictionary *dict = new StructuredData::Dictionary(); in RetrieveReportData()
353 [thread_sp](ValueObjectSP o, StructuredData::Dictionary *dict) { in RetrieveReportData()
365 [&thread_id_map](ValueObjectSP o, StructuredData::Dictionary *dict) { in RetrieveReportData()
393 StructuredData::Dictionary *dict) { in RetrieveReportData()
426 [](ValueObjectSP o, StructuredData::Dictionary *dict) { in RetrieveReportData()
446 StructuredData::Dictionary *dict) { in RetrieveReportData()
473 [&thread_id_map](ValueObjectSP o, StructuredData::Dictionary *dict) { in RetrieveReportData()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp63 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData()
79 StructuredData::Dictionary *args_dict = nullptr; in CreateFromStructuredData()
90 new StructuredData::Dictionary()); in SerializeToStructuredData()
H A DBreakpointOptions.cpp41 new StructuredData::Dictionary()); in SerializeToStructuredData()
61 const StructuredData::Dictionary &options_dict, Status &error) { in CreateFromStructuredData()
228 Target &target, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData()
289 StructuredData::Dictionary *cmds_dict; in CreateFromStructuredData()
334 StructuredData::Dictionary *thread_spec_dict; in CreateFromStructuredData()
355 new StructuredData::Dictionary()); in SerializeToStructuredData()
H A DBreakpointResolver.cpp72 const StructuredData::Dictionary &resolver_dict, Status &error) { in CreateFromStructuredData()
96 StructuredData::Dictionary *subclass_options = nullptr; in CreateFromStructuredData()
154 StructuredData::DictionarySP type_dict_sp(new StructuredData::Dictionary()); in WrapOptionsDict()
H A DBreakpointResolverAddress.cpp34 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData()
65 new StructuredData::Dictionary()); in SerializeToStructuredData()
H A DBreakpointResolverFileRegex.cpp30 const lldb::BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData()
77 new StructuredData::Dictionary()); in SerializeToStructuredData()
H A DBreakpoint.cpp85 new StructuredData::Dictionary()); in SerializeToStructuredData()
87 new StructuredData::Dictionary()); in SerializeToStructuredData()
136 StructuredData::Dictionary *breakpoint_dict = object_data->GetAsDictionary(); in CreateFromStructuredData()
143 StructuredData::Dictionary *resolver_dict; in CreateFromStructuredData()
162 StructuredData::Dictionary *filter_dict; in CreateFromStructuredData()
181 StructuredData::Dictionary *options_dict; in CreateFromStructuredData()
228 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h46 DynamicRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
54 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
109 uint32_t index, lldb_private::StructuredData::Dictionary &reg_info_dict,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUserProperties.td16 def EmulatorEnvVars: Property<"emulator-env-vars", "Dictionary">,
20 def TargetEnvVars: Property<"target-env-vars", "Dictionary">,
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h96 size_t DumpHeader(Stream &stream, const StructuredData::Dictionary &event);
98 size_t HandleDisplayOfEvent(const StructuredData::Dictionary &event,
H A DStructuredDataDarwinLog.cpp208 StructuredData::Dictionary *dict_p = new StructuredData::Dictionary(); in Serialize()
237 virtual void DoSerialization(StructuredData::Dictionary &dict) const = 0;
272 void DoSerialization(StructuredData::Dictionary &dict) const override { in DoSerialization()
324 void DoSerialization(StructuredData::Dictionary &dict) const override { in DoSerialization()
564 StructuredData::DictionarySP config_sp(new StructuredData::Dictionary()); in BuildConfigurationData()
575 StructuredData::DictionarySP(new StructuredData::Dictionary()); in BuildConfigurationData()
1135 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription()
1655 const StructuredData::Dictionary &event) { in DumpHeader()
1738 const StructuredData::Dictionary &event, Stream &stream) { in HandleDisplayOfEvent()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.h104 size_t AddWordFromDictionary(Dictionary &D, uint8_t *Data, size_t Size,
131 Dictionary ManualDictionary;
134 Dictionary PersistentAutoDictionary;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp93 m_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SetOptionValue()
103 m_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SetOptionValue()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadSpec.cpp23 const StructuredData::Dictionary &spec_dict, Status &error) { in CreateFromStructuredData()
54 StructuredData::DictionarySP data_dict_sp(new StructuredData::Dictionary()); in SerializeToStructuredData()
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Ddict1.txt1 # Dictionary for SimpleDictionaryTest
/llvm-project-15.0.7/clang/test/Import/objc-param-decl/Inputs/
H A DS.m4 @interface Dictionary <FirstParam : id <NSString>, NSString> interface
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h58 CreateFromStructuredData(const StructuredData::Dictionary &options_dict,
128 const StructuredData::Dictionary &data_dict,
/llvm-project-15.0.7/clang/test/Import/objc-param-decl/
H A Dtest.m11 Dictionary *d;
/llvm-project-15.0.7/clang/test/Analysis/
H A DNSContainers.m178 return @{@"abc":value, nilKey:@"abc"}; // expected-warning {{Dictionary key cannot be nil}}
184 return @{@"abc":nilValue}; // expected-warning {{Dictionary value cannot be nil}}
192 return @{@"abc":nilValue, nilKey:@"abc"}; // expected-warning {{Dictionary key cannot be nil}}
193 … // expected-warning@-1 {{Dictionary value cannot be nil}}

1234