Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Ditem_kind.rs69 pub fn is_function(&self) -> bool { in is_function() method
Dty.rs132 pub fn is_function(&self) -> bool { in is_function() method
/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc912 bool is_function) in CodeDescription()
923 bool is_function() const { return is_function_; } in is_function() function in v8::internal::GDBJITInterface::CodeDescription
2009 Isolate* isolate, bool is_function) { in AddCode()
2057 bool is_function = false; in EventHandler() local
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h148 int is_function; member
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h519 static inline int is_function(struct symbol *type) in is_function() function
/third_party/node/src/
Dnode_contextify.cc524 bool is_function = value->IsFunction(); in PropertySetterCallback() local
/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/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc9294 is_function(this), is_bound_function(this), is_wrapped_function(this), in GetFunctionRealm() local
/third_party/libabigail/src/
Dabg-ir.cc2075 elf_symbol::is_function() const in is_function() function in abigail::ir::elf_symbol