Home | History | Annotate | Download | only in gc

Lines Matching defs:bounded

561 		n.SetBounded(bounded(n.Right, 8*t.Width))
1125 if n.Bounded() {
1133 n.SetBounded(bounded(r, t.NumElem()))
1134 if Debug['m'] != 0 && n.Bounded() && !Isconst(n.Right, CTINT) {
1137 if smallintconst(n.Right) && !n.Bounded() {
1141 n.SetBounded(bounded(r, int64(len(n.Left.Val().U.(string)))))
1142 if Debug['m'] != 0 && n.Bounded() && !Isconst(n.Right, CTINT) {
1145 if smallintconst(n.Right) && !n.Bounded() {
3601 func bounded(n *Node, max int64) bool {