HomeSort by relevance Sort by last modified time
    Searched refs:c_compiler (Results 1 - 5 of 5) sorted by null

  /external/clang/tools/scan-build-py/libscanbuild/
compilation.py 104 def classify_source(filename, c_compiler=True):
108 '.c': 'c' if c_compiler else 'c++',
109 '.i': 'c-cpp-output' if c_compiler else 'c++-cpp-output',
intercept.py 122 c_compiler = args.cc if 'cc' in args else 'cc'
126 sys.platform) else build_libear(c_compiler, destination)
136 'INTERCEPT_BUILD_CC': c_compiler,
  /external/swiftshader/third_party/LLVM/utils/release/
test-release.sh 144 c_compiler="$CC"
209 echo "# Using C compiler: $c_compiler"
217 env CC=$c_compiler CXX=$cxx_compiler \
323 c_compiler=$llvmCore_phase1_installdir/bin/clang
333 c_compiler=$llvmCore_phase2_installdir/bin/clang
  /external/llvm/utils/release/
test-release.sh 359 echo "# Using C compiler: $c_compiler"
366 echo "#" env CC="$c_compiler" CXX="$cxx_compiler" \
370 env CC="$c_compiler" CXX="$cxx_compiler" \
375 echo "#" env CC="$c_compiler" CXX="$cxx_compiler" \
381 env CC="$c_compiler" CXX="$cxx_compiler" \
498 c_compiler="$CC"
537 c_compiler=$llvmCore_phase1_destdir/usr/local/bin/clang
547 c_compiler=$llvmCore_phase2_destdir/usr/local/bin/clang
  /external/python/cpython3/Lib/ctypes/
util.py 94 c_compiler = shutil.which('gcc')
95 if not c_compiler:
96 c_compiler = shutil.which('cc')
97 if not c_compiler:
103 args = [c_compiler, '-Wl,-t', '-o', temp.name, '-l' + name]

Completed in 150 milliseconds