Searched refs:WasInlined (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 149 bool WasInlined; member 154 WasInlined(wasInlined) {} in CheckStmtContext() 166 CheckerContext C(Bldr, Eng, Pred, L, WasInlined); in runChecker() 181 S, Eng, WasInlined); in runCheckersForStmt() 191 bool WasInlined; member 221 CheckerContext C(Bldr, Eng, Pred, L, WasInlined); in runChecker() 262 bool IsPreVisit, WasInlined; member 297 Call, Eng, WasInlined); in runCheckersForCallEvent() 502 bool WasInlined; member 507 : Checkers(Checkers), NE(NE), Target(Target), WasInlined(WasInlined), in CheckNewAllocatorContext() [all …]
|