Home | History | Annotate | Download | only in compiler

Lines Matching defs:This

11  * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
16 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * you this software, covering your right to use that party's intellectual
22 * copy of the source code appearing in this file ("Covered Code") an
45 * the above Copyright Notice, the above License, this list of Conditions,
93 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
99 * 4.3. Licensee shall not export, either directly or indirectly, any of this
123 * notice, this list of conditions, and the following disclaimer,
132 * from this software without specific prior written permission.
134 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
144 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
254 /* Converter: if this is a method invocation, turn off capture comments */
527 * If there are "regular comments" detected at this point,
529 * all regular comments to this parse op.
560 * If child is NULL, this means that an optional argument
563 * that it must emit the correct default for this argument
579 * last sibling. This is done to facilitate namespace cross-
610 * This child might be a list, point all ops in the list
628 CvDbgPrint ("%s=====Set latest parse op to this op.\n", ACPI_GET_FUNCTION_NAME);
726 ACPI_PARSE_OBJECT *This;
737 This = va_arg (ap, ACPI_PARSE_OBJECT *);
738 Start = This;
745 DbgPrint (ASL_PARSE_OUTPUT, "%u=%p ", (i+1), This);
747 while (This->Asl.Next)
749 This = This->Asl.Next;
762 This->Asl.Next = Next;
763 This = Next;