Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Int8Ptr (0.2 sec)

  1. src/go/internal/gccgoimporter/testdata/pointer.go

    package pointer
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 17 23:03:13 UTC 2015
    - 36 bytes
    - Viewed (0)
  2. src/go/internal/gccgoimporter/testdata/pointer.gox

    v1;
    package pointer;
    pkgpath pointer;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 17 23:03:13 UTC 2015
    - 83 bytes
    - Viewed (0)
  3. src/go/internal/gccgoimporter/importer_test.go

    }
    
    // When adding tests to this list, be sure to set the 'gccgoVersion'
    // field if the testcases uses a "recent" Go addition (ex: aliases).
    var importerTests = [...]importerTest{
    	{pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
    	{pkgpath: "complexnums", name: "NN", want: "const NN untyped complex", wantval: "(-1 + -1i)"},
    	{pkgpath: "complexnums", name: "NP", want: "const NP untyped complex", wantval: "(-1 + 1i)"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:17:57 UTC 2022
    - 7.2K bytes
    - Viewed (0)
Back to top