Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dquestion_mark_used.rs6 fn other_function() -> Option<i32> { in other_function() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Ddtype.cc125 const auto &other_function = static_cast<const Function &>(other); in operator ==() local