Searched refs:Dictionary (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h8 // fuzzer::Dictionary
80 class Dictionary { class in namespace:fuzzer
H A DFuzzerDriver.cpp557 // Dictionary units with positive score are treated as useful ones.
684 Vector<Unit> Dictionary; local
686 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary))
688 if (Flags.verbosity > 0 && !Dictionary.empty())
689 Printf("Dictionary: %zd entries\n", Dictionary.size());
755 for (auto &U: Dictionary)
834 if (Dictionary.empty() || Inputs->empty()) {
838 if (AnalyzeDictionary(F, Dictionary, InitialCorpus)) {
839 Printf("Dictionary analysi
[all...]
/freebsd-13-stable/sys/contrib/zstd/examples/
H A DMakefile89 @echo -- Dictionary compression tests
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h61 CreateFromStructuredData(const StructuredData::Dictionary &options_dict,
130 const StructuredData::Dictionary &data_dict,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp32 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict,
96 new StructuredData::Dictionary());
H A DBreakpointResolverFileRegex.cpp30 const lldb::BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict,
77 new StructuredData::Dictionary());
H A DBreakpoint.cpp85 new StructuredData::Dictionary());
87 new StructuredData::Dictionary());
136 StructuredData::Dictionary *breakpoint_dict = object_data->GetAsDictionary();
143 StructuredData::Dictionary *resolver_dict;
163 StructuredData::Dictionary *filter_dict;
182 StructuredData::Dictionary *options_dict;
229 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary();
H A DBreakpointResolverName.cpp92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict,
190 new StructuredData::Dictionary());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp177 StructuredData::Dictionary *dict = new StructuredData::Dictionary();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp74 auto dict_up = std::make_unique<StructuredData::Dictionary>();
156 void StructuredData::Dictionary::Serialize(json::OStream &s) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp212 StructuredData::Dictionary *dict_p = new StructuredData::Dictionary();
241 virtual void DoSerialization(StructuredData::Dictionary &dict) const = 0;
276 void DoSerialization(StructuredData::Dictionary &dict) const override {
328 void DoSerialization(StructuredData::Dictionary &dict) const override {
572 StructuredData::DictionarySP config_sp(new StructuredData::Dictionary());
583 StructuredData::DictionarySP(new StructuredData::Dictionary());
1161 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary();
1681 const StructuredData::Dictionary &event) {
1764 const StructuredData::Dictionary
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h44 const StructuredData::Dictionary &data_dict,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTraceOptions.cpp77 std::static_pointer_cast<StructuredData::Dictionary>(obj_sp));
H A DSBStructuredData.cpp137 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary();
H A DSBDebugger.cpp660 static void AddBoolConfigEntry(StructuredData::Dictionary &dict,
663 auto entry_up = std::make_unique<StructuredData::Dictionary>();
669 static void AddLLVMTargets(StructuredData::Dictionary &dict) {
674 auto entry_up = std::make_unique<StructuredData::Dictionary>();
684 auto config_up = std::make_unique<StructuredData::Dictionary>();
1089 auto platform_dict = std::make_unique<StructuredData::Dictionary>();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp490 std::shared_ptr<StructuredData::Dictionary> dict_sp(
491 new StructuredData::Dictionary());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp147 auto *d = new StructuredData::Dictionary();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp87 Target &target, const StructuredData::Dictionary &data_dict,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp170 auto *d = new StructuredData::Dictionary();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp229 StructuredData::Dictionary &thread_dict, ThreadList &core_thread_list,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp24 const lldb_private::StructuredData::Dictionary &dict,
61 DynamicRegisterInfo::SetRegisterInfo(const StructuredData::Dictionary &dict,
89 StructuredData::Dictionary *reg_info_dict = nullptr;
/freebsd-13-stable/contrib/bearssl/T0/
H A DT0Comp.cs1564 IDictionary<string, int> slots = new Dictionary<string, int>();
1576 new Dictionary<string, int>();
1578 new Dictionary<int, string>();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp397 auto dictionary = std::make_shared<StructuredData::Dictionary>();
H A DProcessGDBRemote.h360 lldb::ThreadSP SetThreadStopInfo(StructuredData::Dictionary *thread_dict);
H A DProcessGDBRemote.cpp1538 StructuredData::Dictionary *thread_dict = object->GetAsDictionary();
1677 StructuredData::Dictionary *thread_dict =
1968 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) {
2066 StructuredData::Dictionary *registers_dict = object->GetAsDictionary();
2084 StructuredData::Dictionary *mem_cache_dict =
2678 StructuredData::Dictionary *thread_dict =
3995 StructuredData::ObjectSP args_dict(new StructuredData::Dictionary());
4034 StructuredData::ObjectSP args_dict(new StructuredData::Dictionary());
4043 StructuredData::ObjectSP args_dict(new StructuredData::Dictionary());
4052 StructuredData::ObjectSP args_dict(new StructuredData::Dictionary());
[all...]

Completed in 144 milliseconds

123