Home
last modified time | relevance | path

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

/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2941 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
2942 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
79847 if (swig_module.next==0) { in SWIG_InitializeModule()
79851 swig_module.next = &swig_module; in SWIG_InitializeModule()
79867 if (iter==&swig_module) { in SWIG_InitializeModule()
79899 if (swig_module.next != &swig_module) { in SWIG_InitializeModule()
79900 …type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->na… in SWIG_InitializeModule()
79926 if (swig_module.next != &swig_module) { in SWIG_InitializeModule()
79927 ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name); in SWIG_InitializeModule()
79962 swig_module.types[i] = type; in SWIG_InitializeModule()
[all …]