Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h139 bool IsCTUEnabled; variable
852 bool isSecondPhaseCTU() { return IsCTUEnabled && !Engine.getCTUWorkList(); } in isSecondPhaseCTU()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp224 : CTU(CTU), IsCTUEnabled(mgr.getAnalyzerOptions().IsNaiveCTUEnabled), in ExprEngine()