Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dfunction.rs232 fn get_abi(cc: CXCallingConv) -> Abi { in get_abi() function
517 let abi = get_abi(call_conv); in from_ty()