Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for angle (0.18 sec)

  1. src/cmd/cgo/gcc.go

    					Go: &ast.FuncType{
    						Results: &ast.FieldList{List: []*ast.Field{{Type: n.Type.Go}}},
    					},
    				}
    			}
    		}
    		p.mangleName(n)
    		if n.Kind == "type" && typedef[n.Mangle] == nil {
    			typedef[n.Mangle] = n.Type
    		}
    	}
    }
    
    // mangleName does name mangling to translate names
    // from the original Go source files to the names
    // used in the final Go files generated by cgo.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top