Searched refs:WasInlined (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 159 bool WasInlined; member 164 WasInlined(wasInlined) {} in CheckStmtContext() 176 CheckerContext C(Bldr, Eng, Pred, L, WasInlined); in runChecker() 191 S, Eng, WasInlined); in runCheckersForStmt() 201 bool WasInlined; member 231 CheckerContext C(Bldr, Eng, Pred, L, WasInlined); in runChecker() 272 bool IsPreVisit, WasInlined; member 289 CheckerContext C(Bldr, Eng, Pred, L, WasInlined); in runChecker() 307 Call, Eng, WasInlined); in runCheckersForCallEvent() 511 bool WasInlined; member [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | CSPreInliner.cpp | 247 bool WasInlined = in processFunction() 253 << (WasInlined ? "inlined)\n" : "not inlined)\n"); in processFunction()
|