Home
last modified time | relevance | path

Searched defs:DepKind (Results 1 – 25 of 128) sorted by relevance

123456

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_system/src/dep_graph/
H A Dmod.rs22 type DepKind: self::DepKind; typedef
28 fn dep_graph(&self) -> &DepGraph<Self::DepKind>; in dep_graph()
45 fn try_load_from_on_disk_cache(&self, dep_node: DepNode<Self::DepKind>); in try_load_from_on_disk_cache()
49 type DepKind: self::DepKind; typedef
56 type DepKind = T::DepKind; typedef
86 pub trait DepKind: Copy + fmt::Debug + Eq + Hash + Send + Encodable<FileEncoder> + 'static { interface
H A Dgraph.rs201 pub fn with_task<Ctxt: HasDepContext<DepKind = K>, A: Debug, R>( in with_task()
220 fn with_task_impl<Ctxt: HasDepContext<DepKind = K>, A: Debug, R>( in with_task_impl()
296 pub fn with_anon_task<Ctxt: DepContext<DepKind = K>, OP, R>( in with_anon_task()
477 pub fn try_mark_green<Ctxt: QueryContext<DepKind = K>>( in try_mark_green()
504 fn try_mark_parent_green<Ctxt: QueryContext<DepKind = K>>( in try_mark_parent_green()
616 fn try_mark_previous_green<Ctxt: QueryContext<DepKind = K>>( in try_mark_previous_green()
686 fn emit_side_effects<Ctxt: QueryContext<DepKind = K>>( in emit_side_effects()
730 pub fn exec_cache_promotions<Ctxt: DepContext<DepKind = K>>(&self, tcx: Ctxt) { in exec_cache_promotions()
H A Ddep_node.rs65 Ctxt: super::DepContext<DepKind = K>, in new_no_params()
73 Ctxt: super::DepContext<DepKind = K>, in construct()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_impl/src/
H A Dplumbing.rs35 type DepKind = rustc_middle::dep_graph::DepKind; typedef
45 fn current_query_job(&self) -> Option<QueryJobId<Self::DepKind>> { in current_query_job()
49 fn try_collect_active_jobs(&self) -> Option<QueryMap<Self::DepKind>> { in try_collect_active_jobs()
84 token: QueryJobId<Self::DepKind>, in start_query()
155 query: Option<QueryJobId<DepKind>>, in try_print_query_stack()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_system/src/query/
H A Dmod.rs121 fn current_query_job(&self) -> Option<QueryJobId<Self::DepKind>>; in current_query_job()
123 fn try_collect_active_jobs(&self) -> Option<QueryMap<Self::DepKind>>; in try_collect_active_jobs()
143 token: QueryJobId<Self::DepKind>, in start_query()
H A Dplumbing.rs186 state: &'b QueryState<CTX::DepKind, K>, in try_start()
190 dep_kind: CTX::DepKind, in try_start()
379 state: &QueryState<CTX::DepKind, C::Key>, in try_execute_query()
384 dep_node: Option<DepNode<CTX::DepKind>>, in try_execute_query()
429 mut dep_node_opt: Option<DepNode<CTX::DepKind>>, in execute_job()
431 job_id: QueryJobId<CTX::DepKind>, in execute_job()
498 dep_node: &DepNode<CTX::DepKind>, in try_load_from_disk_and_cache_in_memory()
579 dep_node: &DepNode<CTX::DepKind>, in incremental_verify_ich()
H A Dconfig.rs62 fn query_state<'a>(tcx: CTX) -> &'a QueryState<CTX::DepKind, Self::Key> in query_state()
H A Djob.rs633 mut current_query: Option<QueryJobId<CTX::DepKind>>, in print_query_stack()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/dep_graph/
H A Dmod.rs24 impl rustc_query_system::dep_graph::DepKind for DepKind { implementation
71 type DepKind = DepKind; typedef
H A Ddep_node.rs133 impl DepKind { implementation
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/
H A Ddependency.rs94 pub enum DepKind { enum
100 impl ser::Serialize for DepKind { implementation
229 pub fn kind(&self) -> DepKind { in kind()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/
H A Ddependency.rs94 pub enum DepKind { enum
100 impl ser::Serialize for DepKind { implementation
229 pub fn kind(&self) -> DepKind { in kind()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/project_model/src/
H A Dcargo_workspace.rs170 pub enum DepKind { enum
179 impl DepKind { impl
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/
H A Ddependency.rs94 pub enum DepKind { enum
100 impl ser::Serialize for DepKind { implementation
229 pub fn kind(&self) -> DepKind { in kind()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/project_model/src/
H A Dcargo_workspace.rs168 pub enum DepKind { enum
177 impl DepKind { implementation
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Draw-schema.h105 enum class DepKind { enum
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Draw-schema.h105 enum class DepKind { enum
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/util/toml/
H A Dmod.rs1220 kind: Option<DepKind>, in to_real_manifest()
1679 kind: Option<DepKind>, in to_dependency_split()
1701 kind: Option<DepKind>, in to_dependency()
1726 kind: Option<DepKind>, in to_dependency()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/util/toml/
H A Dmod.rs1220 kind: Option<DepKind>, in to_real_manifest()
1679 kind: Option<DepKind>, in to_dependency_split()
1701 kind: Option<DepKind>, in to_dependency()
1726 kind: Option<DepKind>, in to_dependency()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/util/toml/
H A Dmod.rs1204 kind: Option<DepKind>, in to_real_manifest()
1660 kind: Option<DepKind>, in to_dependency_split()
1682 kind: Option<DepKind>, in to_dependency()
1707 kind: Option<DepKind>, in to_dependency()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/crates/resolver-tests/src/
H A Dlib.rs631 pub fn dep_req_kind(name: &str, req: &str, kind: DepKind, public: bool) -> Dependency { in dep_req_kind()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h109 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h109 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h110 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h109 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member

123456