Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/diag-build/
H A Ddiag-build.sh77 set_compiler="CC='$CC' CXX='$CXX'"
80 set_compiler="CC='$CC' CXX='$CXX'"
97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A D__init__.py25 toolset.set_compiler(compiler)
86 def set_compiler(self, compiler): member in Toolset