Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for subexpressions (0.13 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/cfg/cfg.go

    //
    // The blocks of the CFG contain all the function's non-control
    // statements.  The CFG does not contain control statements such as If,
    // Switch, Select, and Branch, but does contain their subexpressions;
    // also, each block records the control statement (Block.Stmt) that
    // gave rise to it and its relationship (Block.Kind) to that statement.
    //
    // For example, this source code:
    //
    //	if x := f(); x != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top