Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp112 SmallVector<unsigned, 8> LastElement(N); in findJumpTables() local
128 LastElement[N - 1] = N - 1; in findJumpTables()
136 LastElement[i] = i; in findJumpTables()
164 LastElement[i] = j; in findJumpTables()
174 Last = LastElement[First]; in findJumpTables()
297 SmallVector<unsigned, 8> LastElement(N); in findBitTestClusters() local
303 LastElement[N - 1] = N - 1; in findBitTestClusters()
310 LastElement[i] = i; in findBitTestClusters()
341 LastElement[i] = j; in findBitTestClusters()
349 Last = LastElement[First]; in findBitTestClusters()
/freebsd-14.2/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-14.2/contrib/llvm-project/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()