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

/vbox/src/VBox/Storage/testcase/
H A DVDScript.cpp2661 PVDSCRIPTASTSTMT pAstNodeCompound = (PVDSCRIPTASTSTMT)vdScriptAstNodeAlloc(VDSCRIPTASTCLASS_STATEMENT); local
2662 if (pAstNodeCompound)
2664 pAstNodeCompound->enmStmtType = VDSCRIPTSTMTTYPE_COMPOUND;
2665 RTListInit(&pAstNodeCompound->Compound.ListDecls);
2666 RTListInit(&pAstNodeCompound->Compound.ListStmts);
2681 RTListAppend(&pAstNodeCompound->Compound.ListDecls, &pAstNodeDecl->Core.ListNode);
2688 RTListAppend(&pAstNodeCompound->Compound.ListStmts, &pAstNodeStmt->Core.ListNode);
2696 *ppAstNodeCompound = pAstNodeCompound;
2698 vdScriptAstNodeFree(&pAstNodeCompound->Core);

Completed in 50 milliseconds