Lines Matching refs:NewOp2
398 ACPI_PARSE_OBJECT *NewOp2; in TrDoSwitch() local
477 NewOp2 = TrCreateLeafNode (PARSEOP_MATCHTYPE_MEQ); in TrDoSwitch()
478 Predicate->Asl.Next = NewOp2; in TrDoSwitch()
479 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch()
481 NewOp = NewOp2; in TrDoSwitch()
482 NewOp2 = TrCreateValuedLeafNode (PARSEOP_NAMESTRING, in TrDoSwitch()
484 NewOp->Asl.Next = NewOp2; in TrDoSwitch()
485 TrAmlInitLineNumbers (NewOp2, Predicate); in TrDoSwitch()
487 NewOp = NewOp2; in TrDoSwitch()
488 NewOp2 = TrCreateLeafNode (PARSEOP_MATCHTYPE_MTR); in TrDoSwitch()
489 NewOp->Asl.Next = NewOp2; in TrDoSwitch()
490 TrAmlInitLineNumbers (NewOp2, Predicate); in TrDoSwitch()
492 NewOp = NewOp2; in TrDoSwitch()
493 NewOp2 = TrCreateLeafNode (PARSEOP_ZERO); in TrDoSwitch()
494 NewOp->Asl.Next = NewOp2; in TrDoSwitch()
495 TrAmlInitLineNumbers (NewOp2, Predicate); in TrDoSwitch()
497 NewOp = NewOp2; in TrDoSwitch()
498 NewOp2 = TrCreateLeafNode (PARSEOP_ZERO); in TrDoSwitch()
499 NewOp->Asl.Next = NewOp2; in TrDoSwitch()
500 TrAmlInitLineNumbers (NewOp2, Predicate); in TrDoSwitch()
502 NewOp2 = TrCreateLeafNode (PARSEOP_MATCH); in TrDoSwitch()
503 NewOp2->Asl.Child = Predicate; /* PARSEOP_PACKAGE */ in TrDoSwitch()
504 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch()
505 TrAmlSetSubtreeParent (Predicate, NewOp2); in TrDoSwitch()
507 NewOp = NewOp2; in TrDoSwitch()
508 NewOp2 = TrCreateLeafNode (PARSEOP_ONES); in TrDoSwitch()
509 NewOp->Asl.Next = NewOp2; in TrDoSwitch()
510 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch()
512 NewOp2 = TrCreateLeafNode (PARSEOP_LEQUAL); in TrDoSwitch()
513 NewOp2->Asl.Child = NewOp; in TrDoSwitch()
514 NewOp->Asl.Parent = NewOp2; in TrDoSwitch()
515 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch()
516 TrAmlSetSubtreeParent (NewOp, NewOp2); in TrDoSwitch()
518 NewOp = NewOp2; in TrDoSwitch()
519 NewOp2 = TrCreateLeafNode (PARSEOP_LNOT); in TrDoSwitch()
520 NewOp2->Asl.Child = NewOp; in TrDoSwitch()
521 NewOp2->Asl.Parent = Conditional; in TrDoSwitch()
522 NewOp->Asl.Parent = NewOp2; in TrDoSwitch()
523 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch()
525 Conditional->Asl.Child = NewOp2; in TrDoSwitch()
526 NewOp2->Asl.Next = CaseBlock; in TrDoSwitch()
545 NewOp2 = TrCreateLeafNode (PARSEOP_LEQUAL); in TrDoSwitch()
546 NewOp2->Asl.Parent = Conditional; in TrDoSwitch()
547 NewOp2->Asl.Child = NewOp; in TrDoSwitch()
548 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch()
550 TrAmlSetSubtreeParent (NewOp, NewOp2); in TrDoSwitch()
552 Predicate = NewOp2; in TrDoSwitch()
686 NewOp2 = TrCreateValuedLeafNode (PARSEOP_NAMESEG, in TrDoSwitch()
688 TrAmlInitLineNumbers (NewOp2, NewOp); in TrDoSwitch()
689 NewOp2->Asl.CompileFlags |= NODE_IS_NAME_DECLARATION; in TrDoSwitch()
690 NewOp->Asl.Child = NewOp2; in TrDoSwitch()
698 NewOp2->Asl.Next = TrCreateValuedLeafNode (PARSEOP_ZERO, in TrDoSwitch()
700 TrAmlInitLineNumbers (NewOp2->Asl.Next, NewOp); in TrDoSwitch()
705 NewOp2->Asl.Next = TrCreateValuedLeafNode (PARSEOP_STRING_LITERAL, in TrDoSwitch()
707 TrAmlInitLineNumbers (NewOp2->Asl.Next, NewOp); in TrDoSwitch()
712 (void) TrLinkPeerNode (NewOp2, TrCreateValuedLeafNode (PARSEOP_BUFFER, in TrDoSwitch()
714 Next = NewOp2->Asl.Next; in TrDoSwitch()
715 TrAmlInitLineNumbers (Next, NewOp2); in TrDoSwitch()
732 TrAmlSetSubtreeParent (NewOp2, NewOp); in TrDoSwitch()