Searched refs:tdtor (Results 1 – 3 of 3) sorted by relevance
4 shared uint gctor, gdtor, tctor, tdtor; variable8 static ~this() { atomicOp!"+="(tdtor, 1); } in ~this()50 assert(atomicLoad!(MemoryOrder.acq)(tdtor) >= 0); in runTests()
316 TypeFunction tdtor = cast(TypeFunction)sd.dtor.type; in buildOpAssign() local317 assert(tdtor.ty == Tfunction); in buildOpAssign()322 if (tdtor.isScopeQual) in buildOpAssign()