Home
last modified time | relevance | path

Searched refs:intercept_compiler_wrapper (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/bin/
H A Dintercept-c++12 from libscanbuild.intercept import intercept_compiler_wrapper
13 sys.exit(intercept_compiler_wrapper())
H A Dintercept-cc12 from libscanbuild.intercept import intercept_compiler_wrapper
13 sys.exit(intercept_compiler_wrapper())
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dintercept.py139 def intercept_compiler_wrapper(): function