Searched refs:ExprTemp (Results 1 – 2 of 2) sorted by relevance
1206 if (const auto *ExprTemp = dyn_cast<ExprWithCleanups>(InitStmt)) in checkForInit() local1207 InitStmt = ExprTemp->getSubExpr(); in checkForInit()1300 if (const auto *ExprTemp = dyn_cast<ExprWithCleanups>(CondStmt)) in checkForCond() local1301 CondStmt = ExprTemp->getSubExpr(); in checkForCond()1433 if (const auto *ExprTemp = dyn_cast<ExprWithCleanups>(IncStmt)) in checkForInc() local1434 IncStmt = ExprTemp->getSubExpr(); in checkForInc()
8142 if (auto *ExprTemp = dyn_cast<ExprWithCleanups>(S)) in checkAndSetInit() local8143 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInit()8144 S = ExprTemp->getSubExpr(); in checkAndSetInit()8364 if (auto *ExprTemp = dyn_cast<ExprWithCleanups>(S)) in checkAndSetInc() local8365 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInc()8366 S = ExprTemp->getSubExpr(); in checkAndSetInc()