Home
last modified time | relevance | path

Searched defs:is_function (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Ditem_kind.rs63 pub(crate) fn is_function(&self) -> bool { in is_function() method
Dty.rs119 pub(crate) fn is_function(&self) -> bool { in is_function() method
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h149 int is_function; member
/third_party/rust/rust/compiler/rustc_passes/src/
Dcheck_attr.rs1420 let is_function = matches!(target, Target::Fn); in check_rustc_legacy_const_generics() localVariable
1497 let is_function = matches!(target, Target::Fn | Target::Method(..)); in check_applied_to_fn_or_method() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dpretty.rs1016 let is_function = match kind { in write_mir_sig() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp1656 bool is_function = *t == 'F'; in parse_type() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp3237 struct is_function struct
3241 struct is_function<_Res(_ArgTypes...)> struct
3245 struct is_function<_Res(_ArgTypes...) &> struct
3249 struct is_function<_Res(_ArgTypes...) &&> struct
3253 struct is_function<_Res(_ArgTypes......)> struct
3257 struct is_function<_Res(_ArgTypes......) &> struct
3261 struct is_function<_Res(_ArgTypes......) &&> struct
3265 struct is_function<_Res(_ArgTypes...) const> struct
3269 struct is_function<_Res(_ArgTypes...) const &> struct
3273 struct is_function<_Res(_ArgTypes...) const &&> struct
[all …]
/third_party/libabigail/src/
Dabg-ir.cc2117 elf_symbol::is_function() const in is_function() function in abigail::ir::elf_symbol