Home
last modified time | relevance | path

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

/external/clang/tools/scan-build-py/libscanbuild/
Danalyze.py37 def analyze_build_main(bin_dir, from_build_command): argument
40 parser = create_parser(from_build_command)
42 validate(parser, args, from_build_command)
49 if not from_build_command:
268 def validate(parser, args, from_build_command): argument
279 if from_build_command and not args.build:
283 def create_parser(from_build_command): argument
494 if from_build_command: