Home
last modified time | relevance | path

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

/external/rust/crates/clang-sys/build/
Dstatic.rs52 const CLANG_LIBRARIES: &[&str] = &[ constant
80 CLANG_LIBRARIES.iter().map(|l| (*l).to_string()).collect() in get_clang_libraries()
/external/llvm-project/flang/include/flang/Evaluate/
Dtraverse.h295 #if defined __GNUC__ && !defined __APPLE__ && !(CLANG_LIBRARIES) in Combine()