Home
last modified time | relevance | path

Searched refs:isUntyped (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dexpr.go347 if !final && isUntyped(typ) {
402 if isUntyped(target) {
411 assert(isUntyped(x.typ))
646 if allInteger(x.typ) || isUntyped(x.typ) && xval != nil && xval.Kind() == constant.Int {
671 if isUntyped(y.typ) {
688 case isUntyped(y.typ):
737 if isUntyped(x.typ) {
Dassignments.go40 if isUntyped(x.typ) {
165 if isUntyped(typ) {
307 case isUntyped(t):
Doperand.go158 if isUntyped(x.typ) {
278 if isUntyped(Vu) {
Dbuiltins.go274 if isUntyped(x.typ) {
277 if isUntyped(y.typ) {
423 if isUntyped(x.typ) {
1020 assert(!isUntyped(res))
Dconversions.go99 if isUntyped(x.typ) {
Dindex.go241 if isUntyped(x.typ) {
Dpredicates.go93 func isUntyped(t Type) bool { func
Dtypexpr.go545 if isUntyped(x.typ) || isInteger(x.typ) {
Dcheck.go529 if isUntyped(typ) {
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dassignments.go43 if isUntyped(x.typ) {
168 if isUntyped(typ) {
310 case isUntyped(t):
Dexpr.go311 if !final && isUntyped(typ) {
366 if isUntyped(target) {
624 if allInteger(x.typ) || isUntyped(x.typ) && xval != nil && xval.Kind() == constant.Int {
649 if isUntyped(y.typ) {
666 case isUntyped(y.typ):
719 if isUntyped(x.typ) {
Doperand.go162 if isUntyped(x.typ) {
282 if isUntyped(Vu) {
Dbuiltins.go277 if isUntyped(x.typ) {
280 if isUntyped(y.typ) {
426 if isUntyped(x.typ) {
1023 assert(!isUntyped(res))
Dconversions.go102 if isUntyped(x.typ) {
Dindex.go243 if isUntyped(x.typ) {
Dpredicates.go96 func isUntyped(t Type) bool { func
Dtypexpr.go535 if isUntyped(x.typ) || isInteger(x.typ) {
Dcheck.go552 if isUntyped(typ) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/
Dwriter.go1801 if typ := tv.Type; !tv.IsBuiltin() && !isTuple(typ) && !isUntyped(typ) {
2415 func isUntyped(typ types2.Type) bool { func
/aosp_15_r20/external/bazelbuild-rules_go/third_party/
H A Dorg_golang_x_tools-deletegopls.patch70260 - if isUntyped(candType) && !types.Identical(candType, expType) && cand.obj.Parent() != types.Uni…
72472 - if isUntyped(T) {
74420 -func isUntyped(T types.Type) bool {
/aosp_15_r20/prebuilts/checkstyle/
HDcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/puppycrawl/ com/ ...