Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TagMutableType (0.17 sec)

  1. src/debug/dwarf/const.go

    	TagInterfaceType   Tag = 0x38
    	TagNamespace       Tag = 0x39
    	TagImportedModule  Tag = 0x3A
    	TagUnspecifiedType Tag = 0x3B
    	TagPartialUnit     Tag = 0x3C
    	TagImportedUnit    Tag = 0x3D
    	TagMutableType     Tag = 0x3E // Later removed from DWARF.
    	TagCondition       Tag = 0x3F
    	TagSharedType      Tag = 0x40
    	// The following are new in DWARF 4.
    	TagTypeUnit            Tag = 0x41
    	TagRvalueReferenceType Tag = 0x42
    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

    		{"TagInlinedSubroutine", Const, 0},
    		{"TagInterfaceType", Const, 0},
    		{"TagLabel", Const, 0},
    		{"TagLexDwarfBlock", Const, 0},
    		{"TagMember", Const, 0},
    		{"TagModule", Const, 0},
    		{"TagMutableType", Const, 0},
    		{"TagNamelist", Const, 0},
    		{"TagNamelistItem", Const, 0},
    		{"TagNamespace", Const, 0},
    		{"TagPackedType", Const, 0},
    		{"TagPartialUnit", Const, 0},
    		{"TagPointerType", Const, 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