Home
last modified time | relevance | path

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

/third_party/libabigail/include/
Dabg-ir.h4517 bool is_constructor, in mem_fn_context_rel()
4567 is_constructor() const in is_constructor() function
4575 is_constructor(bool f) in is_constructor() function
4653 bool is_constructor, bool is_const) in member_function_template()
4661 is_constructor() const in is_constructor() function
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs528 let is_constructor = kind == CXCursor_Constructor; in from_ty() localVariable
Dcomp.rs107 pub(crate) fn is_constructor(&self) -> bool { in is_constructor() method
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dutil.rs575 pub fn is_constructor(self, def_id: DefId) -> bool { in is_constructor() method
/third_party/mesa3d/src/compiler/glsl/
Dast.h324 bool is_constructor() const in is_constructor() function
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp879 bool is_constructor) { in GenTypeNativePtr()
/third_party/libabigail/src/
Dabg-reader.cc2688 bool& is_constructor, in read_cdtor_const()