Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for TagVolatileType (0.58 sec)

  1. src/debug/dwarf/tag_string.go

    	_ = x[TagSubprogram-46]
    	_ = x[TagTemplateTypeParameter-47]
    	_ = x[TagTemplateValueParameter-48]
    	_ = x[TagThrownType-49]
    	_ = x[TagTryDwarfBlock-50]
    	_ = x[TagVariantPart-51]
    	_ = x[TagVariable-52]
    	_ = x[TagVolatileType-53]
    	_ = x[TagDwarfProcedure-54]
    	_ = x[TagRestrictType-55]
    	_ = x[TagInterfaceType-56]
    	_ = x[TagNamespace-57]
    	_ = x[TagImportedModule-58]
    	_ = x[TagUnspecifiedType-59]
    	_ = x[TagPartialUnit-60]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 03 17:32:37 UTC 2019
    - 3.9K bytes
    - Viewed (0)
  2. src/debug/dwarf/type.go

    			if ok && b == lastFieldByteOffset {
    				// Final field must be zero width. Fix array length.
    				fixups.recordArrayType(lastFieldType)
    			}
    		}
    
    	case TagConstType, TagVolatileType, TagRestrictType:
    		// Type modifier (DWARF v2 ยง5.2)
    		// Attributes:
    		//	AttrType: subtype
    		t := new(QualType)
    		typ = t
    		typeCache[off] = t
    		if t.Type = typeOf(e); err != nil {
    			goto Error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 21.9K bytes
    - Viewed (0)
  3. src/debug/dwarf/const.go

    	TagTemplateValueParameter Tag = 0x30
    	TagThrownType             Tag = 0x31
    	TagTryDwarfBlock          Tag = 0x32
    	TagVariantPart            Tag = 0x33
    	TagVariable               Tag = 0x34
    	TagVolatileType           Tag = 0x35
    	// The following are new in DWARF 3.
    	TagDwarfProcedure  Tag = 0x36
    	TagRestrictType    Tag = 0x37
    	TagInterfaceType   Tag = 0x38
    	TagNamespace       Tag = 0x39
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"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},
    		{"TypedefType.Type", Field, 0},
    		{"UcharType", Type, 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)
  5. api/go1.txt

    pkg debug/dwarf, const TagUnspecifiedType Tag
    pkg debug/dwarf, const TagVariable Tag
    pkg debug/dwarf, const TagVariant Tag
    pkg debug/dwarf, const TagVariantPart Tag
    pkg debug/dwarf, const TagVolatileType Tag
    pkg debug/dwarf, const TagWithStmt Tag
    pkg debug/dwarf, func New([]uint8, []uint8, []uint8, []uint8, []uint8, []uint8, []uint8, []uint8) (*Data, error)
    pkg debug/dwarf, method (*AddrType) Basic() *BasicType
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg debug/dwarf, const TagUnspecifiedType = 59
    pkg debug/dwarf, const TagVariable = 52
    pkg debug/dwarf, const TagVariant = 25
    pkg debug/dwarf, const TagVariantPart = 51
    pkg debug/dwarf, const TagVolatileType = 53
    pkg debug/dwarf, const TagWithStmt = 34
    pkg debug/elf, const ARM_MAGIC_TRAMP_NUMBER = 1543503875
    pkg debug/elf, const DF_BIND_NOW = 8
    pkg debug/elf, const DF_ORIGIN = 1
    pkg debug/elf, const DF_STATIC_TLS = 16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top