Home
last modified time | relevance | path

Searched refs:SWIG_POINTER_OWN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig5 return {PyRefType::Owned, SWIG_NewPointerObj(obj, info, SWIG_POINTER_OWN)};
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp219 #define SWIG_POINTER_OWN 0x1 macro