Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for strip (0.2 sec)

  1. src/cmd/asm/internal/lex/slice.go

    	//	#define A #define B(x) x
    	// and
    	//	#define A #define B (x) x
    	// The first definition of B has an argument, the second doesn't. Because we let
    	// text/scanner strip the blanks for us, this is extremely rare, hard to fix, and not worth it.
    	return s.pos
    }
    
    func (s *Slice) Close() {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jun 29 22:49:50 GMT 2023
    - 1.6K bytes
    - Viewed (0)
  2. src/cmd/cgo/ast.go

    						error_(sel.Pos(), `cannot define new methods on non-local type %s`, &buf)
    					}
    				}
    			}
    		}
    
    	}
    	if !sawC {
    		error_(ast1.Package, `cannot find import "C"`)
    	}
    
    	// In ast2, strip the import "C" line.
    	if *godefs {
    		w := 0
    		for _, decl := range ast2.Decls {
    			d, ok := decl.(*ast.GenDecl)
    			if !ok {
    				ast2.Decls[w] = decl
    				w++
    				continue
    			}
    			ws := 0
    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)
  3. src/cmd/asm/internal/asm/operand_test.go

    				isFuncSym := strings.HasSuffix(test.input, "(SB)") &&
    					// Ignore static symbols.
    					!strings.Contains(test.input, "<>")
    
    				wantName := ""
    				if isFuncSym {
    					// Strip $|* and (SB) and +Int.
    					wantName = test.output[:len(test.output)-4]
    					if strings.HasPrefix(wantName, "$") || strings.HasPrefix(wantName, "*") {
    						wantName = wantName[1:]
    					}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
  4. src/cmd/cgo/gcc.go

    	}
    }
    
    // base strips away qualifiers and typedefs to get the underlying type.
    func base(dt dwarf.Type) dwarf.Type {
    	for {
    		if d, ok := dt.(*dwarf.QualType); ok {
    			dt = d.Type
    			continue
    		}
    		if d, ok := dt.(*dwarf.TypedefType); ok {
    			dt = d.Type
    			continue
    		}
    		break
    	}
    	return dt
    }
    
    // unqual strips away qualifiers from a DWARF type.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const ISIG = 128 #53466
    pkg syscall (freebsd-riscv64), const ISIG ideal-int #53466
    pkg syscall (freebsd-riscv64), const ISTRIP = 32 #53466
    pkg syscall (freebsd-riscv64), const ISTRIP ideal-int #53466
    pkg syscall (freebsd-riscv64), const IXANY = 2048 #53466
    pkg syscall (freebsd-riscv64), const IXANY ideal-int #53466
    pkg syscall (freebsd-riscv64), const IXOFF = 1024 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ARPHRD_IEEE802 = 6
    pkg syscall (netbsd-arm64-cgo), const ARPHRD_IEEE802 ideal-int
    pkg syscall (netbsd-arm64-cgo), const ARPHRD_STRIP = 23
    pkg syscall (netbsd-arm64-cgo), const ARPHRD_STRIP ideal-int
    pkg syscall (netbsd-arm64-cgo), const B0 = 0
    pkg syscall (netbsd-arm64-cgo), const B0 ideal-int
    pkg syscall (netbsd-arm64-cgo), const B110 = 110
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const IP_UNBLOCK_SOURCE ideal-int
    pkg syscall (darwin-arm64), const ISIG = 128
    pkg syscall (darwin-arm64), const ISIG ideal-int
    pkg syscall (darwin-arm64), const ISTRIP = 32
    pkg syscall (darwin-arm64), const ISTRIP ideal-int
    pkg syscall (darwin-arm64), const IUTF8 = 16384
    pkg syscall (darwin-arm64), const IUTF8 ideal-int
    pkg syscall (darwin-arm64), const IXANY = 2048
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPV6_VERSION_MASK ideal-int
    pkg syscall (freebsd-arm64), const ISIG = 128
    pkg syscall (freebsd-arm64), const ISIG ideal-int
    pkg syscall (freebsd-arm64), const ISTRIP = 32
    pkg syscall (freebsd-arm64), const ISTRIP ideal-int
    pkg syscall (freebsd-arm64), const IXANY = 2048
    pkg syscall (freebsd-arm64), const IXANY ideal-int
    pkg syscall (freebsd-arm64), const IXOFF = 1024
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (linux-386), const IP_UNBLOCK_SOURCE ideal-int
    pkg syscall (linux-386), const IP_XFRM_POLICY ideal-int
    pkg syscall (linux-386), const ISIG ideal-int
    pkg syscall (linux-386), const ISTRIP ideal-int
    pkg syscall (linux-386), const IUCLC ideal-int
    pkg syscall (linux-386), const IUTF8 ideal-int
    pkg syscall (linux-386), const IXANY ideal-int
    pkg syscall (linux-386), const IXOFF ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const IP_UNBLOCK_SOURCE = 73
    pkg syscall (darwin-386), const ISIG = 128
    pkg syscall (darwin-386), const ISIG ideal-int
    pkg syscall (darwin-386), const ISTRIP = 32
    pkg syscall (darwin-386), const ISTRIP ideal-int
    pkg syscall (darwin-386), const IUTF8 = 16384
    pkg syscall (darwin-386), const IUTF8 ideal-int
    pkg syscall (darwin-386), const IXANY = 2048
    pkg syscall (darwin-386), const IXANY ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top