Home
last modified time | relevance | path

Searched refs:ORETURN (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dfmt.go82 ORETURN: "return",
287 ORETURN: -1,
377 case ORETURN:
Dop_string.go139 _ = x[ORETURN-128]
Dnode.go273 ORETURN // return Results const
Dstmt.go424 n.op = ORETURN
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/
Dstmt.go134 case ir.ORETURN:
Dassign.go322 if op == ir.ORETURN && ir.SameSafeExpr(l, r) {
Dorder.go939 case ir.ORETURN:
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/
Danalyze_func_returns.go128 if n.Op() != ir.ORETURN {
Danalyze_func_flags.go240 case ir.ORETURN:
Danalyze_func_callsites.go269 if n.Op() == ir.ORETURN || n.Op() == ir.OBREAK {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/escape/
Dstmt.go178 case ir.ORETURN:
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/
Dstmt.go437 …typecheckaste(ir.ORETURN, nil, false, ir.CurFunc.Type().Results(), n.Results, func() string { retu…
Dtypecheck.go557 case ir.ORETURN:
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssagen/
Dssa.go1783 case ir.ORETURN: