Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TagVariant (0.09 sec)

  1. src/debug/dwarf/const.go

    	TagStructType             Tag = 0x13
    	TagSubroutineType         Tag = 0x15
    	TagTypedef                Tag = 0x16
    	TagUnionType              Tag = 0x17
    	TagUnspecifiedParameters  Tag = 0x18
    	TagVariant                Tag = 0x19
    	TagCommonDwarfBlock       Tag = 0x1A
    	TagCommonInclusion        Tag = 0x1B
    	TagInheritance            Tag = 0x1C
    	TagInlinedSubroutine      Tag = 0x1D
    	TagModule                 Tag = 0x1E
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TagTypeUnit", Const, 3},
    		{"TagTypedef", Const, 0},
    		{"TagUnionType", Const, 0},
    		{"TagUnspecifiedParameters", Const, 0},
    		{"TagUnspecifiedType", Const, 0},
    		{"TagVariable", Const, 0},
    		{"TagVariant", Const, 0},
    		{"TagVariantPart", Const, 0},
    		{"TagVolatileType", Const, 0},
    		{"TagWithStmt", Const, 0},
    		{"Type", Type, 0},
    		{"TypedefType", Type, 0},
    		{"TypedefType.CommonType", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top