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

  /external/clang/tools/scan-build-py/bin/
intercept-c++ 13 from libscanbuild.intercept import intercept_build_wrapper
14 sys.exit(intercept_build_wrapper(True))
intercept-cc 13 from libscanbuild.intercept import intercept_build_wrapper
14 sys.exit(intercept_build_wrapper(False))
  /external/clang/tools/scan-build-py/libscanbuild/
intercept.py 39 __all__ = ['capture', 'intercept_build_main', 'intercept_build_wrapper']
153 def intercept_build_wrapper(cplusplus): function

Completed in 443 milliseconds