Home
last modified time | relevance | path

Searched refs:COMPILER_WRAPPER_CC (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/tools/scan-build-py/libscanbuild/
Dintercept.py44 COMPILER_WRAPPER_CC = 'intercept-cc' variable
122 'CC': COMPILER_WRAPPER_CC,
Danalyze.py42 COMPILER_WRAPPER_CC = 'analyze-cc' variable
283 'CC': COMPILER_WRAPPER_CC,
/external/clang/tools/scan-build-py/libscanbuild/
Dintercept.py45 COMPILER_WRAPPER_CC = 'intercept-cc' variable
134 'CC': os.path.join(bin_dir, COMPILER_WRAPPER_CC),
Danalyze.py32 COMPILER_WRAPPER_CC = 'analyze-cc' variable
132 'CC': os.path.join(bin_dir, COMPILER_WRAPPER_CC),