Lines Matching refs:CTU
2 Cross Translation Unit (CTU) Analysis
14 CTU analysis can be used in a variety of ways. The importing of external TU definitions can work wi…
33 Manual CTU Analysis
83 The next step is to create a CTU index file which holds the `USR` name and location of external def…
104 Now everything is available for the CTU analysis.
105 We have to feed Clang with CTU specific extra arguments:
128 Automated CTU Analysis with CodeChecker
130 The `CodeChecker <https://github.com/Ericsson/codechecker>`_ project fully supports automated CTU a…
185 Automated CTU Analysis with scan-build-py (don't do it)
187 We actively develop CTU with CodeChecker as the driver for this feature, `scan-build-py` is not act…
223 Manual CTU Analysis
280 As we are using On-demand mode, we only need to create a CTU index file which holds the `USR` name …
289 Now everything is available for the CTU analysis.
290 We have to feed Clang with CTU specific extra arguments:
314 Automated CTU Analysis with CodeChecker
316 The `CodeChecker <https://github.com/Ericsson/codechecker>`_ project fully supports automated CTU a…
371 Automated CTU Analysis with scan-build-py (don't do it)
373 We actively develop CTU with CodeChecker as the driver for feature, `scan-build-py` is not actively…