Home
last modified time | relevance | path

Searched defs:NewLocal (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dname.go105 func (fn *Func) NewLocal(pos src.XPos, sym *types.Sym, typ *types.Type) *Name { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dfunc.go844 func (f *Func) NewLocal(pos src.XPos, typ *types.Type) *ir.Name { func