Show / Hide Table of Contents

    Class MemorySSA.Unknown

    A memory SSA value that represents a completely unknown state.

    Inheritance
    System.Object
    MemorySSA.Value
    MemorySSA.Unknown
    Inherited Members
    MemorySSA.Value.TryGetValueAt(ValueTag, FlowGraph, ValueTag)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public sealed class Unknown : MemorySSA.Value

    Fields

    | Improve this Doc View Source

    Instance

    An instance of the unknown state.

    Declaration
    public static readonly MemorySSA.Unknown Instance
    Field Value
    Type Description
    MemorySSA.Unknown

    The unknown state.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX