/llvm-project/lldb/examples/scripting/ |
H A D | dictionary.c | 82 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 D | objc_container.h | 19 NSMutableDictionary *dictionary; in all() local
|
/llvm-project/lldb/test/API/lang/c/forward/ |
H A D | TestForwardDeclaration.py | 11 def do_test(self, dictionary=None): argument
|
/llvm-project/lldb/test/API/lang/objc/forward-decl/ |
H A D | TestForwardDecl.py | 19 def do_test(self, dictionary=None): argument
|
/llvm-project/lldb/test/API/commands/expression/char/ |
H A D | TestExprsChar.py | 8 def do_test(self, dictionary=None): argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | sel-as-builtin-type.m | 10 +(id) dictionary; class
|
/llvm-project/lldb/packages/Python/lldbsuite/test/builders/ |
H A D | builder.py | 165 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 D | git-clang-format | 381 filter_by_extension(dictionary, allowed_extensions) global() argument 395 filter_symlinks(dictionary) global() argument [all...] |
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbplatformutil.py | 94 finalize_build_dictionary(dictionary) global() argument
|
H A D | lldbtest.py | 1038 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 D | objcmt-subscripting-unavailable.m | 37 + (id)dictionary; class in NSDictionaryCreation
|
H A D | objcmt-subscripting-literals-in-arc.m | 60 + (id)dictionary; class in NSDictionaryCreation
|
H A D | objcmt-instancetype.m | 71 + (id)dictionary; class in NSDictionaryCreation
|
H A D | objcmt-subscripting-literals.m | 60 + (id)dictionary; class in NSDictionaryCreation
|
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/ |
H A D | interactive_scripted_process.py | 297 def launch_scripted_process(target, class_name, dictionary): argument
|
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.cpp | 150 StructuredData::DictionarySP dictionary = in GetDynamicRegisterInfo() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | cocoa-api-usage.m | 48 + (id)dictionary; class in NSDictionaryCreation
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerPlatform.cpp | 500 auto dictionary = std::make_shared<StructuredData::Dictionary>(); Handle_jSignalsInfo() local
|
/llvm-project/clang/test/Analysis/ |
H A D | NSContainers.m | 80 + (id)dictionary; class in NSDictionaryCreation
|
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 1135 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); GetDescription() local
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | RNBRemote.cpp | 625 SendAsyncJSONPacket(const JSONGenerator::Dictionary & dictionary) SendAsyncJSONPacket() argument
|
/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 6299 StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); RouteAsyncStructuredData() local
|