Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StructMake3 (0.14 sec)

  1. src/cmd/compile/internal/ssa/_gen/dec.rules

    (StructSelect [0] (IData x)) => (IData x)
    
    (StructSelect (StructMake1 x)) => x
    (StructSelect [0] (StructMake2 x _)) => x
    (StructSelect [1] (StructMake2 _ x)) => x
    (StructSelect [0] (StructMake3 x _ _)) => x
    (StructSelect [1] (StructMake3 _ x _)) => x
    (StructSelect [2] (StructMake3 _ _ x)) => x
    (StructSelect [0] (StructMake4 x _ _ _)) => x
    (StructSelect [1] (StructMake4 _ x _ _)) => x
    (StructSelect [2] (StructMake4 _ _ x _)) => x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:48:31 UTC 2023
    - 6.9K bytes
    - Viewed (0)
Back to top