runtime._type.tflag (field)

10 uses

	runtime (current package)
		alg.go#L145: 	if t.tflag&tflagRegularMemory != 0 {
		alg.go#L184: 			if memEnd > memStart && (f.name.isBlank() || f.offset() != memEnd || f.typ.tflag&tflagRegularMemory == 0) {
		alg.go#L192: 			if f.typ.tflag&tflagRegularMemory == 0 {
		iface.go#L39: 	if typ.tflag&tflagUncommon == 0 {
		type.go#L35: 	tflag      tflag
		type.go#L52: 	if t.tflag&tflagExtraStar != 0 {
		type.go#L59: 	if t.tflag&tflagUncommon == 0 {
		type.go#L121: 	if t.tflag&tflagNamed == 0 {
		type.go#L322: 	if t.typ.tflag&tflagUncommon != 0 {
		type.go#L331: 	if t.typ.tflag&tflagUncommon != 0 {