Show / Hide Table of Contents

    Class MemoryIntrinsics.Operators

    A collection of names for memory operations.

    Inheritance
    System.Object
    MemoryIntrinsics.Operators
    Inherited Members
    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.Instructions
    Assembly: Flame.Compiler.dll
    Syntax
    public static class Operators

    Fields

    | Improve this Doc View Source

    All

    An immutable array containing all standard memory intrinsics.

    Declaration
    public static readonly ImmutableArray<string> All
    Field Value
    Type Description
    System.Collections.Immutable.ImmutableArray<System.String>
    | Improve this Doc View Source

    AllocaPinned

    An operator that allocates a function-local variable containing a pinned pointer.

    Declaration
    public const string AllocaPinned = "alloca_pinned"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX