Searched defs:is_function (Results 1 – 8 of 8) sorted by relevance
63 pub(crate) fn is_function(&self) -> bool { in is_function() method
119 pub(crate) fn is_function(&self) -> bool { in is_function() method
149 int is_function; member
1420 let is_function = matches!(target, Target::Fn); in check_rustc_legacy_const_generics() localVariable1497 let is_function = matches!(target, Target::Fn | Target::Method(..)); in check_applied_to_fn_or_method() localVariable
1016 let is_function = match kind { in write_mir_sig() localVariable
1656 bool is_function = *t == 'F'; in parse_type() local
3237 struct is_function struct3241 struct is_function<_Res(_ArgTypes...)> struct3245 struct is_function<_Res(_ArgTypes...) &> struct3249 struct is_function<_Res(_ArgTypes...) &&> struct3253 struct is_function<_Res(_ArgTypes......)> struct3257 struct is_function<_Res(_ArgTypes......) &> struct3261 struct is_function<_Res(_ArgTypes......) &&> struct3265 struct is_function<_Res(_ArgTypes...) const> struct3269 struct is_function<_Res(_ArgTypes...) const &> struct3273 struct is_function<_Res(_ArgTypes...) const &&> struct[all …]
2117 elf_symbol::is_function() const in is_function() function in abigail::ir::elf_symbol