HomeSort by: relevance | last modified time | path
    Searched refs:LastElement (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslfiles.c 469 char *LastElement;
503 LastElement = strrchr (CommonPath, '/');
504 if (!LastElement)
509 *LastElement = 0; /* Terminate CommonPath string */
518 LastElement = strrchr (CommonPath, '/');
519 if (LastElement)
521 *LastElement = 0;
529 if (LastElement && *CommonPath)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SwitchLoweringUtils.cpp 110 // LastElement[i] is the last element of the partition starting at i.
111 SmallVector<unsigned, 8> LastElement(N);
127 LastElement[N - 1] = N - 1;
135 LastElement[i] = i;
163 LastElement[i] = j;
173 Last = LastElement[First];
294 // LastElement[i] is the last element of the partition starting at i.
295 SmallVector<unsigned, 8> LastElement(N);
301 LastElement[N - 1] = N - 1;
308 LastElement[i] = i
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
AnalysisOrderChecker.cpp 166 CFGElement LastElement = Map->getBlock(S)->back();
168 if (LastElement.getAs<CFGStmt>())
170 else if (LastElement.getAs<CFGAutomaticObjDtor>())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 245 CFGElement LastElement = L.getSrc()->back();
246 if (Optional<CFGStmt> LastStmt = LastElement.getAs<CFGStmt>()) {
249 LastElement.getAs<CFGAutomaticObjDtor>()) {

Completed in 23 milliseconds