Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deferwrap1 (0.11 sec)

  1. src/cmd/compile/internal/ir/func.go

    	case OCLOSURE:
    		if outerfn == nil || outerfn.OClosure == nil {
    			suffix = ".func"
    		}
    	case ORANGE:
    		suffix = "-range"
    	case OGO:
    		suffix = ".gowrap"
    	case ODEFER:
    		suffix = ".deferwrap"
    	}
    	gen := &globClosgen
    
    	// There may be multiple functions named "_". In those
    	// cases, we can't use their individual Closgens as it
    	// would lead to name clashes.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top