Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslcompile.c323 TrWalkParseTree (AslGbl_ParseTreeRoot, ASL_WALK_VISIT_TWICE, in CmDoAslMiddleAndBackEnd()
427 TrWalkParseTree (AslGbl_ParseTreeRoot, ASL_WALK_VISIT_TWICE, in CmDoAslMiddleAndBackEnd()
449 TrWalkParseTree (AslGbl_ParseTreeRoot, ASL_WALK_VISIT_TWICE, in CmDoAslMiddleAndBackEnd()
H A Daslfold.c561 Status = TrWalkParseTree (Op, ASL_WALK_VISIT_TWICE, in TrSimpleConstantReduction()
721 Status = TrWalkParseTree (Op, ASL_WALK_VISIT_TWICE, in TrTransformToStoreOp()
H A Daslload.c239 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace1Begin, in LdLoadNamespace()
244 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace2Begin, in LdLoadNamespace()
H A Dasltree.c989 case ASL_WALK_VISIT_TWICE: in TrWalkParseTree()
H A Daslcompiler.h904 #define ASL_WALK_VISIT_TWICE (ASL_WALK_VISIT_DOWNWARD | ASL_WALK_VISIT_UPWARD) macro
H A Daslxref.c252 TrWalkParseTree (AslGbl_ParseTreeRoot, ASL_WALK_VISIT_TWICE, in XfCrossReferenceNamespace()