Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pvacfgbody (0.09 sec)

  1. src/cmd/internal/dwarf/putvarabbrevgen_test.go

    	}
    
    	return string(out)
    }
    
    type pvacfgnode struct {
    	attr, form string
    
    	cond      ast.Expr
    	then, els *pvacfgnode
    }
    
    // pvacfgbody generates a simplified CFG for a slice of statements,
    // containing only calls to putattr and the if statements affecting them.
    func pvacfgbody(t *testing.T, fset *token.FileSet, cm ast.CommentMap, body []ast.Stmt) (start, end *pvacfgnode) {
    	add := func(n *pvacfgnode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:45:07 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top