Home
last modified time | relevance | path

Searched refs:reinits (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dconflict_errors.rs148 let reinits = maybe_reinitialized_locations.len(); in report_use_of_moved_or_uninitialized() localVariable
149 if reinits == 1 { in report_use_of_moved_or_uninitialized()
151 } else if reinits > 1 { in report_use_of_moved_or_uninitialized()
154 &if reinits <= 3 { in report_use_of_moved_or_uninitialized()
155 format!("these {} reinitializations might get skipped", reinits) in report_use_of_moved_or_uninitialized()
159 reinits - 3, in report_use_of_moved_or_uninitialized()
160 if reinits == 4 { "" } else { "s" } in report_use_of_moved_or_uninitialized()
1561 let mut reinits = vec![]; in get_moved_indexes() localVariable
1640 reinits.push(location); in get_moved_indexes()
1684 let reinits_reachable = reinits in get_moved_indexes()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/test/
H A Dnetscheduled.ini.325 ; When true server recreates the [bdb].path directory and reinits the
/dports/databases/p5-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07049/
H A DChanges767 - Large loading speedup (get rid of redundant C3 reinits)
/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c7624 int reinits = 0; in weed_layer_create_from_generator() local
7890 if (reinits == 1) { in weed_layer_create_from_generator()
7898 reinits = 1; in weed_layer_create_from_generator()