Home
last modified time | relevance | path

Searched refs:ReturnValueOp (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/compiler/
A Daslpredef.c207 ACPI_PARSE_OBJECT *ReturnValueOp; in ApCheckForUnexpectedReturnValue() local
212 ReturnValueOp = Op->Asl.Child; in ApCheckForUnexpectedReturnValue()
213 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_ZERO) in ApCheckForUnexpectedReturnValue()
250 ACPI_PARSE_OBJECT *ReturnValueOp; in ApCheckPredefinedReturnValue() local
294 ReturnValueOp = Op->Asl.Child; in ApCheckPredefinedReturnValue()
295 switch (ReturnValueOp->Asl.ParseOpcode) in ApCheckPredefinedReturnValue()
307 ApCheckObjectType (ThisName->Info.Name, ReturnValueOp, in ApCheckPredefinedReturnValue()
312 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_PACKAGE) in ApCheckPredefinedReturnValue()
314 ApCheckPackage (ReturnValueOp, ThisName); in ApCheckPredefinedReturnValue()

Completed in 3 milliseconds