Home | History | Annotate | Download | only in tcl

Lines Matching refs:equiv

357   int equiv = 0;
360 while (!equiv && *ne) {
364 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
367 return equiv;
376 int equiv = 0;
379 while (!equiv && *ne) {
383 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
386 return equiv;
3358 swig_cast_info *equiv;
3366 equiv = swig_module.types[i]->cast;
3367 while (equiv) {
3368 if (!equiv->converter) {
3369 if (equiv->type && !equiv->type->clientdata)
3370 SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
3372 equiv = equiv->next;