Home
last modified time | relevance | path

Searched defs:visit_body (Results 1 – 15 of 15) sorted by relevance

/dports/devel/py-pythran/pythran-0.11.0/pythran/analyses/
H A Dancestors.py35 def visit_body(self, body): member in AncestorsWithBody
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/coverage/
H A Dquery.rs87 fn visit_body(&mut self, body: &Body<'_>) { in visit_body() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dimplicit_hasher.rs341 fn visit_body(&mut self, body: &'tcx Body<'_>) { in visit_body() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_passes/src/
H A Dcheck_const.rs273 fn visit_body(&mut self, body: &'tcx hir::Body<'tcx>) { in visit_body() method
H A Dregion.rs731 fn visit_body(&mut self, body: &'tcx hir::Body<'tcx>) { in visit_body() method
H A Dliveness.rs326 fn visit_body(&mut self, body: &'tcx hir::Body<'tcx>) { in visit_body() method
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Http/Message/
H A DRequestFactory.php190 protected function visit_body(RequestInterface $request, $value, $flags) function in Guzzle\\Http\\Message\\RequestFactory
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/
H A Dtests.rs470 fn visit_body(db: &TestDB, body: &Body, cb: &mut dyn FnMut(DefWithBodyId)) { in visit_module() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/
H A Dtests.rs470 fn visit_body(db: &TestDB, body: &Body, cb: &mut dyn FnMut(DefWithBodyId)) { in visit_module() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dlate.rs134 fn visit_body(&mut self, body: &'tcx hir::Body<'tcx>) { in visit_body() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/
H A Dneed_type_info.rs102 fn visit_body(&mut self, body: &'tcx Body<'tcx>) { in visit_body() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/
H A Dconst_prop.rs1079 fn visit_body(&mut self, body: &mut Body<'tcx>) { in visit_body() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_hir/src/
H A Dintravisit.rs340 fn visit_body(&mut self, b: &'v Body<'v>) { in visit_body() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/error_reporting/
H A Dsuggestions.rs2555 fn visit_body(&mut self, body: &'v hir::Body<'v>) { in visit_body() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/type_check/
H A Dmod.rs513 fn visit_body(&mut self, body: &Body<'tcx>) { in visit_body() method