Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp111 SmallVector<unsigned, 8> LastElement(N); in findJumpTables() local
127 LastElement[N - 1] = N - 1; in findJumpTables()
135 LastElement[i] = i; in findJumpTables()
163 LastElement[i] = j; in findJumpTables()
173 Last = LastElement[First]; in findJumpTables()
295 SmallVector<unsigned, 8> LastElement(N); in findBitTestClusters() local
301 LastElement[N - 1] = N - 1; in findBitTestClusters()
308 LastElement[i] = i; in findBitTestClusters()
339 LastElement[i] = j; in findBitTestClusters()
347 Last = LastElement[First]; in findBitTestClusters()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp166 CFGElement LastElement = Map->getBlock(S)->back(); in checkEndFunction() local
168 if (LastElement.getAs<CFGStmt>()) in checkEndFunction()
170 else if (LastElement.getAs<CFGAutomaticObjDtor>()) in checkEndFunction()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp275 CFGElement LastElement = L.getSrc()->back(); in HandleBlockEdge() local
276 if (std::optional<CFGStmt> LastStmt = LastElement.getAs<CFGStmt>()) { in HandleBlockEdge()
279 LastElement.getAs<CFGAutomaticObjDtor>()) { in HandleBlockEdge()