Searched defs:NewInt (Results 1 – 9 of 9) sorted by relevance
19 func NewInt(v int) Int { func
23 func NewInt(pos src.XPos, v int64) Node { func
134 func NewInt(x int64) *Int { return new(Int).SetInt64(x) } func
327 func NewInt(name string) *Int { func
77 func NewInt(x int64) *Int { func
579 llvm::APSInt NewInt; in fixAPSInt() local