Searched refs:OP_IS_TARGET (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslcstyle.y213 TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
217 TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
221 TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
225 TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
229 TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
233 TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
237 TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
241 TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
245 TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
249 TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
[all...]
H A Daslfold.c128 (Op->Asl.CompileFlags & OP_IS_TARGET))
307 if (Op->Asl.CompileFlags & OP_IS_TARGET)
336 if (Op->Asl.CompileFlags & OP_IS_TARGET)
379 if (Op->Asl.CompileFlags & OP_IS_TARGET)
H A Daslparseop.c471 TrSetOpFlags (Target, OP_IS_TARGET);
577 Op->Asl.CompileFlags |= (OP_IS_TARGET | OP_COMPILE_TIME_CONST);
H A Daslmethod.c294 if (Op->Asl.CompileFlags & OP_IS_TARGET)
339 if (Op->Asl.CompileFlags & OP_IS_TARGET)
H A Dasltypes.h59 #define OP_IS_TARGET 0x00000004 macro
H A Daslrules.y154 | ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);}
158 : ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);}
H A Daslxref.c419 if (Op->Asl.CompileFlags & OP_IS_TARGET)
463 if (Op->Asl.CompileFlags & OP_IS_TARGET)
H A Daslprimaries.y237 TrSetOpFlags ($6, OP_IS_TARGET));}
1037 TrSetOpFlags ($4, OP_IS_TARGET));}
1159 TrSetOpFlags ($6, OP_IS_TARGET));}

Completed in 190 milliseconds