Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs1978 CXType_Double => TypeKind::Float(FloatKind::Double), in build_builtin_ty()
1986 CXType_Double => FloatKind::Double, in build_builtin_ty()
/third_party/rust/crates/clang-sys/src/
Dlib.rs879 const CXType_Double = 22, constant