Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c838 LatestOp = AslGbl_CommentState.LatestParseOp; in TrAllocateOp()
865 AslGbl_CommentState.LatestParseOp = Op; in TrAllocateOp()
868 AslGbl_CommentState.LatestParseOp->Asl.ParseOpName); in TrAllocateOp()
H A Dasltree.c627 AslGbl_CommentState.LatestParseOp = Op; in TrLinkOpChildren()
809 AslGbl_CommentState.LatestParseOp = Op1; in TrLinkChildOp()
H A Daslstartup.c230 AslGbl_CommentState.LatestParseOp = NULL; in AslInitializeGlobals()
H A Dcvcompiler.c979 LatestParseNode = AslGbl_CommentState.LatestParseOp; in CvPlaceComment()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1205 ACPI_PARSE_OBJECT *LatestParseOp; member