Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Debug_checknil (0.12 sec)

  1. src/cmd/compile/internal/ssa/_gen/generic.rules

    (NilCheck ptr:(SelectN [0] call:(StaticLECall _ _)) _)
    	&& isSameCall(call.Aux, "runtime.newobject")
    	&& warnRule(fe.Debug_checknil(), v, "removed nil check")
    	=> ptr
    
    (NilCheck ptr:(OffPtr (SelectN [0] call:(StaticLECall _ _))) _)
    	&& isSameCall(call.Aux, "runtime.newobject")
    	&& warnRule(fe.Debug_checknil(), v, "removed nil check")
    	=> ptr
    
    // Addresses of globals are always non-nil.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
Back to top