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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
22980         if (!py_str.IsAllocated()) {
34828         if (!py_str.IsAllocated()) {
35289         if (!py_str.IsAllocated()) {
35417         if (!py_str.IsAllocated()) {
44231         if (!py_str.IsAllocated()) {
44256         if (!py_str.IsAllocated()) {
49607         if (!py_str.IsAllocated()) {
49723             if (!s.IsAllocated()) {
52969         if (!py_str.IsAllocated()) {
52994         if (!py_str.IsAllocated()) {
53112         if (!py_str.IsAllocated()) {
53137         if (!py_str.IsAllocated()) {
53284               if (!s.IsAllocated()) {
53304                 if (!s.IsAllocated()) {
56331         if (!py_str.IsAllocated()) {
56423         if (!py_str.IsAllocated()) {
56524         if (!py_str.IsAllocated()) {
56610             if (!s.IsAllocated()) {
56654             if (!s.IsAllocated()) {
56704             if (!s.IsAllocated()) {
79568     if (!pfunc.IsAllocated())
79615     if (!pfunc.IsAllocated())
79669     if (!pfunc.IsAllocated())
79672         if (!pfunc.IsAllocated())
79718     if (!pfunc.IsAllocated())
79727     if (!val_arg.IsAllocated())
79732     if (result.IsAllocated())
79753     if (!pfunc.IsAllocated())
79760     if (result.IsAllocated())
79788     if (!pfunc.IsAllocated()) {
79796     if (!tp_arg.IsAllocated())
79819     if (result.IsAllocated())
79839     if (!pfunc.IsAllocated())
79888     if (!pfunc.IsAllocated())
79902     if (result.IsAllocated())
79906         if (callback_func.IsAllocated())
79926     if (!pfunc.IsAllocated())
79954     if (!int_result.IsAllocated())
79977     if (!pfunc.IsAllocated())
80002     if (!pfunc.IsAllocated())
80018     if (!result.IsAllocated())
80022     if (!int_result.IsAllocated())
80051     if (!pfunc.IsAllocated())
80056     if (!result.IsAllocated())
80081     if (!pfunc.IsAllocated())
80086     if (!result.IsAllocated())
80090     if (!int_result.IsAllocated())
80203     if (!pfunc.IsAllocated())
80244     if (!pfunc.IsAllocated())
80274     if (!pfunc.IsAllocated())
80281     if (!process_arg.IsAllocated())
80286     if (result.IsAllocated())
80307     if (!pfunc.IsAllocated())
80312     if (result.IsAllocated())
80346     if (!pfunc.IsAllocated())
80372     if (!pfunc.IsAllocated())
80400     if (!pfunc.IsAllocated())
80428     if (!pfunc.IsAllocated())
80456     if (!pfunc.IsAllocated())
80484     if (!pfunc.IsAllocated())
80515     if (!pfunc.IsAllocated())
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
   93   if (!IsAllocated())
  178   if (!parent.IsAllocated())
  551   if (IsAllocated() && object.IsValid()) {
  560   if (IsAllocated() && object.IsValid()) {
  630   if (IsAllocated() && object.IsValid()) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  802   if (!pfunc.IsAllocated()) {
 1536   if (!implementor.IsAllocated())
 1601   if (!implementor.IsAllocated())
 1610   if (!pmeth.IsAllocated())
 1656   if (!implementor.IsAllocated())
 1665   if (!pmeth.IsAllocated())
 1743   if (!implementor.IsAllocated())
 1752   if (!pmeth.IsAllocated())
 1802   if (!implementor.IsAllocated())
 1811   if (!pmeth.IsAllocated())
 2508   if (!implementor.IsAllocated())
 2517   if (!pmeth.IsAllocated())
 2540   if (py_return.IsAllocated() && PythonString::Check(py_return.get())) {
 2790                                     .IsAllocated();
 3017   if (!implementor.IsAllocated())
 3026   if (!pmeth.IsAllocated())
 3049   if (py_return.IsAllocated() && PythonString::Check(py_return.get())) {
 3072   if (!implementor.IsAllocated())
 3081   if (!pmeth.IsAllocated())
 3104   if (py_return.IsAllocated() && PythonInteger::Check(py_return.get())) {
 3127   if (!implementor.IsAllocated())
 3136   if (!pmeth.IsAllocated())
 3160   if (py_return.IsAllocated() && PythonString::Check(py_return.get())) {
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
   95   EXPECT_TRUE(sys_module.IsAllocated());
  102   EXPECT_TRUE(sys_path.IsAllocated());
  103   EXPECT_TRUE(sys_version_info.IsAllocated());
  113   EXPECT_TRUE(version_info_type.IsAllocated());
  115   EXPECT_TRUE(major_version_field.IsAllocated());
  123   EXPECT_TRUE(major_version_field.IsAllocated());
  124   EXPECT_TRUE(minor_version_field.IsAllocated());
  137   EXPECT_TRUE(sys_path.IsAllocated());
  146   EXPECT_TRUE(version_major.IsAllocated());
  147   EXPECT_TRUE(version_minor.IsAllocated());
  599   EXPECT_TRUE(numerator_attr.IsAllocated());