type codeStmt … func (c codeStmt) Marker() pkgbits.SyncMarker { … } func (c codeStmt) Value() int { … } const stmtEnd … const stmtLabel … const stmtBlock … const stmtExpr … const stmtSend … const stmtAssign … const stmtAssignOp … const stmtIncDec … const stmtBranch … const stmtCall … const stmtReturn … const stmtIf … const stmtFor … const stmtSwitch … const stmtSelect … type codeExpr … func (c codeExpr) Marker() pkgbits.SyncMarker { … } func (c codeExpr) Value() int { … } const exprConst … const exprLocal … const exprGlobal … const exprCompLit … const exprFuncLit … const exprFieldVal … const exprMethodVal … const exprMethodExpr … const exprIndex … const exprSlice … const exprAssert … const exprUnaryOp … const exprBinaryOp … const exprCall … const exprConvert … const exprNew … const exprMake … const exprSizeof … const exprAlignof … const exprOffsetof … const exprZero … const exprFuncInst … const exprRecv … const exprReshape … const exprRuntimeBuiltin … type codeAssign … func (c codeAssign) Marker() pkgbits.SyncMarker { … } func (c codeAssign) Value() int { … } const assignBlank … const assignDef … const assignExpr … type codeDecl … func (c codeDecl) Marker() pkgbits.SyncMarker { … } func (c codeDecl) Value() int { … } const declEnd … const declFunc … const declMethod … const declVar … const declOther …