Searched refs:iSubShell (Results 1 – 1 of 1) sorted by relevance
852 SubShellSubList::const_iterator iSubShell( in GetShell() local854 if (iSubShell != rList.end()) in GetShell()856 pShell = iSubShell->mpShell; in GetShell()1104 SubShellSubList::iterator iSubShell; in CreateShells() local1105 for (iSubShell=rList.begin(); iSubShell!=rList.end(); ++iSubShell) in CreateShells()1107 if (iSubShell->mpShell == NULL) in CreateShells()1109 *iSubShell = CreateSubShell(iShell->mpShell,iSubShell->mnId,NULL,NULL); in CreateShells()1152 SubShellSubList::const_reverse_iterator iSubShell; in CreateTargetStack() local1153 for (iSubShell=rList.rbegin(); iSubShell!=rList.rend(); ++iSubShell) in CreateTargetStack()1154 if (iSubShell->mpShell != mpFormShell) in CreateTargetStack()[all …]
Completed in 25 milliseconds