Home
last modified time | relevance | path

Searched refs:has_destructor (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/bindgen/src/ir/analysis/
Dmod.rs47 mod has_destructor; module
48 pub use self::has_destructor::HasDestructorAnalysis;
/external/rust/crates/bindgen/src/ir/
Dcomp.rs1045 has_destructor: bool, field
1086 has_destructor: false, in new()
1190 self.has_destructor in has_own_destructor()
1434 ci.has_destructor |= cur.kind() == CXCursor_Destructor; in from_ty()
1693 if self.has_destructor { in dot_attributes()
/external/wayland/src/
Dscanner.c1127 int has_destructor, has_destroy; in emit_stubs() local
1155 has_destructor = 0; in emit_stubs()
1159 has_destructor = 1; in emit_stubs()
1164 if (!has_destructor && has_destroy) { in emit_stubs()