Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/
Dlib.rs114 fn file_is_cpp(name_file: &str) -> bool { in file_is_cpp() function
129 if w[0] == "-include" && file_is_cpp(&w[1]) { in args_are_cpp()
1619 is_cpp |= file_is_cpp(header); in dump_preprocessed_input()
1629 is_cpp |= file_is_cpp(name); in dump_preprocessed_input()
2600 options.input_headers.iter().any(|h| file_is_cpp(h)); in generate()
/external/rust/crates/bindgen/codegen/
Dmod.rs4546 use crate::{args_are_cpp, file_is_cpp};
4581 .any(|h| file_is_cpp(h)); in serialize_items()