internal/abi.Type.TFlag (field)
38 uses
internal/abi (current package)
type.go#L24: TFlag TFlag // extra type information flags
type.go#L199: return t.TFlag&TFlagNamed != 0
type.go#L207: return t.TFlag&TFlagDirectIface != 0
type.go#L211: if t.TFlag&TFlagGCMaskOnDemand != 0 {
type.go#L320: if t.TFlag&TFlagUncommon == 0 {
type.go#L519: if t.TFlag&TFlagUncommon != 0 {
type.go#L533: if t.TFlag&TFlagUncommon != 0 {
internal/reflectlite
type.go#L247: if t.TFlag&abi.TFlagExtraStar != 0 {
type.go#L272: if t.TFlag&abi.TFlagNamed == 0 {
internal/runtime/maps
map.go#L829: if t.TFlag&abi.TFlagRegularMemory != 0 {
reflect
map.go#L61: mt.TFlag = abi.TFlagDirectIface
type.go#L603: if t.t.TFlag&abi.TFlagExtraStar != 0 {
type.go#L711: if t.t.TFlag&abi.TFlagNamed == 0 {
type.go#L1889: ch.TFlag = abi.TFlagRegularMemory | abi.TFlagDirectIface
type.go#L1970: ft.TFlag = abi.TFlagDirectIface
type.go#L2172: slice.TFlag = 0
type.go#L2558: typ.TFlag = abi.TFlagRegularMemory
type.go#L2560: typ.TFlag = 0
type.go#L2569: typ.TFlag |= abi.TFlagUncommon
type.go#L2581: typ.TFlag |= abi.TFlagGCMaskOnDemand
type.go#L2601: typ.TFlag |= abi.TFlagDirectIface
type.go#L2603: typ.TFlag &^= abi.TFlagDirectIface
type.go#L2697: array.TFlag = typ.TFlag & abi.TFlagRegularMemory
type.go#L2731: array.TFlag |= typ.TFlag & abi.TFlagGCMaskOnDemand
type.go#L2746: array.TFlag |= abi.TFlagGCMaskOnDemand
type.go#L2770: array.TFlag |= abi.TFlagDirectIface
type.go#L2772: array.TFlag &^= abi.TFlagDirectIface
value.go#L1690: if typ.TFlag&abi.TFlagRegularMemory != 0 {
value.go#L1719: if typ.TFlag&abi.TFlagRegularMemory != 0 {
runtime
alg.go#L216: if t.TFlag&abi.TFlagRegularMemory != 0 {
iface.go#L50: if typ.TFlag&abi.TFlagUncommon == 0 {
mbitmap.go#L869: print("runtime: hasHeader=", header != nil, " typ.Size_=", typ.Size_, " TFlagGCMaskOnDemaind=", typ.TFlag&abi.TFlagGCMaskOnDemand != 0, "\n")
type.go#L34: if t.TFlag&abi.TFlagExtraStar != 0 {
type.go#L45: if t.TFlag&abi.TFlagNamed == 0 {
type.go#L88: if t.TFlag&abi.TFlagGCMaskOnDemand != 0 {
type.go#L211: if t.TFlag&abi.TFlagGCMaskOnDemand == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |