Searched refs:While (Results 1 - 5 of 5) sorted by relevance
| /vbox/src/VBox/Runtime/win/amd64/ |
| H A D | ASMProbeReadByte.asm | 36 ; While the function will not fault if the byte is not read accessible,
|
| /vbox/src/VBox/Storage/testcase/ |
| H A D | VDScriptInterp.cpp | 103 /** While or for statement. */ 297 rc = vdScriptInterpreterPushAstEntry(pThis, &pStmt->While.pCond->Core); 299 && pStmt->While.fDoWhile) 302 rc = vdScriptInterpreterPushAstEntry(pThis, &pStmt->While.pStmt->Core); 667 else if (!pLoopStmt->While.fDoWhile) 668 rc = vdScriptInterpreterPushAstEntry(pThis, &pLoopStmt->While.pCond->Core); 908 rc = vdScriptInterpreterPushAstEntry(pThis, &pLoopStmt->While.pCond->Core); 911 rc = vdScriptInterpreterPushAstEntry(pThis, &pLoopStmt->While.pStmt->Core);
|
| H A D | VDScriptAst.h | 508 VDSCRIPTASTWHILE While; member in union:VDSCRIPTASTSTMT::__anon16814
|
| H A D | VDScriptAst.cpp | 193 RTListAppend(pList, &pStmt->While.pCond->Core.ListNode); 194 RTListAppend(pList, &pStmt->While.pStmt->Core.ListNode);
|
| H A D | VDScript.cpp | 2589 rc = vdScriptParseWhile(pThis, &pAstNodeStmt->While, false /* fDoWhile */); 2594 rc = vdScriptParseWhile(pThis, &pAstNodeStmt->While, true /* fDoWhile */);
|
Completed in 1314 milliseconds