Home
last modified time | relevance | path

Searched defs:valtree (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_mir_build/src/thir/
Dconstant.rs33 let valtree = match (lit, &ty.kind()) { in lit_to_const() localVariable
/third_party/rust/rust/compiler/rustc_const_eval/src/const_eval/
Dvaltrees.rs32 let valtree = const_to_valtree_inner(ecx, &field, num_nodes)?; in branches() localVariable
65 let valtree = const_to_valtree_inner(ecx, &place_elem, num_nodes)?; in slice_branches() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dconsts.rs13 mod valtree; module
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Doperand.rs624 let valtree = self.eval_ty_constant(ct, span)?; in eval_mir_constant() localVariable