Home | History | Annotate | Download | only in whitelist
      1 // 64-bit-specific vet whitelist. See readme.txt for details.
      2 
      3 // False positives.
      4 
      5 // Clever const tricks outwit the "large shift" check.
      6 runtime/hashmap.go: hash might be too small for shift of 56
      7 runtime/hashmap.go: hash might be too small for shift of 56
      8 runtime/hashmap.go: hash might be too small for shift of 56
      9 runtime/hashmap.go: hash might be too small for shift of 56
     10 runtime/hashmap.go: hash might be too small for shift of 56
     11 runtime/hashmap.go: hash might be too small for shift of 56
     12 runtime/hashmap_fast.go: hash might be too small for shift of 56
     13 runtime/hashmap_fast.go: hash might be too small for shift of 56
     14