Home | History | Annotate | Download | only in compiler

Lines Matching refs:Parent

183     ACPI_PARSE_OBJECT       *Parent);
324 * Parent - Parent of the subtree
328 * DESCRIPTION: Set the parent for all peer nodes in a subtree
335 ACPI_PARSE_OBJECT *Parent)
343 Next->Asl.Parent = Parent;
434 * PARAMETERS: Op - The parent parse node
481 /* Transform to a string op containing the parent method name */
486 /* Find the parent control method op */
500 MethodOp = MethodOp->Asl.Parent;
689 NewOp->Asl.Parent = Conditional->Asl.Parent;
690 TrAmlInitLineNumbers (NewOp, NewOp->Asl.Parent);
750 NewOp->Asl.Parent = NewOp2;
757 NewOp2->Asl.Parent = Conditional;
758 NewOp->Asl.Parent = NewOp2;
782 NewOp2->Asl.Parent = Conditional;
801 * All other CASEs are children of a parent ELSE.
814 Conditional->Asl.Parent = CurrentParentNode;
855 DefaultOp->Asl.Parent = Conditional->Asl.Parent;
881 /* Find the parent method */
887 Next = Next->Asl.Parent;
892 NewOp->Asl.Parent = Next;
981 NewOp->Asl.Parent = StartNode;
988 StoreOp->Asl.Parent = StartNode;
994 Predicate->Asl.Parent = StoreOp;
999 NewOp->Asl.Parent = StoreOp;
1012 BreakOp->Asl.Parent = StartNode;