Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for endpropsdump (0.1 sec)

  1. src/cmd/compile/internal/inline/inlheur/testdata/props/acrosscall.go

    //   0 ParamFeedsIfOrSwitch
    // <endpropsdump>
    // {"Flags":0,"ParamFlags":[32],"ResultFlags":null}
    // callsite: acrosscall.go:58:9|0 flagstr "" flagval 0 score 8 mask 0 maskstr ""
    // <endcallsites>
    // <endfuncpreamble>
    func T_feeds_if_via_call(x int) {
    	feedsif(x)
    }
    
    // acrosscall.go T_feeds_if_via_call_conditional 69 0 1
    // ParamFlags
    //   0 ParamMayFeedIfOrSwitch
    // <endpropsdump>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:25 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/inline/inlheur/testdata/props/funcflags.go

    import "os"
    
    // funcflags.go T_simple 20 0 1
    // Flags FuncPropNeverReturns
    // <endpropsdump>
    // {"Flags":1,"ParamFlags":null,"ResultFlags":null}
    // <endcallsites>
    // <endfuncpreamble>
    func T_simple() {
    	panic("bad")
    }
    
    // funcflags.go T_nested 32 0 1
    // Flags FuncPropNeverReturns
    // ParamFlags
    //   0 ParamFeedsIfOrSwitch
    // <endpropsdump>
    // {"Flags":1,"ParamFlags":[32],"ResultFlags":null}
    // <endcallsites>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:01 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/inline/inlheur/testdata/props/returns2.go

    // <endpropsdump>
    // {"Flags":0,"ParamFlags":[0],"ResultFlags":[0]}
    // callsite: returns2.go:77:14|0 flagstr "" flagval 0 score 10 mask 2048 maskstr "returnFeedsConstToIfAdj"
    // <endcallsites>
    // <endfuncpreamble>
    func T_return_feeds_ifswitch(q int) int {
    	x := meaning(q)
    	if x < 42 {
    		switch x {
    		case 42:
    			return 1
    		}
    	}
    	return 0
    }
    
    // returns2.go T_multi_return_feeds_ifswitch 93 0 1
    // <endpropsdump>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:01 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/inline/inlheur/testdata/props/calls.go

    // calls.go T_call_in_panic_arg 19 0 1
    // <endpropsdump>
    // {"Flags":0,"ParamFlags":[0],"ResultFlags":null}
    // callsite: calls.go:21:15|0 flagstr "CallSiteOnPanicPath" flagval 2 score 42 mask 1 maskstr "panicPathAdj"
    // <endcallsites>
    // <endfuncpreamble>
    func T_call_in_panic_arg(x int) {
    	if x < G {
    		panic(callee(x))
    	}
    }
    
    // calls.go T_calls_in_loops 32 0 1
    // <endpropsdump>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:25 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top