Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withDefaultStmt (0.1 sec)

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

    }
    
    // withNotStmt returns a lico for the same location, but not a statement
    func (x lico) withNotStmt() lico {
    	return x.withStmt(PosNotStmt)
    }
    
    // withDefaultStmt returns a lico for the same location, with default isStmt
    func (x lico) withDefaultStmt() lico {
    	return x.withStmt(PosDefaultStmt)
    }
    
    // withIsStmt returns a lico for the same location, tagged as definitely a statement
    func (x lico) withIsStmt() lico {
    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