Search Results for

    Show / Hide Table of Contents

    Class MemorySSA.Unknown

    A memory SSA value that represents a completely unknown state.

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

    Fields

    | Edit this page 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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX