Home | History | Annotate | Download | only in compiler

Lines Matching defs:Parent

334  * PARAMETERS:  RegionBitLength     - Length of entire parent region
341 * DESCRIPTION: Check one field unit to make sure it fits in the parent
498 * references to other objects within the namespace and the parent objects
512 /* Find parent method Op */
549 /* Find parent method Op */
670 if ((Op->Asl.Parent) &&
671 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF))
835 * parent scope until the root scope. The lack of search is only known to
838 if ((Op->Asl.Parent) &&
839 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_CONDREFOF))
889 switch (Op->Asl.Parent->Asl.AmlOpcode)
958 switch (Op->Asl.Parent->Asl.AmlOpcode)
988 (Op->Asl.Parent) &&
989 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_METHOD)) ||
1000 if ((Op->Asl.Parent) &&
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)
1038 * under the parent node
1053 Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_EXTERNAL)
1096 Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_EXTERNAL)
1104 else if ((Op->Asl.Parent) &&
1105 ((Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_FIELD) ||
1106 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_BANKFIELD)))
1109 * Offset checking for fields. If the parent operation region has a
1117 if (Op == Op->Asl.Parent->Asl.Child)
1125 Op->Asl.Parent->Asl.ExtraValue =
1130 switch ((UINT8) Op->Asl.Parent->Asl.Value.Integer)
1177 if ((UINT8) Op->Asl.Parent->Asl.Value.Integer !=
1188 if ((UINT8) Op->Asl.Parent->Asl.Value.Integer !=
1206 * that it does not go beyond the end of the parent operation region.
1209 * Op->Asl.Parent->Asl.ExtraValue - Region Length (bits)
1214 if (Op->Asl.Parent->Asl.ExtraValue && Op->Asl.Child)
1217 Op->Asl.Parent->Asl.ExtraValue,
1263 Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_EXTERNAL &&
1265 Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_CONDREFOF &&
1281 else if (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONNECTION)
1311 ACPI_PARSE_OBJECT *Parent = Op->Asl.Parent;
1314 while (Parent)
1316 if (Parent->Asl.ParseOpcode == PARSEOP_IF &&
1317 XfFindCondRefOfName (Node, Parent->Asl.Child))
1322 Parent = Parent->Asl.Parent;