Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c833 Tcl_Obj *thisptr; member
1161 Tcl_DecrRefCount(si->thisptr); in SWIG_Tcl_ObjectDelete()
1237 objv[1] = inst->thisptr; in SWIG_Tcl_MethodCommand()
1238 Tcl_IncrRefCount(inst->thisptr); in SWIG_Tcl_MethodCommand()
1241 Tcl_DecrRefCount(inst->thisptr); in SWIG_Tcl_MethodCommand()
1257 objv[1] = inst->thisptr; in SWIG_Tcl_MethodCommand()
1258 Tcl_IncrRefCount(inst->thisptr); in SWIG_Tcl_MethodCommand()
1261 Tcl_DecrRefCount(inst->thisptr); in SWIG_Tcl_MethodCommand()
1267 Tcl_SetObjResult(interp, Tcl_DuplicateObj(inst->thisptr)); in SWIG_Tcl_MethodCommand()
1291 objv[i] = inst->thisptr; in SWIG_Tcl_MethodCommand()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dlifetime.d2703 S* thisptr;
2704 ~this() { assert(&this == thisptr); thisptr = null;}
2710 s.thisptr = &s;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dlifetime.d2833 S* thisptr;
2834 ~this() { assert(&this == thisptr); thisptr = null;}
2840 s.thisptr = &s;