Searched defs:pLoopStmt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DVDScriptInterp.cpp659 PVDSCRIPTASTSTMT pLoopStmt = (PVDSCRIPTASTSTMT)pCtrl->Ctrl.pAstNode; local
661 AssertMsg( pLoopStmt->enmStmtType == VDSCRIPTSTMTTYPE_WHILE
662 || pLoopStmt->enmStmtType == VDSCRIPTSTMTTYPE_FOR,
665 if (pLoopStmt->enmStmtType == VDSCRIPTSTMTTYPE_FOR)
666 rc = vdScriptInterpreterPushAstEntry(pThis, &pLoopStmt->For.pExprCond->Core);
667 else if (!pLoopStmt->While.fDoWhile)
668 rc = vdScriptInterpreterPushAstEntry(pThis, &pLoopStmt->While.pCond->Core);
895 PVDSCRIPTASTSTMT pLoopStmt = (PVDSCRIPTASTSTMT)pCtrl->Ctrl.pAstNode; local
906 if (pLoopStmt->enmStmtType == VDSCRIPTSTMTTYPE_WHILE)
908 rc = vdScriptInterpreterPushAstEntry(pThis, &pLoopStmt
[all...]

Completed in 44 milliseconds