Home
last modified time | relevance | path

Searched defs:same_type (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/tests/ui/type-alias-impl-trait/
Dtype_of_a_let.rs20 fn same_type<T>(x: (T, T)) {} in same_type() function
/third_party/rust/rust/tests/ui/unboxed-closures/
Dunboxed-closure-sugar-region.rs19 fn same_type<A,B:Eq<A>>(a: A, b: B) { } in same_type() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Drange_v2.cc149 bool same_type = IsSameType(start_type, limit_type) && IsSameType(limit_type, delta_type); in RangeV2CheckAndInferType() local