Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MapInitToVar (0.12 sec)

  1. src/cmd/compile/internal/staticinit/sched.go

    // initialization code for the map in question.
    var varToMapInit map[*ir.Name]*ir.Func
    
    // MapInitToVar is the inverse of VarToMapInit; it maintains a mapping
    // from a compiler-generated init function to the map the function is
    // initializing.
    var MapInitToVar map[*ir.Func]*ir.Name
    
    // recordFuncForVar establishes a mapping between global map var "v" and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 17:16:14 UTC 2024
    - 30.7K bytes
    - Viewed (0)
Back to top