Home
last modified time | relevance | path

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

/third_party/libabigail/include/
Dabg-ir.h4436 bool is_constructor, in mem_fn_context_rel()
4486 is_constructor() const in is_constructor() function
4494 is_constructor(bool f) in is_constructor() function
4568 bool is_constructor, bool is_const) in member_function_template()
4576 is_constructor() const in is_constructor() function
/third_party/node/test/js-native-api/6_object_wrap/
D6_object_wrap.cc41 bool is_constructor = (new_target != nullptr); in New() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs496 let is_constructor = kind == CXCursor_Constructor; in from_ty() localVariable
Dcomp.rs107 pub fn is_constructor(&self) -> bool { in is_constructor() method
/third_party/mesa3d/src/compiler/glsl/
Dast.h322 bool is_constructor() const in is_constructor() function
/third_party/libabigail/src/
Dabg-reader.cc2576 bool& is_constructor, in read_cdtor_const()