Home | History | Annotate | Download | only in compiler

Lines Matching refs:ParseOpcode

221     switch (Op->Asl.ParseOpcode)
414 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
459 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
493 (Op->Asl.Child->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) &&
510 if (Next->Asl.ParseOpcode == PARSEOP_WHILE)
527 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) &&
656 if ((Next->Asl.ParseOpcode == PARSEOP_PACKAGE) ||
657 (Next->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE))
709 TypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
738 if (ParamTypeOp && ParamTypeOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
872 if (Op->Asl.ParseOpcode != PARSEOP_OPERATIONREGION)
885 AddressOp->Asl.ParseOpcode == PARSEOP_INTEGER &&
886 LengthOp->Asl.ParseOpcode == PARSEOP_INTEGER)
924 switch (Op->Asl.ParseOpcode)
945 switch (Op->Asl.ParseOpcode)
1066 (Op->Asl.Next->Asl.ParseOpcode == PARSEOP_ELSE))