Home
last modified time | relevance | path

Searched defs:type_test (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/tests/ui/nll/member-constraints/
Dmin-choice.rs13 fn type_test<'a, T: 'a>() -> &'a u8 { &0 } in type_test() function
Dmin-choice-reject-ambiguous.rs8 fn type_test<'a, T: 'a>() -> &'a u8 { &0 } in type_test() function
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dintrinsic.rs24 fn type_test(&mut self, pointer: Self::Value, typeid: Self::Value) -> Self::Value; in type_test() method
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dconstraint_conversion.rs255 let type_test = self.verify_to_type_test(kind, a, bound); in push_verify() localVariable
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dintrinsic.rs410 fn type_test(&mut self, pointer: Self::Value, typeid: Self::Value) -> Self::Value { in type_test() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/intrinsic/
Dmod.rs372 fn type_test(&mut self, _pointer: Self::Value, _typeid: Self::Value) -> Self::Value { in type_test() method