Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dsingle_component_path_imports.rs81 let can_suggest = single_use.2; in check_mod() localVariable
82 if can_suggest { in check_mod()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/fn_ctxt/
H A Dsuggestions.rs55 if let Some((fn_decl, can_suggest)) = self.get_fn_decl(blk_id) { in suggest_mismatched_types_on_tail()
62 can_suggest, in suggest_mismatched_types_on_tail()
522 can_suggest: bool, in suggest_missing_return_type()
527 match (&fn_decl.output, found.is_suggestable(), can_suggest, expected.is_unit()) { in suggest_missing_return_type()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dcoercion.rs1568 if let Some((fn_decl, can_suggest)) = fn_decl { in report_return_mismatched_types()
1575 can_suggest, in report_return_mismatched_types()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dstretch.c6945 int i=0, can_suggest=FALSE, num_pts=0, need_to_free=FALSE, min_index=0; in NextPolyRotationPivot() local
6958 can_suggest = TRUE; in NextPolyRotationPivot()
6964 can_suggest = TRUE; in NextPolyRotationPivot()
6967 if (!can_suggest) { in NextPolyRotationPivot()
7035 int can_suggest=FALSE, x=0, y=0; in MoveRotationPivotToArcCenter() local
7044 can_suggest = TRUE; in MoveRotationPivotToArcCenter()
7047 if (!can_suggest) { in MoveRotationPivotToArcCenter()