Home
last modified time | relevance | path

Searched defs:clang_version (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/zstd/tests/
H A DDEPRECATED-test-zstd-speed.py35 clang_version = "unknown" variable
302clang_version = execute("clang -v 2>&1 | grep ' version ' | sed -e 's:.*version \\([0-9.]*\\).*:\\… variable
/aosp_15_r20/external/lz4/tests/
H A Dtest-lz4-speed.py32 clang_version = "unknown" variable
276clang_version = execute("clang -v 2>&1 | grep 'clang version' | sed -e 's:.*version \\([0-9.]*\\).… variable
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dlib.rs1178 pub fn clang_version() -> ClangVersion { in clang_version() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dall.sh835 clang_version() { function