Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c314 char *LastElement; in FlMergePathnames() local
348 LastElement = strrchr (CommonPath, '/'); in FlMergePathnames()
349 if (!LastElement) in FlMergePathnames()
354 *LastElement = 0; /* Terminate CommonPath string */ in FlMergePathnames()
363 LastElement = strrchr (CommonPath, '/'); in FlMergePathnames()
364 if (LastElement) in FlMergePathnames()
366 *LastElement = 0; in FlMergePathnames()
374 if (LastElement && *CommonPath) in FlMergePathnames()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp134 CFGElement LastElement = Map->getBlock(S)->back(); in checkEndFunction() local
136 if (LastElement.getAs<CFGStmt>()) in checkEndFunction()
138 else if (LastElement.getAs<CFGAutomaticObjDtor>()) in checkEndFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp228 CFGElement LastElement = L.getSrc()->back(); in HandleBlockEdge() local
229 if (Optional<CFGStmt> LastStmt = LastElement.getAs<CFGStmt>()) { in HandleBlockEdge()
232 LastElement.getAs<CFGAutomaticObjDtor>()) { in HandleBlockEdge()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9599 SmallVector<unsigned, 8> LastElement(N); in findJumpTables() local
9615 LastElement[N - 1] = N - 1; in findJumpTables()
9623 LastElement[i] = i; in findJumpTables()
9650 LastElement[i] = j; in findJumpTables()
9660 Last = LastElement[First]; in findJumpTables()
9812 SmallVector<unsigned, 8> LastElement(N); in findBitTestClusters() local
9818 LastElement[N - 1] = N - 1; in findBitTestClusters()
9825 LastElement[i] = i; in findBitTestClusters()
9856 LastElement[i] = j; in findBitTestClusters()
9864 Last = LastElement[First]; in findBitTestClusters()