Home
last modified time | relevance | path

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

/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp367 struct swig_cast_info *cast; /* linked list of types that can cast into this type */
373 typedef struct swig_cast_info { struct
376 struct swig_cast_info *next; /* pointer to next cast in linked list */ argument
377 struct swig_cast_info *prev; /* pointer to the previous cast */ argument
378 } swig_cast_info; typedef
388 swig_cast_info **cast_initial; /* Array of initially generated casting structures */
441 SWIGRUNTIME swig_cast_info *
444 swig_cast_info *iter = ty->cast; in SWIG_TypeCheck()
468 SWIGRUNTIME swig_cast_info *
471 swig_cast_info *iter = ty->cast; in SWIG_TypeCheckStruct()
[all …]