Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_query_system/src/query/
Dconfig.rs41 fn execute_query(self, tcx: Qcx::DepContext, k: Self::Key) -> Self::Value; in execute_query() method
/third_party/rust/rust/compiler/rustc_query_impl/src/
Dlib.rs110 fn execute_query(self, tcx: TyCtxt<'tcx>, key: Self::Key) -> Self::Value { in execute_query() function
/third_party/rust/rust/compiler/rustc_middle/src/query/
Dplumbing.rs43 pub execute_query: fn(tcx: TyCtxt<'tcx>, k: C::Key) -> C::Value, field