Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for printintpointer (0.17 sec)

  1. test/live.go

    	_    [8]byte
    }
    
    func f30(b bool) {
    	// live temp during printintpointer(p):
    	// the internal iterator pointer if a pointer to pstruct in pstructarr
    	// can not be easily computed by strength reduction.
    	if b {
    		for _, p := range pstructarr { // ERROR "stack object .autotmp_[0-9]+ \[10\]pstruct$"
    			printintpointer(p.intp) // ERROR "live at call to printintpointer: .autotmp_[0-9]+$"
    		}
    	}
    	for _, p := range pstructarr {
    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

    	_    [8]byte
    }
    
    func f30(b bool) {
    	// live temp during printintpointer(p):
    	// the internal iterator pointer if a pointer to pstruct in pstructarr
    	// can not be easily computed by strength reduction.
    	if b {
    		for _, p := range pstructarr { // ERROR "stack object .autotmp_[0-9]+ \[10\]pstruct$"
    			printintpointer(p.intp) // ERROR "live at call to printintpointer: .autotmp_[0-9]+$"
    		}
    	}
    	for _, p := range pstructarr {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18.4K bytes
    - Viewed (0)
Back to top