Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PosXlogue (0.13 sec)

  1. src/cmd/internal/src/pos.go

    	PosNotStmt                 // Position should not be a statement boundary, but line should be preserved for profiling and low-level debugging purposes.
    )
    
    type PosXlogue uint
    
    const (
    	PosDefaultLogue PosXlogue = iota
    	PosPrologueEnd
    	PosEpilogueBegin
    )
    
    func makeLicoRaw(line, col uint) lico {
    	return lico(line<<lineShift | col<<colShift)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:52:41 UTC 2023
    - 15.5K bytes
    - Viewed (0)
Back to top