Home
last modified time | relevance | path

Searched defs:BodyId (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc/
H A Dstruct-arg-pattern.rs3 struct BodyId { struct
7 // @has 'foo/fn.body_owner.html' '//*[@class="rust fn"]' 'pub fn body_owner(_: BodyId)' argument
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_parallel_scan.cpp66 struct BodyId { struct
69 BodyId() : id(NextBodyId++) {} in BodyId() argument
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_parallel_scan.cpp66 struct BodyId { struct
69 BodyId() : id(NextBodyId++) {} in BodyId() argument
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_parallel_scan.cpp66 struct BodyId { struct
69 BodyId() : id(NextBodyId++) {} in BodyId() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_hir/src/
H A Dstable_hash_impls.rs17 fn hash_body_id(&mut self, _: BodyId, hasher: &mut StableHasher); in hash_body_id()
46 impl<HirCtx: crate::HashStableContext> ToStableHashKey<HirCtx> for BodyId { implementation
51 let BodyId { hir_id } = *self; in to_stable_hash_key() localVariable
98 impl<HirCtx: crate::HashStableContext> HashStable<HirCtx> for BodyId { implementation
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast_lowering/src/
H A Ditem.rs431 ) -> (&'hir hir::Ty<'hir>, hir::BodyId) { in lower_const_item() argument
978 ) -> hir::BodyId { in record_body()
989 ) -> hir::BodyId { in lower_body()
1014 ) -> hir::BodyId { in lower_fn_body()
1028 ) -> hir::BodyId { in lower_fn_body_block()
1039 pub(super) fn lower_const_body(&mut self, span: Span, expr: Option<&Expr>) -> hir::BodyId { in lower_const_body()
1057 ) -> hir::BodyId { in lower_maybe_async_body()
H A Dindex.rs131 fn visit_nested_body(&mut self, id: BodyId) { in visit_nested_body()
270 b: BodyId, in visit_fn()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_utils/src/
H A Dptr.rs12 opt_body_id: Option<BodyId>, in get_spans()
H A Dhir_utils.rs171 pub fn eq_body(&mut self, left: BodyId, right: BodyId) -> bool { in eq_body()
949 pub fn hash_body(&mut self, body_id: BodyId) { in hash_body()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dgather_locals.rs123 _: hir::BodyId, in visit_fn()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dptr.rs247 fn check_fn(cx: &LateContext<'_>, decl: &FnDecl<'_>, opt_body_id: Option<BodyId>) { in check_fn()
H A Dlifetimes.rs126 body: Option<BodyId>, in check_fn_inner()
185 body: Option<BodyId>, in could_use_elision()
H A Dderive.rs389 …fn visit_fn(&mut self, kind: FnKind<'tcx>, decl: &'tcx FnDecl<'_>, body_id: BodyId, span: Span, id… in visit_fn()
H A Dnon_copy_const.rs180 fn is_value_unfrozen_poly<'tcx>(cx: &LateContext<'tcx>, body_id: BodyId, ty: Ty<'tcx>) -> bool { in is_value_unfrozen_poly()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/error_reporting/
H A Dmod.rs47 body_id: Option<hir::BodyId>, in report_fulfillment_errors()
95 body_id: Option<hir::BodyId>, in report_fulfillment_errors()
1073 body_id: Option<hir::BodyId>, in report_fulfillment_error()
1127 body_id: Option<hir::BodyId>, in maybe_report_ambiguity()
1219 body_id: Option<hir::BodyId>, in report_fulfillment_error()
1555 body_id: Option<hir::BodyId>, in maybe_report_ambiguity()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_system/src/ich/
H A Dimpls_hir.rs29 fn hash_body_id(&mut self, id: hir::BodyId, hasher: &mut StableHasher) { in hash_body_id()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dlate.rs106 fn visit_nested_body(&mut self, body_id: hir::BodyId) { in visit_nested_body()
193 body_id: hir::BodyId, in visit_fn()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_hir_pretty/src/
H A Dlib.rs228 body_id: Option<hir::BodyId>, in fn_to_string()
489 default: Option<hir::BodyId>, in print_associated_const()
934 body_id: Option<hir::BodyId>, in print_method_sig()
2107 body_id: Option<hir::BodyId>, in print_fn()
2145 fn print_closure_params(&mut self, decl: &hir::FnDecl<'_>, body_id: hir::BodyId) { in print_closure_params()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_passes/src/
H A Dhir_stats.rs124 fn visit_nested_body(&mut self, body_id: hir::BodyId) { in visit_nested_body()
178 b: hir::BodyId, in visit_fn()
H A Dnaked_functions.rs42 body_id: hir::BodyId, in visit_fn()
H A Dreachable.rs83 fn visit_nested_body(&mut self, body: hir::BodyId) { in visit_nested_body()
H A Dintrinsicck.rs497 fn visit_nested_body(&mut self, body_id: hir::BodyId) { in visit_nested_body()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DSecurityAppliedMessage.cs44 public string BodyId property in System.ServiceModel.Security.SecurityAppliedMessage
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/borrowck/
H A Dtwo-phase-surprise-no-conflict.rs9 struct BodyId; struct
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/hir/map/
H A Dmod.rs45 pub fn associated_body<'hir>(node: Node<'hir>) -> Option<BodyId> { in associated_body()
431 pub fn maybe_body_owned_by(&self, hir_id: HirId) -> Option<BodyId> { in maybe_body_owned_by()
436 pub fn body_owned_by(&self, id: HirId) -> BodyId { in body_owned_by()

123