HomeSort by relevance Sort by last modified time
    Searched refs:NewConst (Results 1 - 15 of 15) sorted by null

  /prebuilts/go/darwin-x86/src/go/types/
universe.go 94 def(NewConst(token.NoPos, nil, c.name, Typ[c.kind], c.val))
object.go 146 // NewConst returns a new constant with value val.
148 func NewConst(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const {
decl.go 375 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
resolver.go 336 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
  /prebuilts/go/linux-x86/src/go/types/
universe.go 94 def(NewConst(token.NoPos, nil, c.name, Typ[c.kind], c.val))
object.go 146 // NewConst returns a new constant with value val.
148 func NewConst(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const {
decl.go 375 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
resolver.go 336 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser.go 378 return types.NewConst(token.NoPos, pkg, name, typ, val)
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
parser.go 378 return types.NewConst(token.NoPos, pkg, name, typ, val)
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
bimport.go 262 p.declare(types.NewConst(pos, pkg, name, typ, val))
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
bimport.go 262 p.declare(types.NewConst(pos, pkg, name, typ, val))
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 818 milliseconds