/prebuilts/go/darwin-x86/src/go/types/ |
universe.go | 88 def(NewConst(token.NoPos, nil, c.name, Typ[c.kind], c.val))
|
decl.go | 338 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
|
object.go | 150 func NewConst(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const {
|
resolver.go | 259 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
|
/prebuilts/go/linux-x86/src/go/types/ |
universe.go | 88 def(NewConst(token.NoPos, nil, c.name, Typ[c.kind], c.val))
|
decl.go | 338 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
|
object.go | 150 func NewConst(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const {
|
resolver.go | 259 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
|
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
parser.go | 355 return types.NewConst(token.NoPos, pkg, name, typ, val)
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
parser.go | 355 return types.NewConst(token.NoPos, pkg, name, typ, val)
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | [all...] |
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
gcimporter.go | 830 pkg.Scope().Insert(types.NewConst(token.NoPos, pkg, name, typ0, val))
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
gcimporter.go | 830 pkg.Scope().Insert(types.NewConst(token.NoPos, pkg, name, typ0, val))
|