Lines Matching refs:ParseOpcode
587 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) &&
588 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) &&
589 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL) &&
590 (Op->Asl.ParseOpcode != PARSEOP_EXTERNAL))
600 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
601 (Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
602 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL) ||
603 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL) ||
604 (Op->Asl.ParseOpcode == PARSEOP_CONDREFOF))
671 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF))
839 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_CONDREFOF))
848 if ((Op->Asl.ParseOpcode != PARSEOP_ALIAS) &&
977 Op->Asl.ParseOpcode = PARSEOP_INTEGER;
986 else if ((((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || (Op->Asl.ParseOpcode == PARSEOP_NAMESEG)) &&
989 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_METHOD)) ||
991 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL))
1001 ((Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_REFOF) ||
1002 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_PACKAGE) ||
1003 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE)||
1004 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_OBJECTTYPE) ||
1005 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_ALIAS)))
1030 if (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF)
1040 Op->Asl.ParseOpcode = PARSEOP_METHODCALL;
1053 Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_EXTERNAL)
1096 Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_EXTERNAL)
1105 ((Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_FIELD) ||
1106 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_BANKFIELD)))
1263 Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_EXTERNAL &&
1264 Op->Asl.ParseOpcode != PARSEOP_EXTERNAL &&
1265 Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_CONDREFOF &&
1281 else if (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONNECTION)
1316 if (Parent->Asl.ParseOpcode == PARSEOP_IF &&
1356 switch (Op->Asl.ParseOpcode)
1418 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
1419 (Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
1420 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL) ||
1421 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL))