Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslprimaries.y204 TrSetOpFlags ($5, OP_IS_NAME_DECLARATION));}
358 TrSetOpFlags ($6, OP_IS_NAME_DECLARATION));}
371 TrSetOpFlags ($6, OP_IS_NAME_DECLARATION));}
384 TrSetOpFlags ($6, OP_IS_NAME_DECLARATION));}
398 TrSetOpFlags ($7, OP_IS_NAME_DECLARATION));}
411 TrSetOpFlags ($6, OP_IS_NAME_DECLARATION));}
665 TrSetOpFlags ($4, OP_IS_NAME_DECLARATION),
901 TrSetOpFlags ($4, OP_IS_NAME_DECLARATION),
1047 TrSetOpFlags ($4, OP_IS_NAME_DECLARATION),
1084 TrSetOpFlags ($4, OP_IS_NAME_DECLARATION),
[all …]
H A Daslopt.c701 if (Op->Asl.CompileFlags & OP_IS_NAME_DECLARATION) in OptOptimizeNamePath()
895 while (!(NextOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION)) in OptOptimizeNamePath()
H A Daslxref.c501 if (Op->Asl.CompileFlags & OP_IS_NAME_DECLARATION) in XfNamespaceLocateBegin()
634 while (!(NextOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION)) in XfNamespaceLocateBegin()
717 while (!(NextOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION)) in XfNamespaceLocateBegin()
H A Dasllookup.c416 while (!(NameOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION)) in LkGetNameOp()
H A Dasltypes.h181 #define OP_IS_NAME_DECLARATION 0x00010000 macro
H A Daslmapoutput.c688 if (Op->Asl.CompileFlags & OP_IS_NAME_DECLARATION) in MpNamespaceXrefBegin()
H A Dasltransform.c925 NewOp2->Asl.CompileFlags |= OP_IS_NAME_DECLARATION; in TrDoSwitch()