Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs290 CXCallingConv_X86FastCall => ClangAbi::Known(Abi::Fastcall), in get_abi()
/third_party/rust/crates/clang-sys/src/
Dlib.rs105 const CXCallingConv_X86FastCall = 3, constant