Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dexpr.go229 func (check *Checker) updateExprType(x ast.Expr, typ Type, final bool) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dexpr.go241 func (check *Checker) updateExprType(x syntax.Expr, typ Type, final bool) { func