Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/unit/
H A Dtest_analyze.py33 opts = sut.classify_parameters(cmd)
43 opts = sut.classify_parameters(cmd)
53 opts = sut.classify_parameters(cmd)
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py466 opts.update(classify_parameters(command))
779 def classify_parameters(command): function