Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp506 if (Call.isForeign() && !isSecondPhaseCTU()) { in REGISTER_MAP_WITH_PROGRAMSTATE()
584 if (!isSecondPhaseCTU()) in inlineCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h844 bool isSecondPhaseCTU() { return IsCTUEnabled && !Engine.getCTUWorkList(); } in isSecondPhaseCTU() function