Home
last modified time | relevance | path

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

/trunk/main/tools/source/debug/
H A Ddebug.cxx1009 XtorType* pXtorData = (XtorType*)pData->pXtorList->Get( i ); in DebugDeInit() local
1010 if ( pXtorData->bTest ) in DebugDeInit()
1013 pXtorData->nDtorCalls += pXtorData->nStatics; in DebugDeInit()
1014 if ( pXtorData->nStatics && (pXtorData->nDtorCalls > pXtorData->nCtorCalls) ) in DebugDeInit()
1015 pXtorData->nDtorCalls = pXtorData->nCtorCalls; in DebugDeInit()
1017 pXtorData->aName, pXtorData->nCtorCalls, pXtorData->nDtorCalls, in DebugDeInit()
1018 pXtorData->nMaxCount, pXtorData->nStatics, in DebugDeInit()
1019 pXtorData->nCtorCalls - pXtorData->nDtorCalls, in DebugDeInit()
1020 (pXtorData->nCtorCalls - pXtorData->nDtorCalls) ? "!" : " " ); in DebugDeInit()
1031 XtorType* pXtorData = (XtorType*)pData->pXtorList->Get( i ); in DebugDeInit() local
[all …]