Home
last modified time | relevance | path

Searched defs:GoDeferStmt (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dstmt.go244 type GoDeferStmt struct { struct
245 miniStmt
246 Call Node
247 DeferAt Expr
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/
Dstmt.go206 func walkGoDefer(n *ir.GoDeferStmt) ir.Node {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/escape/
Dcall.go193 func (e *escape) goDeferStmt(n *ir.GoDeferStmt) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/
Dstmt.go202 func tcGoDefer(n *ir.GoDeferStmt) {