type reflect.tflag

6 uses

	reflect (current package)
		type.go#L271: type tflag uint8
		type.go#L285: 	tflagUncommon tflag = 1 << 0
		type.go#L291: 	tflagExtraStar tflag = 1 << 1
		type.go#L294: 	tflagNamed tflag = 1 << 2
		type.go#L298: 	tflagRegularMemory tflag = 1 << 3
		type.go#L309: 	tflag      tflag   // extra type information flags