Home
last modified time | relevance | path

Searched refs:FirstIter (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVSupport.h192 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add() local
193 if (FirstIter == FirstMap.end()) { in add()
197 SecondMap = FirstIter->second; in add()
211 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap() local
212 if (FirstIter == FirstMap.end()) in findMap()
215 LVSecondMapType *SecondMap = FirstIter->second; in findMap()
/external/clang/lib/Sema/
DSemaOpenMP.cpp9088 bool FirstIter = true; in ActOnOpenMPReductionClause() local
9098 if (!FirstIter && IR != ER) in ActOnOpenMPReductionClause()
9100 FirstIter = false; in ActOnOpenMPReductionClause()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DScalarEvolution.cpp3771 bool FirstIter = true; in getGEPExpr() local
3786 if (FirstIter) { in getGEPExpr()
3790 FirstIter = false; in getGEPExpr()