Home
last modified time | relevance | path

Searched defs:FunType (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/tests/ui/impl-trait/issues/
Dissue-86201.rs6 type FunType = impl Fn<()>; typedef
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_mathbinary.c29 typedef float (*FunType)(float src0, float src1); typedef
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_function.rs282 enum FunType { enum
398 fn return_type(&self, ctx: &AssistContext<'_>) -> FunType { in return_type()
1700 impl FunType { impl