Searched refs:sthis (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmangle.c323 void mangleDecl(Declaration *sthis) argument
325 mangleParent(sthis);
327 assert(sthis->ident);
328 const char *id = sthis->ident->toChars();
329 toBuffer(id, sthis);
331 if (FuncDeclaration *fd = sthis->isFuncDeclaration())
335 else if (sthis->type->deco)
337 buf->writestring(sthis->type->deco);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmangle.d454 void mangleDecl(Declaration sthis)
456 mangleParent(sthis);
457 assert(sthis.ident);
458 mangleIdentifier(sthis.ident, sthis);
459 if (FuncDeclaration fd = sthis.isFuncDeclaration())
463 else if (sthis.type)
465 visitWithMask(sthis.type, 0);
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c2173 PySwigObject *sthis = SWIG_Python_GetSwigThis(obj[0]); local
2174 if (sthis) {
2175 PySwigObject_append((PyObject*) sthis, obj[1]);

Completed in 273 milliseconds