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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 2364   if (own)
 2365     *own = 0;
 2383               assert(own); /* badly formed typemap which will lead to a memory leak - it must set and use own to delete *ptr */
 2384               if (own)
 2385                 *own = *own | SWIG_CAST_NEW_MEMORY;
 2385                 *own = *own | SWIG_CAST_NEW_MEMORY;
 2397     if (own)
 2398       *own = *own | sobj->own;
 2398       *own = *own | sobj->own;