Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dfunction.rs512 let cursor_call_conv = ty.call_conv(); in from_ty() localVariable
513 if cursor_call_conv != CXCallingConv_Invalid { in from_ty()
514 call_conv = cursor_call_conv; in from_ty()