Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 22 of 22) sorted by relevance

/llvm-project/lldb/examples/scripting/
H A Ddictionary.c82 void populate_dictionary(tree_node **dictionary, char *filename) { in populate_dictionary()
106 int find_word(tree_node *dictionary, char *word) { in find_word()
122 void print_tree(tree_node *dictionary) { in print_tree()
136 tree_node *dictionary = NULL; in main() local
/llvm-project/clang/test/PCH/
H A Dobjc_container.h19 NSMutableDictionary *dictionary; in all() local
/llvm-project/lldb/test/API/lang/c/forward/
H A DTestForwardDeclaration.py11 def do_test(self, dictionary=None): argument
/llvm-project/lldb/test/API/lang/objc/forward-decl/
H A DTestForwardDecl.py19 def do_test(self, dictionary=None): argument
/llvm-project/lldb/test/API/commands/expression/char/
H A DTestExprsChar.py8 def do_test(self, dictionary=None): argument
/llvm-project/clang/test/CodeGenObjC/
H A Dsel-as-builtin-type.m10 +(id) dictionary; class
/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py165 getBuildCommand( self, debug_info, architecture=None, compiler=None, dictionary=None, testdir=None, testname=None, make_targets=None, ) global() argument
193 cleanup(self, dictionary=None) global() argument
/llvm-project/clang/tools/clang-format/
H A Dgit-clang-format381 filter_by_extension(dictionary, allowed_extensions) global() argument
395 filter_symlinks(dictionary) global() argument
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py94 finalize_build_dictionary(dictionary) global() argument
H A Dlldbtest.py1038 self.dicts.append(dictionary) argument
1043 addTearDownCleanup(self, dictionary) global() argument
1459 build( self, debug_info=None, architecture=None, compiler=None, dictionary=None, make_targets=None, ) global() argument
1654 cleanup(self, dictionary=None) global() argument
[all...]
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-subscripting-unavailable.m37 + (id)dictionary; class in NSDictionaryCreation
H A Dobjcmt-subscripting-literals-in-arc.m60 + (id)dictionary; class in NSDictionaryCreation
H A Dobjcmt-instancetype.m71 + (id)dictionary; class in NSDictionaryCreation
H A Dobjcmt-subscripting-literals.m60 + (id)dictionary; class in NSDictionaryCreation
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A Dinteractive_scripted_process.py297 def launch_scripted_process(target, class_name, dictionary): argument
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp150 StructuredData::DictionarySP dictionary = in GetDynamicRegisterInfo() local
/llvm-project/clang/test/SemaObjC/
H A Dcocoa-api-usage.m48 + (id)dictionary; class in NSDictionaryCreation
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp500 auto dictionary = std::make_shared<StructuredData::Dictionary>(); Handle_jSignalsInfo() local
/llvm-project/clang/test/Analysis/
H A DNSContainers.m80 + (id)dictionary; class in NSDictionaryCreation
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1135 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); GetDescription() local
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp625 SendAsyncJSONPacket(const JSONGenerator::Dictionary & dictionary) SendAsyncJSONPacket() argument
/llvm-project/lldb/source/Target/
H A DProcess.cpp6299 StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); RouteAsyncStructuredData() local