• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/lib/clang/liblldb/

Lines Matching refs:SBThreadCollection

3199 #include "lldb/API/SBThreadCollection.h"
40394 lldb::SBThreadCollection result;
40407 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection((const lldb::SBThreadCollection &) result);
52922 lldb::SBThreadCollection result;
52935 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection((const lldb::SBThreadCollection &) result);
55403 lldb::SBThreadCollection *result = 0 ;
55405 SWIG_check_num_args("lldb::SBThreadCollection::SBThreadCollection",0,0)
55406 result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection();
55420 lldb::SBThreadCollection *arg1 = 0 ;
55421 lldb::SBThreadCollection *result = 0 ;
55423 SWIG_check_num_args("lldb::SBThreadCollection::SBThreadCollection",1,1)
55424 if(!lua_isuserdata(L,1)) SWIG_fail_arg("lldb::SBThreadCollection::SBThreadCollection",1,"lldb::SBThreadCollection const &");
55430 result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection((lldb::SBThreadCollection const &)*arg1);
55469 " lldb::SBThreadCollection::SBThreadCollection()\n"
55470 " lldb::SBThreadCollection::SBThreadCollection(lldb::SBThreadCollection const &)\n");
55477 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ;
55480 SWIG_check_num_args("lldb::SBThreadCollection::IsValid",1,1)
55481 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBThreadCollection::IsValid",1,"lldb::SBThreadCollection const *");
55487 result = (bool)((lldb::SBThreadCollection const *)arg1)->IsValid();
55501 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ;
55504 SWIG_check_num_args("lldb::SBThreadCollection::GetSize",1,1)
55505 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBThreadCollection::GetSize",1,"lldb::SBThreadCollection *");
55525 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ;
55529 SWIG_check_num_args("lldb::SBThreadCollection::GetThreadAtIndex",2,2)
55530 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBThreadCollection::GetThreadAtIndex",1,"lldb::SBThreadCollection *");
55531 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBThreadCollection::GetThreadAtIndex",2,"size_t");
55555 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) obj;
55593 "SBThreadCollection",
55602 static swig_lua_class _wrap_class_SBThreadCollection = { "SBThreadCollection", "SBThreadCollection", &SWIGTYPE_p_lldb__SBThreadCollection,_proxy__wrap_new_SBThreadCollection, swig_delete_SBThreadCollection, swig_SBThreadCollection_methods, swig_SBThreadCollection_attributes, &swig_SBThreadCollection_Sf_SwigStatic, swig_SBThreadCollection_meta, swig_SBThreadCollection_bases, swig_SBThreadCollection_base_names };
70883 static swig_type_info _swigt__p_lldb__SBThreadCollection = {"_p_lldb__SBThreadCollection", "lldb::SBThreadCollection *", 0, 0, (void*)&_wrap_class_SBThreadCollection, 0};