/llvm-project/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCMutableDictionary.cpp | 31 CFMutableDictionaryRef dict = get(); in GetCount() local 40 CFMutableDictionaryRef dict = get(); in GetCountOfKey() local 49 CFMutableDictionaryRef dict = get(); in GetCountOfValue() local 57 CFMutableDictionaryRef dict = get(); in GetKeysAndValues() local 65 CFMutableDictionaryRef dict = get(); in GetValue() local 74 CFMutableDictionaryRef dict = get(); in GetValueIfPresent() local 81 CFMutableDictionaryRef dict = get(); in Dictionary() local 93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue() local 104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue() local 115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8() local [all …]
|
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
H A D | bktptcmd.py | 8 def function(frame, bp_loc, dict): argument 12 def another_function(frame, bp_loc, extra_args, dict): argument 18 def a_third_function(frame, bp_loc, extra_args, dict): argument 24 def a_list_function(frame, bp_loc, extra_args, dict): argument 30 def empty_extra_args(frame, bp_loc, extra_args, dict): argument
|
/llvm-project/lldb/examples/summaries/ |
H A D | objc.py | 5 def BOOL_SummaryProvider(valobj, dict): argument 14 def BOOLRef_SummaryProvider(valobj, dict): argument 18 def BOOLPtr_SummaryProvider(valobj, dict): argument
|
H A D | sp_cp.py | 11 def __init__(self, valobj, dict): argument 40 def SharedPtr_SummaryProvider(valobj, dict): argument 45 def __init__(self, valobj, dict): argument 72 def ValueObjectSP_SummaryProvider(valobj, dict): argument 78 def __lldb_init_module(debugger, dict): argument
|
/llvm-project/lldb/test/API/commands/command/script/ |
H A D | decorated.py | 5 def decorated1(debugger, args, exe_ctx, result, dict): argument 13 def decorated2(debugger, args, exe_ctx, result, dict): argument 21 def decorated3(debugger, args, result, dict): argument 29 def _decorated4(debugger, args, exe_ctx, result, dict): argument
|
H A D | welcome.py | 34 def print_wait_impl(debugger, args, result, dict): argument 45 def check_for_synchro(debugger, args, result, dict): argument 52 def takes_exe_ctx(debugger, args, exe_ctx, result, dict): argument
|
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | CFArray.py | 31 def __init__(self, valobj, dict, params): argument 61 def __init__(self, valobj, dict, params): argument 87 def __init__(self, valobj, dict, params): argument 114 def __init__(self, valobj, dict, params): argument 146 def __init__(self, valobj, dict): argument 206 def CFArray_SummaryProvider(valobj, dict): argument 231 def __lldb_init_module(debugger, dict): argument
|
H A D | Selector.py | 11 def SEL_Summary(valobj, dict): argument 17 def SELPointer_Summary(valobj, dict): argument
|
H A D | NSData.py | 133 def NSData_SummaryProvider(valobj, dict): argument 157 def NSData_SummaryProvider2(valobj, dict): argument 185 def __lldb_init_module(debugger, dict): argument
|
H A D | CFString.py | 20 def CFString_SummaryProvider(valobj, dict): argument 38 def CFAttributedString_SummaryProvider(valobj, dict): argument 64 def __lldb_init_module(debugger, dict): argument 74 def __init__(self, valobj, dict): argument
|
/llvm-project/lldb/test/API/commands/expression/formatters/ |
H A D | formatters.py | 4 def foo_SummaryProvider(valobj, dict): argument 37 def foo_SummaryProvider3(valobj, dict, options): argument
|
/llvm-project/lldb/test/API/commands/target/stop-hooks/ |
H A D | stop_hook.py | 5 def __init__(self, target, extra_args, dict): argument 41 def __init__(self, target, extra_args, dict): argument 49 def __init__(self, target, extra_args, dict): argument
|
/llvm-project/clang/utils/ |
H A D | clangdiag.py | 103 def setDiagBreakpoint(frame, bp_loc, dict): argument 171 def the_diag_command(debugger, command, exe_ctx, result, dict): argument 192 def __lldb_init_module(debugger, dict): argument
|
/llvm-project/lldb/examples/python/ |
H A D | sources.py | 15 def info_sources(debugger, command, result, dict): argument 27 def __lldb_init_module(debugger, dict): argument
|
H A D | delta.py | 26 def start_gdb_log(debugger, command, result, dict): argument 57 def parse_time_log(debugger, command, result, dict): argument
|
H A D | scripted_step.py | 104 def __init__(self, thread_plan, dict): argument 133 def __init__(self, thread_plan, dict): argument 165 def __init__(self, thread_plan, dict): argument 229 def __init__(self, thread_plan, dict): argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | nsobject-attribute-1.m | 12 Foo_ref dict; field 14 @property(retain) Foo_ref dict; property
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/ |
H A D | DexExpectProgramState.py | 17 def frame_from_dict(source: dict) -> StackFrame: 24 def state_from_dict(source: dict) -> ProgramState:
|
/llvm-project/lldb/test/API/tools/lldb-dap/variables/children/ |
H A D | formatter.py | 8 def __init__(self, valobj, dict): argument 32 def __lldb_init_module(debugger, dict): argument
|
/llvm-project/lldb/examples/customization/pwd-cd-and-system/ |
H A D | utils.py | 24 def chdir(debugger, args, result, dict): argument 43 def system(debugger, command_line, result, dict): argument
|
/llvm-project/lldb/examples/customization/bin-utils/ |
H A D | binutils.py | 65 def utob(debugger, command_line, result, dict): argument 97 def itob(debugger, command_line, result, dict): argument
|
/llvm-project/lldb/examples/darwin/heap_find/ |
H A D | heap.py | 922 def find_variable(debugger, command, result, dict): argument 964 def ptr_refs(debugger, command, result, dict): argument 1066 def cstr_refs(debugger, command, result, dict): argument 1170 def malloc_info(debugger, command, result, dict): argument 1330 def section_ptr_refs(debugger, command, result, dict): argument 1423 def objc_refs(debugger, command, result, dict): argument
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/ |
H A D | ftsp.py | 7 def __init__(self, valobj, dict): argument 36 def __lldb_init_module(debugger, dict): argument
|
/llvm-project/lldb/examples/synthetic/ |
H A D | unordered_multi.py | 7 def __init__(self, valobj, dict): argument 133 def __lldb_init_module(debugger, dict): argument
|
H A D | gnu_libstdcpp.py | 9 def ForwardListSummaryProvider(valobj, dict): argument 18 def StdOptionalSummaryProvider(valobj, dict): argument 25 def __init__(self, valobj, dict): argument 61 def __init__(self, valobj, dict): argument 143 __init__(self, valobj, dict, has_prev) global() argument 325 __init__(self, valobj, dict) global() argument 341 __init__(self, valobj, dict) global() argument 502 __init__(self, valobj, dict) global() argument 538 __init__(self, valobj, dict) global() argument 897 VariantSummaryProvider(valobj, dict) global() argument 930 __init__(self, valobj, dict) global() argument [all...] |