Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1206 if (const auto *ExprTemp = dyn_cast<ExprWithCleanups>(InitStmt)) in checkForInit() local
1207 InitStmt = ExprTemp->getSubExpr(); in checkForInit()
1300 if (const auto *ExprTemp = dyn_cast<ExprWithCleanups>(CondStmt)) in checkForCond() local
1301 CondStmt = ExprTemp->getSubExpr(); in checkForCond()
1433 if (const auto *ExprTemp = dyn_cast<ExprWithCleanups>(IncStmt)) in checkForInc() local
1434 IncStmt = ExprTemp->getSubExpr(); in checkForInc()
H A DSemaOpenMP.cpp8142 if (auto *ExprTemp = dyn_cast<ExprWithCleanups>(S)) in checkAndSetInit() local
8143 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInit()
8144 S = ExprTemp->getSubExpr(); in checkAndSetInit()
8364 if (auto *ExprTemp = dyn_cast<ExprWithCleanups>(S)) in checkAndSetInc() local
8365 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInc()
8366 S = ExprTemp->getSubExpr(); in checkAndSetInc()