Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c579 char *LastElement; in FlMergePathnames() local
613 LastElement = strrchr (CommonPath, '/'); in FlMergePathnames()
614 if (!LastElement) in FlMergePathnames()
619 *LastElement = 0; /* Terminate CommonPath string */ in FlMergePathnames()
628 LastElement = strrchr (CommonPath, '/'); in FlMergePathnames()
629 if (LastElement) in FlMergePathnames()
631 *LastElement = 0; in FlMergePathnames()
639 if (LastElement && *CommonPath) in FlMergePathnames()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp113 SmallVector<unsigned, 8> LastElement(N); in findJumpTables() local
129 LastElement[N - 1] = N - 1; in findJumpTables()
137 LastElement[i] = i; in findJumpTables()
165 LastElement[i] = j; in findJumpTables()
175 Last = LastElement[First]; in findJumpTables()
298 SmallVector<unsigned, 8> LastElement(N); in findBitTestClusters() local
304 LastElement[N - 1] = N - 1; in findBitTestClusters()
311 LastElement[i] = i; in findBitTestClusters()
342 LastElement[i] = j; in findBitTestClusters()
350 Last = LastElement[First]; in findBitTestClusters()
/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp263 CFGElement LastElement = L.getSrc()->back(); in HandleBlockEdge() local
264 if (std::optional<CFGStmt> LastStmt = LastElement.getAs<CFGStmt>()) { in HandleBlockEdge()
267 LastElement.getAs<CFGAutomaticObjDtor>()) { in HandleBlockEdge()