Home
last modified time | relevance | path

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

/external/AFLplusplus/
D.custom-format.py28 CLANG_FORMAT_BIN = os.getenv("CLANG_FORMAT_BIN", "") variable
60 CLANG_FORMAT_BIN = f"clang-format-{CURRENT_LLVM}" variable
70 CLANG_FORMAT_BIN = shutil.which("clang-format") variable