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

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c393 ACPI_PARSE_OBJECT *DefaultOp = NULL; local
589 if (DefaultOp)
601 DefaultOp = Next;
615 if (DefaultOp)
628 TrAmlInitNode (DefaultOp, PARSEOP_ELSE);
629 DefaultOp->Asl.Parent = Conditional->Asl.Parent;
633 TrAmlInsertPeer (Conditional, DefaultOp);
/freebsd-10.0-release/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 117 milliseconds