Searched refs:NODE_IS_NAME_DECLARATION (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Dasltypes.h75 #define NODE_IS_NAME_DECLARATION 0x00010000 macro
H A Daslcompiler.y1140 ')' {$$ = TrLinkChildren ($<n>3,3,$4,$5,TrSetNodeFlags ($6, NODE_IS_NAME_DECLARATION));}
1150 ')' {$$ = TrLinkChildren ($<n>3,3,$4,$5,TrSetNodeFlags ($6, NODE_IS_NAME_DECLARATION));}
1160 ')' {$$ = TrLinkChildren ($<n>3,3,$4,$5,TrSetNodeFlags ($6, NODE_IS_NAME_DECLARATION));}
1171 ')' {$$ = TrLinkChildren ($<n>3,4,$4,$5,$6,TrSetNodeFlags ($7, NODE_IS_NAME_DECLARATION));}
1181 ')' {$$ = TrLinkChildren ($<n>3,3,$4,$5,TrSetNodeFlags ($6, NODE_IS_NAME_DECLARATION));}
1191 ')' {$$ = TrLinkChildren ($<n>3,3,$4,$5,TrSetNodeFlags ($6, NODE_IS_NAME_DECLARATION));}
1202 ')' {$$ = TrLinkChildren ($<n>3,4,TrSetNodeFlags ($4, NODE_IS_NAME_DECLARATION),$5,$6,$7);}
1211 ObjectList '}' {$$ = TrLinkChildren ($<n>3,2,TrSetNodeFlags ($4, NODE_IS_NAME_DECLARATION),$7);}
1219 ')' {$$ = TrLinkChildren ($<n>3,1,TrSetNodeFlags ($4, NODE_IS_NAME_DECLARATION));}
1242 TermList '}' {$$ = TrLinkChildren ($<n>3,7,TrSetNodeFlags ($4, NODE_IS_NAME_DECLARATION),
[all...]
H A Dasllookup.c582 while (!(NameOp->Asl.CompileFlags & NODE_IS_NAME_DECLARATION))
839 if (Op->Asl.CompileFlags & NODE_IS_NAME_DECLARATION)
905 while (!(NextOp->Asl.CompileFlags & NODE_IS_NAME_DECLARATION))
H A Daslopt.c587 if (Op->Asl.CompileFlags & NODE_IS_NAME_DECLARATION)
766 while (!(NextOp->Asl.CompileFlags & NODE_IS_NAME_DECLARATION))
H A Dasltransform.c693 NewOp2->Asl.CompileFlags |= NODE_IS_NAME_DECLARATION;
H A Dasltree.c302 case NODE_IS_NAME_DECLARATION:
303 return ("NODE_IS_NAME_DECLARATION");

Completed in 108 milliseconds