Home
last modified time | relevance | path

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

/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2994 static swig_module_info swig_module = {swig_types, 256, 0, 0, 0, 0}; variable
2995 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
2996 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
83243 if (swig_module.next==0) { in SWIG_InitializeModule()
83245 swig_module.type_initial = swig_type_initial; in SWIG_InitializeModule()
83246 swig_module.cast_initial = swig_cast_initial; in SWIG_InitializeModule()
83247 swig_module.next = &swig_module; in SWIG_InitializeModule()
83258 SWIG_SetModule(clientdata, &swig_module); in SWIG_InitializeModule()
83263 if (iter==&swig_module) { in SWIG_InitializeModule()
83271 swig_module.next = module_head->next; in SWIG_InitializeModule()
[all …]