Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FENCE (0.04 sec)

  1. src/cmd/compile/internal/ssa/prove.go

    	}
    	if w.Op == OpSliceCap && r&lt == 0 && ft.lens[w.Args[0].ID] != nil {
    		// same, capacity on the RHS.
    		ft.update(parent, v, ft.lens[w.Args[0].ID], d, r|gt)
    	}
    
    	// Process fence-post implications.
    	//
    	// First, make the condition > or >=.
    	if r == lt || r == lt|eq {
    		v, w = w, v
    		r = reverseBits[r]
    	}
    	switch r {
    	case gt:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
Back to top