Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for ParamType (0.08 sec)

  1. src/cmd/cgo/gcc.go

    // There is no guarantee about matching memory layout.
    func (c *typeConv) FuncType(dtype *dwarf.FuncType, pos token.Pos) *FuncType {
    	p := make([]*Type, len(dtype.ParamType))
    	gp := make([]*ast.Field, len(dtype.ParamType))
    	for i, f := range dtype.ParamType {
    		// gcc's DWARF generator outputs a single DotDotDotType parameter for
    		// function pointers that specify no parameters (e.g. void
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg debug/dwarf, type FloatType struct
    pkg debug/dwarf, type FloatType struct, embedded BasicType
    pkg debug/dwarf, type FuncType struct
    pkg debug/dwarf, type FuncType struct, ParamType []Type
    pkg debug/dwarf, type FuncType struct, ReturnType Type
    pkg debug/dwarf, type FuncType struct, embedded CommonType
    pkg debug/dwarf, type IntType struct
    pkg debug/dwarf, type IntType struct, embedded BasicType
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top