Home | History | Annotate | Download | only in compiler

Lines Matching refs:CompileFlags

402         if (Op->Asl.CompileFlags & OP_IS_TARGET)
447 if (Op->Asl.CompileFlags & OP_IS_TARGET)
494 (!(Op->Asl.Child->Asl.CompileFlags & OP_IS_NULL_RETURN)))
957 (!(Op->Asl.CompileFlags & OP_HAS_NO_EXIT)))
996 Op->Asl.CompileFlags |= OP_METHOD_SOME_NO_RETVAL;
1000 Op->Asl.CompileFlags |= OP_METHOD_NO_RETVAL;
1044 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
1064 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
1073 Op->Asl.Next->Asl.CompileFlags |= OP_IF_HAS_NO_EXIT;
1079 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
1080 (Op->Asl.CompileFlags & OP_IF_HAS_NO_EXIT))
1086 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
1093 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
1098 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;