Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_const_eval/src/
Dlib.rs31 pub mod const_eval; module
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/layout/
Dtests.rs393 fn const_eval() { in const_eval() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Ddb.rs80 fn const_eval(&self, def: GeneralConstId, subst: Substitution) in const_eval() method