Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dmod.rs364 pub struct TypeTrace<'tcx> { struct
375 Subtype(Box<TypeTrace<'tcx>>), argument
1814 impl<'tcx> TypeTrace<'tcx> { implementation
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dtrace.cc913 TypeTrace::TypeTrace(PyObject *pObj, TracePtr pOrigin) : Trace(pObj, pOrigin) { in TypeTrace() function in mindspore::pijit::TypeTrace