Searched refs:DefaultOp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c437 ACPI_PARSE_OBJECT *DefaultOp = NULL; local
629 if (DefaultOp)
641 DefaultOp = Next;
655 if (DefaultOp)
663 TrAmlInitNode (DefaultOp, PARSEOP_ELSE);
664 DefaultOp->Asl.Parent = Conditional->Asl.Parent;
668 TrAmlInsertPeer (Conditional, DefaultOp);
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp744 const DAGDefaultOperand &DefaultOp local
746 for (unsigned i = 0, e = DefaultOp.DefaultOps.size(); i != e; ++i)
747 EmitResultOperand(DefaultOp.DefaultOps[i], InstOps);

Completed in 91 milliseconds