Home | History | Annotate | Download | only in compiler

Lines Matching refs:Source

22  * copy of the source code appearing in this file ("Covered Code") an
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must include
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55 * Redistribution of source code of any substantial portion of the Covered
56 * Code or modification without rights to further distribute source must
59 * addition, Licensee may not authorize further sublicense of source of any
119 * Redistribution and use in source and binary forms, with or without
122 * 1. Redistributions of source code must retain the above copyright
551 * Source - Assignment source
565 ACPI_PARSE_OBJECT *Source)
574 "\nTrCreateAssignmentOp Line [%u to %u] Source %s Target %s\n",
575 Source->Asl.LineNumber, Source->Asl.EndLine,
576 UtGetOpName (Source->Asl.ParseOpcode),
581 switch (Source->Asl.ParseOpcode)
612 SourceOp1 = Source->Asl.Child;
617 if (Source->Asl.ParseOpcode == PARSEOP_NOT)
624 if (Source->Asl.ParseOpcode == PARSEOP_DIVIDE)
643 Target->Asl.Parent = Source;
644 return (Source);
650 TrLinkOpChildren (Operator, 2, Source, Target);