Home | History | Annotate | Download | only in compiler

Lines Matching refs:Child

589     Op->Asl.Child = NULL;
632 Child1 = Op->Asl.Child;
744 Child1->Asl.Child = NULL;
757 /* First child is the folded constant */
759 /* Second child will be the target */
843 /* Child node is the buffer length */
852 Op->Asl.Child = LengthOp;
854 /* Next child is the raw buffer data */
965 /* Copy child pointer to Arg for compatibility with Interpreter */
967 if (Op->Asl.Child)
969 Op->Common.Value.Arg = Op->Asl.Child;
1012 /* Copy child pointer to Arg for compatibility with Interpreter */
1014 if (Op->Asl.Child)
1016 Op->Common.Value.Arg = Op->Asl.Child;