Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for f34 (0.02 sec)

  1. test/fixedbugs/issue6889.go

    	f23 = f22 * 23
    	f24 = f23 * 24
    	f25 = f24 * 25
    	f26 = f25 * 26
    	f27 = f26 * 27
    	f28 = f27 * 28
    	f29 = f28 * 29
    	f30 = f29 * 30
    	f31 = f30 * 31
    	f32 = f31 * 32
    	f33 = f32 * 33
    	f34 = f33 * 34
    	f35 = f34 * 35
    	f36 = f35 * 36
    	f37 = f36 * 37
    	f38 = f37 * 38
    	f39 = f38 * 39
    	f40 = f39 * 40
    	f41 = f40 * 41
    	f42 = f41 * 42
    	f43 = f42 * 43
    	f44 = f43 * 44
    	f45 = f44 * 45
    	f46 = f45 * 46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 15 02:35:59 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/testerrors/ptr_test.go

    		// addresses to unsafe.Pointer still just checks those
    		// fields. Issue #25941.
    		name:    "structfield2",
    		c:       `void f34(void* p, int r, void* s) {}`,
    		imports: []string{"unsafe"},
    		support: `type S34 struct { a [8]byte; p *int; b int64; }`,
    		body:    `s := &S34{p: new(int)}; C.f34(unsafe.Pointer(&s.a), 32, unsafe.Pointer(&s.b))`,
    		fail:    false,
    	},
    	{
    		// Test that second argument to cgoCheckPointer is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:49 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  3. test/live.go

    var m33 map[interface{}]int
    
    func f33() {
    	if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$"
    		printnl()
    		return
    	} else {
    		printnl()
    	}
    	printnl()
    }
    
    func f34() {
    	if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$"
    		printnl()
    		return
    	}
    	printnl()
    }
    
    func f35() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. test/live_regabi.go

    var m33 map[interface{}]int
    
    func f33() {
    	if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$"
    		printnl()
    		return
    	} else {
    		printnl()
    	}
    	printnl()
    }
    
    func f34() {
    	if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$"
    		printnl()
    		return
    	}
    	printnl()
    }
    
    func f35() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  5. tests/migrate_test.go

    		F21 string
    		F22 string
    		F23 string
    		F24 string
    		F25 string
    		F26 string
    		F27 string
    		F28 string
    		F29 string
    		F30 string
    		F31 string
    		F32 string
    		F33 string
    		F34 string
    		F35 string
    	}
    	if err := DB.Table("user_migrate_columns").AutoMigrate(&UserMigrateColumn2{}); err != nil {
    		t.Fatalf("failed to auto migrate, got error: %v", err)
    	}
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
Back to top