Home
last modified time | relevance | path

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

/dports/devel/swig/swig-4.0.2/Source/Swig/
H A Dtypesys.c1626 static Hash *r_ltype = 0; /* Hash mapping mangled names to their local c type */ variable
1654 r_ltype = NewHash(); in SwigType_remember_clientdata()
1684 lthash = Getattr(r_ltype, mt); in SwigType_remember_clientdata()
1687 Setattr(r_ltype, mt, lthash); in SwigType_remember_clientdata()
2135 Printf(stdout, "%s\n", r_ltype); in SwigType_emit_type_table()
2183 lthash = Getattr(r_ltype, ki.item); in SwigType_emit_type_table()
/dports/devel/swig/swig-4.0.2/
H A DCHANGES7480 - Change r_ltype in typesys.c to store a hashtable instead of a single value.
7483 Now, r_ltype stores a hashtable of possible ltypes, and when generating the