Home
last modified time | relevance | path

Searched refs:expect_function (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Ditem_kind.rs75 pub fn expect_function(&self) -> &Function { in expect_function() method
Ditem.rs618 pub fn expect_function(&self) -> &Function { in expect_function() method
619 self.kind().expect_function() in expect_function()
772 let func = item.expect_function(); in overload_index()
Dcontext.rs1447 self.resolve_item(func_id).kind().expect_function() in resolve_func()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs2355 let function = function_item.expect_function(); in codegen_method()