Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for cark (0.17 sec)

  1. src/cmd/cgo/ast.go

    func (f *File) saveRef(n *ast.Expr, context astContext) {
    	sel := (*n).(*ast.SelectorExpr)
    	// For now, assume that the only instance of capital C is when
    	// used as the imported package identifier.
    	// The parser should take care of scoping in the future, so
    	// that we will be able to distinguish a "top-level C" from a
    	// local C.
    	if l, ok := sel.X.(*ast.Ident); !ok || l.Name != "C" {
    		return
    	}
    	if context == ctxAssign2 {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 07 16:54:27 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  2. api/go1.3.txt

    pkg syscall (freebsd-arm), const EOWNERDEAD Errno
    pkg syscall (freebsd-arm), const EV_DROP = 4096
    pkg syscall (freebsd-arm), const EV_DROP ideal-int
    pkg syscall (freebsd-arm), const IFT_CARP = 248
    pkg syscall (freebsd-arm), const IFT_CARP ideal-int
    pkg syscall (freebsd-arm), const MAP_ALIGNED_SUPER = 16777216
    pkg syscall (freebsd-arm), const MAP_ALIGNED_SUPER ideal-int
    pkg syscall (freebsd-arm), const MAP_ALIGNMENT_MASK = -16777216
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  3. src/archive/zip/reader_test.go

    		return
    	}
    
    	// bail if file is not zip
    	if err == ErrFormat {
    		return
    	}
    
    	// bail here if no Files expected to be tested
    	// (there may actually be files in the zip, but we don't care)
    	if zt.File == nil {
    		return
    	}
    
    	if z.Comment != zt.Comment {
    		t.Errorf("comment=%q, want %q", z.Comment, zt.Comment)
    	}
    	if len(z.File) != len(zt.File) {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IFT_BSC = 83
    pkg syscall (netbsd-arm64-cgo), const IFT_BSC ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_CARP = 248
    pkg syscall (netbsd-arm64-cgo), const IFT_CARP ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_CCTEMUL = 61
    pkg syscall (netbsd-arm64-cgo), const IFT_CCTEMUL ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_CEPT = 19
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. src/cmd/cgo/gcc.go

    		// Ignore warnings and random comments, with one
    		// exception: newer GCC versions will sometimes emit
    		// an error on a macro #define with a note referring
    		// to where the expansion occurs. We care about where
    		// the expansion occurs, so in that case treat the note
    		// as an error.
    		isError := strings.Contains(line, ": error:")
    		isErrorNote := strings.Contains(line, ": note:") && sawUnmatchedErrors
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IFT_BRIDGE ideal-int
    pkg syscall (freebsd-arm64), const IFT_BSC = 83
    pkg syscall (freebsd-arm64), const IFT_BSC ideal-int
    pkg syscall (freebsd-arm64), const IFT_CARP = 248
    pkg syscall (freebsd-arm64), const IFT_CARP ideal-int
    pkg syscall (freebsd-arm64), const IFT_CCTEMUL = 61
    pkg syscall (freebsd-arm64), const IFT_CCTEMUL ideal-int
    pkg syscall (freebsd-arm64), const IFT_CEPT = 19
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (darwin-386), const IFT_ARCNETPLUS ideal-int
    pkg syscall (darwin-386), const IFT_ATM ideal-int
    pkg syscall (darwin-386), const IFT_BRIDGE ideal-int
    pkg syscall (darwin-386), const IFT_CARP ideal-int
    pkg syscall (darwin-386), const IFT_CELLULAR ideal-int
    pkg syscall (darwin-386), const IFT_CEPT ideal-int
    pkg syscall (darwin-386), const IFT_DS3 ideal-int
    pkg syscall (darwin-386), const IFT_ENC ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const IFT_ATM ideal-int
    pkg syscall (darwin-arm64), const IFT_BRIDGE = 209
    pkg syscall (darwin-arm64), const IFT_BRIDGE ideal-int
    pkg syscall (darwin-arm64), const IFT_CARP = 248
    pkg syscall (darwin-arm64), const IFT_CARP ideal-int
    pkg syscall (darwin-arm64), const IFT_CELLULAR = 255
    pkg syscall (darwin-arm64), const IFT_CELLULAR ideal-int
    pkg syscall (darwin-arm64), const IFT_CEPT = 19
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. doc/asm.html

    <code>cmd/internal/obj</code> package,
    represents an invalid instruction).
    The sequence of the <code>A</code> names has nothing to do with the actual
    encoding of the machine instructions.
    The <code>cmd/internal/obj</code> package takes care of that detail.
    </p>
    
    <p>
    The instructions for both the 386 and AMD64 architectures are listed in
    <code>cmd/internal/obj/x86/a.out.go</code>.
    </p>
    
    <p>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IFT_BSC = 83 #53466
    pkg syscall (freebsd-riscv64), const IFT_BSC ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFT_CARP = 248 #53466
    pkg syscall (freebsd-riscv64), const IFT_CARP ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFT_CCTEMUL = 61 #53466
    pkg syscall (freebsd-riscv64), const IFT_CCTEMUL ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top