Home
last modified time | relevance | path

Searched refs:defArr (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dwith_array_pointers_arguments.h7 typedef char defArr[20]; typedef
8 typedef void foo(defArr a);
10 void bar(defArr a)
H A Dwithout_array_pointers_arguments.h6 typedef char defArr[20]; typedef
7 typedef void foo(defArr a);
9 void bar(defArr a)
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dwith_array_pointers_arguments.rs20 pub type defArr = [::std::os::raw::c_char; 20usize]; types
21 pub type foo = ::std::option::Option<unsafe extern "C" fn(a: *mut defArr)>;
23 pub fn bar(a: *mut defArr); in bar()
H A Dwithout_array_pointers_arguments.rs20 pub type defArr = [::std::os::raw::c_char; 20usize]; types

Completed in 2 milliseconds