Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp508 if (Call.isForeign() && !isSecondPhaseCTU()) { in REGISTER_MAP_WITH_PROGRAMSTATE()
586 if (!isSecondPhaseCTU()) in inlineCall()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h868 bool isSecondPhaseCTU() { return IsCTUEnabled && !Engine.getCTUWorkList(); } in isSecondPhaseCTU() function