Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslparseop.c836 LatestOp = AslGbl_CommentState.LatestParseOp; in TrAllocateOp()
863 AslGbl_CommentState.LatestParseOp = Op; in TrAllocateOp()
866 AslGbl_CommentState.LatestParseOp->Asl.ParseOpName); in TrAllocateOp()
H A Dasltree.c626 AslGbl_CommentState.LatestParseOp = Op; in TrLinkOpChildren()
808 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()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Daclocal.h1196 ACPI_PARSE_OBJECT *LatestParseOp; member