Home
last modified time | relevance | path

Searched refs:LibcxxUniquePtrSyntheticFrontEnd (Results 1 – 18 of 18) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp464 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
465 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
471 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
472 ~LibcxxUniquePtrSyntheticFrontEnd() = default;
477 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
481 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
487 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
506 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update()
521 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
526 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
H A DLibCxx.h110 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
112 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
124 ~LibcxxUniquePtrSyntheticFrontEnd() override;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp464 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
465 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
471 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
472 ~LibcxxUniquePtrSyntheticFrontEnd() = default;
477 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
481 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
487 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
506 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update()
521 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
526 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
H A DLibCxx.h110 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
112 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
124 ~LibcxxUniquePtrSyntheticFrontEnd() override;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp464 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
465 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
471 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
472 ~LibcxxUniquePtrSyntheticFrontEnd() = default;
477 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
481 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
487 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
506 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update()
521 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
526 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
H A DLibCxx.h110 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
112 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
124 ~LibcxxUniquePtrSyntheticFrontEnd() override;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp464 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
465 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
471 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
472 ~LibcxxUniquePtrSyntheticFrontEnd() = default;
477 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
481 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
487 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
506 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update()
521 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
526 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
H A DLibCxx.h110 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
112 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
124 ~LibcxxUniquePtrSyntheticFrontEnd() override;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp464 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
465 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp)
471 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd:: in gda_mysql_provider_get_name()
472 ~LibcxxUniquePtrSyntheticFrontEnd() = default; in gda_mysql_provider_get_name()
477 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp)
481 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd:: in gda_mysql_provider_get_version()
487 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex(
506 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() {
521 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
526 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
H A DLibCxx.h110 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
112 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
124 ~LibcxxUniquePtrSyntheticFrontEnd() override;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp489 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
490 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
496 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
497 ~LibcxxUniquePtrSyntheticFrontEnd() = default;
502 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
506 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
512 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
523 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update()
538 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
543 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
H A DLibCxx.h114 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
116 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
128 ~LibcxxUniquePtrSyntheticFrontEnd() override;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp489 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
490 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
496 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
497 ~LibcxxUniquePtrSyntheticFrontEnd() = default;
502 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
506 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
512 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
523 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update()
538 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
543 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
H A DLibCxx.h114 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
116 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
128 ~LibcxxUniquePtrSyntheticFrontEnd() override;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp489 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
490 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
496 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
497 ~LibcxxUniquePtrSyntheticFrontEnd() = default;
502 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
506 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
512 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
523 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update()
538 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
543 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
H A DLibCxx.h114 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
116 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
128 ~LibcxxUniquePtrSyntheticFrontEnd() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp489 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
490 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
496 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
497 ~LibcxxUniquePtrSyntheticFrontEnd() = default;
502 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
506 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
512 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
523 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update()
538 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
543 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
H A DLibCxx.h114 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
116 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
128 ~LibcxxUniquePtrSyntheticFrontEnd() override;