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

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c577 char *LastElement; local
611 LastElement = strrchr (CommonPath, '/');
612 if (!LastElement)
617 *LastElement = 0; /* Terminate CommonPath string */
626 LastElement = strrchr (CommonPath, '/');
627 if (LastElement)
629 *LastElement = 0;
637 if (LastElement && *CommonPath)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp108 // LastElement[i] is the last element of the partition starting at i.
109 SmallVector<unsigned, 8> LastElement(N);
125 LastElement[N - 1] = N - 1;
133 LastElement[i] = i;
161 LastElement[i] = j;
171 Last = LastElement[First];
292 // LastElement[i] is the last element of the partition starting at i.
293 SmallVector<unsigned, 8> LastElement(N);
299 LastElement[N - 1] = N - 1;
306 LastElement[
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp166 CFGElement LastElement = Map->getBlock(S)->back(); local
168 if (LastElement.getAs<CFGStmt>())
170 else if (LastElement.getAs<CFGAutomaticObjDtor>())
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp245 CFGElement LastElement = L.getSrc()->back(); local
246 if (Optional<CFGStmt> LastStmt = LastElement.getAs<CFGStmt>()) {
249 LastElement.getAs<CFGAutomaticObjDtor>()) {

Completed in 73 milliseconds