Home | History | Annotate | Download | only in gc

Lines Matching full:okey

609 		if r.Op != OKEY {
610 Fatal("structlit: rhs not OKEY: %v", r)
677 if r.Op != OKEY {
678 Fatal("arraylit: rhs not OKEY: %v", r)
755 a := Nod(OSLICE, vstat, Nod(OKEY, nil, nil))
840 a = Nod(OAS, var_, Nod(OSLICE, vauto, Nod(OKEY, nil, nil)))
853 if r.Op != OKEY {
854 Fatal("slicelit: rhs not OKEY: %v", r)
911 if r.Op != OKEY {
912 Fatal("maplit: rhs not OKEY: %v", r)
962 if r.Op != OKEY {
963 Fatal("maplit: rhs not OKEY: %v", r)
1033 if r.Op != OKEY {
1034 Fatal("maplit: rhs not OKEY: %v", r)
1313 if a.Op != OKEY || !Smallintconst(a.Left) {
1323 if a.Op != OKEY || a.Left.Type == nil {
1333 if a.Op != OKEY {
1476 if nr.Right.Op == OKEY && nr.Right.Left == nil && nr.Right.Right == nil {