Home
last modified time | relevance | path

Searched defs:NewConst (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dobject.go251 func NewConst(pos syntax.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const { func
/prebuilts/go/linux-x86/src/go/types/
Dobject.go254 func NewConst(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const { func