Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for f33 (0.13 sec)

  1. test/live.go

    }
    
    //go:noescape
    func call32(func())
    
    // temporaries introduced during if conditions and && || expressions
    // should die once the condition has been acted upon.
    
    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() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18K bytes
    - Viewed (0)
  2. test/live_regabi.go

    }
    
    //go:noescape
    func call32(func())
    
    // temporaries introduced during if conditions and && || expressions
    // should die once the condition has been acted upon.
    
    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() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  3. tests/migrate_test.go

    		F20 string
    		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