Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AlgKind (0.21 sec)

  1. src/cmd/compile/internal/types/type.go

    	align uint8 // the required alignment of this type, in bytes (0 means Width and Align have not yet been computed)
    
    	intRegs, floatRegs uint8 // registers needed for ABIInternal
    
    	flags bitset8
    	alg   AlgKind // valid if Align > 0
    
    	// size of prefix of object that contains all pointers. valid if Align > 0.
    	// Note that for pointers, this is always PtrSize even if the element type
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
Back to top