Lines Matching refs:CompileFlags
226 if (Op->Asl.CompileFlags == 0)
235 if ((!(Op->Asl.CompileFlags & OP_COMPILE_TIME_CONST)) ||
236 (Op->Asl.CompileFlags & OP_IS_TARGET))
415 if (Op->Asl.CompileFlags & OP_IS_TARGET)
423 if (!(NextOp->Asl.CompileFlags & OP_COULD_NOT_REDUCE))
427 NextOp->Asl.CompileFlags |= OP_COULD_NOT_REDUCE;
444 if (Op->Asl.CompileFlags & OP_IS_TARGET)
487 if (Op->Asl.CompileFlags & OP_IS_TARGET)
499 if (Op->Asl.CompileFlags & OP_IS_TERM_ARG)
508 TrPrintOpFlags (Op->Asl.CompileFlags, ASL_PARSE_OUTPUT);
840 Op->Asl.CompileFlags = OP_AML_PACKAGE;