Home
last modified time | relevance | path

Searched defs:description (Results 1 – 25 of 147) sorted by relevance

123456

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dpackage.json135 "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 Dgmock-generated-matchers.h265 #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 Dblocked.m25 - (NSString *) description; method
30 {
/llvm-project-15.0.7/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp19 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 Dmain.m8 - (NSString*)description; method
29 {
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DGenInfo.h33 GenInfo(StringRef arg, StringRef description, GenFunction generator) in GenInfo()
54 StringRef description; variable
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassRegistry.h78 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 DPluginManager.cpp195 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 Dproperty-getter-dot-syntax.m4 - (void *)description; method
/llvm-project-15.0.7/mlir/utils/vscode/
H A Dpackage.json4 "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 DFoo.m22 {
H A DBar.m38 {
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h72 const char *description) in BuiltinBug()
76 const char *description) in BuiltinBug()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp171 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 DTestStats.py29 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 DSBValueList.i108 lldb::SBStream description; in __str__() local
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp77 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 DNSException.py48 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 Dobjcmt-property-dot-syntax.m10 @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 Ddebug_double_free.cpp48 const char *description = __asan_get_report_description(); in __asan_on_error() local
/llvm-project-15.0.7/clang/tools/diagtool/
H A DDiagTool.h26 const std::string description; variable
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-undef-category-warn-1.m40 - (NSString *)description; method
45 - (NSString *)description; method
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.cpp114 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 DTestGetVariables.py29 def verify_variable_names(self, description, value_list, names): argument
/llvm-project-15.0.7/lldb/examples/python/
H A Dlldb_module_utils.py14description = '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

123456