Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c577 char *LastElement; in FlMergePathnames() local
611 LastElement = strrchr (CommonPath, '/'); in FlMergePathnames()
612 if (!LastElement) in FlMergePathnames()
617 *LastElement = 0; /* Terminate CommonPath string */ in FlMergePathnames()
626 LastElement = strrchr (CommonPath, '/'); in FlMergePathnames()
627 if (LastElement) in FlMergePathnames()
629 *LastElement = 0; in FlMergePathnames()
637 if (LastElement && *CommonPath) in FlMergePathnames()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp246 CFGElement LastElement = L.getSrc()->back(); in HandleBlockEdge() local
247 if (Optional<CFGStmt> LastStmt = LastElement.getAs<CFGStmt>()) { in HandleBlockEdge()
250 LastElement.getAs<CFGAutomaticObjDtor>()) { in HandleBlockEdge()