| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | package.json | 135 "description": "Path to the program to debug." string 142 "description": "Program arguments.", string 147 "description": "Program working directory.", string 157 "description": "Automatically stop after launch.", string 177 "description": "Detach from the program.", string 223 "description": "Commands executed each time the program stops.", string 246 "description": "Path to the program to attach to." string 253 "description": "System process ID to attach to." string 303 "description": "Commands executed each time the program stops.", string 313 "description": "Path to the core file to debug." string [all …]
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-generated-matchers.h | 265 #define MATCHER(name, description)\ argument 313 #define MATCHER_P(name, p0, description)\ argument 366 #define MATCHER_P2(name, p0, p1, description)\ argument 425 #define MATCHER_P3(name, p0, p1, p2, description)\ argument 487 #define MATCHER_P4(name, p0, p1, p2, p3, description)\ argument 559 #define MATCHER_P5(name, p0, p1, p2, p3, p4, description)\ argument 635 #define MATCHER_P6(name, p0, p1, p2, p3, p4, p5, description)\ argument 714 #define MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description)\ argument 802 #define MATCHER_P8(name, p0, p1, p2, p3, p4, p5, p6, p7, description)\ argument 896 #define MATCHER_P9(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, description)\ argument [all …]
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/print-obj/ |
| H A D | blocked.m | 25 - (NSString *) description; method 30 {
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | InstrumentationRuntimeStopInfo.cpp | 19 Thread &thread, std::string description, in InstrumentationRuntimeStopInfo() 32 Thread &thread, std::string description, in CreateStopReasonWithInstrumentationData()
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-optimized/ |
| H A D | main.m | 8 - (NSString*)description; method 29 {
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | GenInfo.h | 33 GenInfo(StringRef arg, StringRef description, GenFunction generator) in GenInfo() 54 StringRef description; variable
|
| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | PassRegistry.h | 78 StringRef arg, StringRef description, const PassRegistryFunction &builder, in PassRegistryEntry() 89 std::string description; variable 103 StringRef arg, StringRef description, const PassRegistryFunction &builder, in PassPipelineInfo()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | PluginManager.cpp | 195 llvm::StringRef description; member 383 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() 417 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() 445 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() 478 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() 554 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() 600 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() 644 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() 742 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() 779 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | property-getter-dot-syntax.m | 4 - (void *)description; method
|
| /llvm-project-15.0.7/mlir/utils/vscode/ |
| H A D | package.json | 4 "description": "MLIR Language Extension", string 140 "description": "The file path of the mlir-lsp-server executable." string 145 "description": "The file path of the mlir-pdll-lsp-server executable." string 150 …"description": "A list of `pdll_compile_commands.yml` database files containing information about … string 155 "description": "The file path of the tblgen-lsp-server executable." string 160 …"description": "A list of `tablegen_compile_commands.yml` database files containing information ab… string 165 … "description": "Action taken when a setting change requires a server restart to take effect.", string
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/real-definition/ |
| H A D | Foo.m | 22 {
|
| H A D | Bar.m | 38 {
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugType.h | 72 const char *description) in BuiltinBug() 76 const char *description) in BuiltinBug()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 171 std::string description; in RetrieveReportData() local 193 std::string description = std::string(report->GetAsDictionary() in FormatDescription() local 254 std::string description; in NotifyBreakpointHit() local
|
| /llvm-project-15.0.7/lldb/test/API/commands/statistics/basic/ |
| H A D | TestStats.py | 29 def verify_key_in_dict(self, key, d, description): argument 33 def verify_key_not_in_dict(self, key, d, description): argument 37 def verify_keys(self, dict, description, keys_exist, keys_missing=None): argument
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBValueList.i | 108 lldb::SBStream description; in __str__() local
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 77 CXXFunctionSummaryFormat::Callback funct, const char *description, in AddCXXSummary() 92 const char *description, ConstString type_name, in AddCXXSynthetic() 106 std::vector<std::string> children, const char *description, in AddFilter()
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSException.py | 48 def description(self): member in NSKnownException_SummaryProvider 73 def description(self): member in NSUnknownException_SummaryProvider
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-property-dot-syntax.m | 10 @property (readonly, copy) NSString *description; property 47 - (NSString *)description { return [super description]; } method
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | debug_double_free.cpp | 48 const char *description = __asan_get_report_description(); in __asan_on_error() local
|
| /llvm-project-15.0.7/clang/tools/diagtool/ |
| H A D | DiagTool.h | 26 const std::string description; variable
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | method-undef-category-warn-1.m | 40 - (NSString *)description; method 45 - (NSString *)description; method
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeThreadWindows.cpp | 114 std::string description) { in SetStopReason() 121 std::string &description) { in GetStopReason()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/frame/get-variables/ |
| H A D | TestGetVariables.py | 29 def verify_variable_names(self, description, value_list, names): argument
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | lldb_module_utils.py | 14 …description = 'Dumps all line tables from all compile units for any modules specified as arguments… variable in DumpLineTables 100 description = '''This class adds a dump-files command to the LLDB interpreter. variable in DumpFiles
|