Home
last modified time | relevance | path

Searched defs:expected_sig (Results 1 – 5 of 5) sorted by relevance

/third_party/fsverity-utils/programs/
Dtest_sign_digest.c28 u8 *expected_sig; in main() local
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dsuggest.rs308 let expected_sig = &(self.normalize_fn_sig)(*sig); in suggest_function_pointers() localVariable
336 let expected_sig = in suggest_function_pointers() localVariable
374 let expected_sig = in suggest_function_pointers() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dclosure.rs198 let expected_sig = ExpectedSig { cause_span: None, sig }; in deduce_closure_signature() localVariable
210 let mut expected_sig = None; in deduce_closure_signature_from_predicates() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dlen_zero.rs352 fn expected_sig(self, self_kind: ImplicitSelfKind) -> String { in expected_sig() method
/third_party/rust/rust/compiler/rustc_passes/src/
Dcheck_attr.rs2135 let expected_sig = tcx.mk_fn_sig( in check_proc_macro() localVariable