reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/API/SBDefines.h
   89 class LLDB_API SBTypeSynthetic;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 4572 SWIGINTERN PyObject *lldb_SBTypeSynthetic___str__(lldb::SBTypeSynthetic *self){
24063   lldb::SBTypeSynthetic result;
68281   lldb::SBTypeSynthetic result;
68429   lldb::SBTypeSynthetic result;
68767   lldb::SBTypeSynthetic arg3 ;
68806       lldb::SBTypeSynthetic * temp = reinterpret_cast< lldb::SBTypeSynthetic * >(argp3);
72616   lldb::SBTypeSynthetic *result = 0 ;
72621     result = (lldb::SBTypeSynthetic *)new lldb::SBTypeSynthetic();
72642   lldb::SBTypeSynthetic result;
72657     result = lldb::SBTypeSynthetic::CreateWithClassName((char const *)arg1,arg2);
72676   lldb::SBTypeSynthetic result;
72686     result = lldb::SBTypeSynthetic::CreateWithClassName((char const *)arg1);
72753   lldb::SBTypeSynthetic result;
72768     result = lldb::SBTypeSynthetic::CreateWithScriptCode((char const *)arg1,arg2);
72787   lldb::SBTypeSynthetic result;
72797     result = lldb::SBTypeSynthetic::CreateWithScriptCode((char const *)arg1);
72855   lldb::SBTypeSynthetic *arg1 = 0 ;
72859   lldb::SBTypeSynthetic *result = 0 ;
72872     result = (lldb::SBTypeSynthetic *)new lldb::SBTypeSynthetic((lldb::SBTypeSynthetic const &)*arg1);
72917   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
72942   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
72968   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
72994   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
72995   lldb::SBTypeSynthetic *arg2 = 0 ;
73032   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
73058   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
73084   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
73121   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
73158   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
73184   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
73218   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
73265   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
73266   lldb::SBTypeSynthetic *arg2 = 0 ;
73303   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
73304   lldb::SBTypeSynthetic *arg2 = 0 ;
73341   lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
75073   lldb::SBTypeSynthetic result;
tools/lldb/include/lldb/API/SBDebugger.h
  287   SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
tools/lldb/include/lldb/API/SBTypeCategory.h
   66   SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
   74   SBTypeSynthetic GetSyntheticAtIndex(uint32_t);
   88   bool AddTypeSynthetic(SBTypeNameSpecifier, SBTypeSynthetic);
tools/lldb/include/lldb/API/SBTypeSynthetic.h
   21   static SBTypeSynthetic
   25   static SBTypeSynthetic
   29   SBTypeSynthetic(const lldb::SBTypeSynthetic &rhs);
   54   lldb::SBTypeSynthetic &operator=(const lldb::SBTypeSynthetic &rhs);
   54   lldb::SBTypeSynthetic &operator=(const lldb::SBTypeSynthetic &rhs);
   56   bool IsEqualTo(lldb::SBTypeSynthetic &rhs);
   58   bool operator==(lldb::SBTypeSynthetic &rhs);
   60   bool operator!=(lldb::SBTypeSynthetic &rhs);
tools/lldb/include/lldb/API/SBValue.h
  115   lldb::SBTypeSynthetic GetTypeSynthetic();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
   31 inline void stringify_append(llvm::raw_string_ostream &ss, const T &t) {
   47 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) {
   52 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head,
   53                              const Tail &... tail) {
   59 template <typename... Ts> inline std::string stringify_args(const Ts &... ts) {
  201   template <typename T> T *GetObjectForIndex(unsigned idx) {
  208   template <typename T> void AddObjectForIndex(unsigned idx, T *object) {
  245   typedef typename std::conditional<std::is_trivially_copyable<T>::value, ValueTag, NotImplementedTag>::type type;
  249       typename std::conditional<std::is_fundamental<T>::value,
  253   typedef typename std::conditional<std::is_fundamental<T>::value,
  277   template <typename T> T Deserialize() {
  281     return Read<T>(typename serializer_tag<T>::type());
  285   template <typename T> void HandleReplayResult(const T &t) {
  287     if (std::is_fundamental<T>::value)
  290     m_index_to_object.AddObjectForIndex(result, new T(t));
  294   template <typename T> void HandleReplayResult(T *t) {
  296     if (std::is_fundamental<T>::value)
  310   template <typename T> T Read(NotImplementedTag) {
  311     m_buffer = m_buffer.drop_front(sizeof(T));
  315   template <typename T> T Read(ValueTag) {
  323   template <typename T> T Read(PointerTag) {
  329   template <typename T> T Read(ReferenceTag) {
  340   template <typename T> T Read(FundamentalPointerTag) {
  349   template <typename T> T Read(FundamentalReferenceTag) {
  375     static Result doit(Deserializer &deserializer,
  376                        Result (*f)(Deserialized..., Head, Tail...),
  376                        Result (*f)(Deserialized..., Head, Tail...),
  376                        Result (*f)(Deserialized..., Head, Tail...),
  378       return DeserializationHelper<Tail...>::
  379           template deserialized<Result, Deserialized..., Head>::doit(
  379           template deserialized<Result, Deserialized..., Head>::doit(
  380               deserializer, f, d..., deserializer.Deserialize<Head>());
  387     static Result doit(Deserializer &deserializer, Result (*f)(Deserialized...),
  387     static Result doit(Deserializer &deserializer, Result (*f)(Deserialized...),
  387     static Result doit(Deserializer &deserializer, Result (*f)(Deserialized...),
  388                        Deserialized... d) {
  404   DefaultReplayer(Result (*f)(Args...)) : Replayer(), f(f) {}
  404   DefaultReplayer(Result (*f)(Args...)) : Replayer(), f(f) {}
  408         DeserializationHelper<Args...>::template deserialized<Result>::doit(
  408         DeserializationHelper<Args...>::template deserialized<Result>::doit(
  412   Result (*f)(Args...);
  412   Result (*f)(Args...);
  501   static Class *doit(Args... args) { return new Class(args...); }
  501   static Class *doit(Args... args) { return new Class(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
  535   template <typename T> unsigned GetIndexForObject(T *t) {
  552   void SerializeAll(const Head &head, const Tail &... tail) {
  552   void SerializeAll(const Head &head, const Tail &... tail) {
  563   template <typename T> void Serialize(T *t) {
  564     if (std::is_fundamental<T>::value) {
  575   template <typename T> void Serialize(T &t) {
  576     if (std::is_fundamental<T>::value) {
  577       m_stream.write(reinterpret_cast<const char *>(&t), sizeof(T));
  636   void Record(Serializer &serializer, Registry &registry, Result (*f)(FArgs...),
  636   void Record(Serializer &serializer, Registry &registry, Result (*f)(FArgs...),
  637               const RArgs &... args) {
  652             typename std::remove_reference<Result>::type>::type>::value) {
  683   template <typename Result> Result RecordResult(Result &&r) {
  683   template <typename Result> Result RecordResult(Result &&r) {
  690     return std::forward<Result>(r);
tools/lldb/source/API/SBDebugger.cpp
 1560 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) {
tools/lldb/source/API/SBReproducer.cpp
  100   RegisterMethods<SBTypeSynthetic>(R);
tools/lldb/source/API/SBTypeCategory.cpp
  266 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) {
  332 SBTypeSynthetic SBTypeCategory::GetSyntheticAtIndex(uint32_t index) {
  520                                       SBTypeSynthetic synth) {
tools/lldb/source/API/SBTypeSynthetic.cpp
   24 SBTypeSynthetic SBTypeSynthetic::CreateWithClassName(const char *data,
   36 SBTypeSynthetic SBTypeSynthetic::CreateWithScriptCode(const char *data,
   48 SBTypeSynthetic::SBTypeSynthetic(const lldb::SBTypeSynthetic &rhs)
  137 lldb::SBTypeSynthetic &SBTypeSynthetic::
  138 operator=(const lldb::SBTypeSynthetic &rhs) {
  149 bool SBTypeSynthetic::operator==(lldb::SBTypeSynthetic &rhs) {
  158 bool SBTypeSynthetic::IsEqualTo(lldb::SBTypeSynthetic &rhs) {
  177 bool SBTypeSynthetic::operator!=(lldb::SBTypeSynthetic &rhs) {
  218 void RegisterMethods<SBTypeSynthetic>(Registry &R) {
tools/lldb/source/API/SBValue.cpp
  561 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() {
  564   lldb::SBTypeSynthetic synthetic;
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept
   83     constexpr _Tp&&
   84     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  326     : public __is_integral_helper<typename remove_cv<_Tp>::type>::type
  354     : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
  567     : public __is_null_pointer_helper<typename remove_cv<_Tp>::type>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  594     : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
  594     : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
  595 		   is_null_pointer<_Tp>>::type
 1554     { typedef _Tp     type; };
 1558     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1629     { typedef _Tp   type; };
 1633     { typedef _Tp   type; };
 1979     { typedef _Tp     type; };
 1983     { typedef _Up     type; };
 1988     : public __remove_pointer_helper<_Tp, typename remove_cv<_Tp>::type>
 1988     : public __remove_pointer_helper<_Tp, typename remove_cv<_Tp>::type>