Home
last modified time | relevance | path

Searched refs:is_destructor (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dfunction.rs262 let is_destructor = cursor.kind() == clang_sys::CXCursor_Destructor; in cursor_mangling() localVariable
266 if is_destructor && !m.ends_with("D1Ev") { in cursor_mangling()
279 if is_destructor { in cursor_mangling()
446 let is_destructor = kind == CXCursor_Destructor; in from_ty() localVariable
447 if (is_constructor || is_destructor || is_method) && in from_ty()
454 if is_method || is_constructor || is_destructor { in from_ty()
Dcomp.rs57 pub fn is_destructor(&self) -> bool { in is_destructor() method
/external/libabigail/include/
Dabg-ir.h4347 bool is_destructor, in mem_fn_context_rel() argument
4357 is_destructor_(is_destructor), in mem_fn_context_rel()
4413 is_destructor() const in is_destructor() function
4421 is_destructor(bool f) in is_destructor() function
/external/llvm-project/clang/test/SemaObjC/
Dunguarded-availability.m353 void is_destructor() { function
/external/libabigail/src/
Dabg-reader.cc2429 bool& is_destructor, in read_cdtor_const() argument
2447 is_destructor = true; in read_cdtor_const()
2449 is_destructor = false; in read_cdtor_const()
Dabg-ir.cc5367 return ctxt->is_destructor(); in get_member_function_is_dtor()
5395 ctxt->is_destructor(d); in set_member_function_is_dtor()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs2162 debug_assert!(kind.is_destructor()); in codegen()
/external/libabigail/
DChangeLog27094 (mem_fn_context_rel::{vtable_offset, is_constructor is_destructor,