Searched refs:swig_module (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3005 static swig_module_info swig_module = {swig_types, 263, 0, 0, 0, 0}; variable 3006 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) 3007 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) 84689 if (swig_module.next==0) { in SWIG_InitializeModule() 84691 swig_module.type_initial = swig_type_initial; in SWIG_InitializeModule() 84692 swig_module.cast_initial = swig_cast_initial; in SWIG_InitializeModule() 84693 swig_module.next = &swig_module; in SWIG_InitializeModule() 84704 SWIG_SetModule(clientdata, &swig_module); in SWIG_InitializeModule() 84709 if (iter==&swig_module) { in SWIG_InitializeModule() 84717 swig_module.next = module_head->next; in SWIG_InitializeModule() [all …]
|