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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
AArch64.cpp 319 const auto ItEnd = Features.end();
335 if (std::find(ItBegin, ItEnd, "+v8.4a") != ItEnd) {
340 const bool HasSM4 = (std::find(ItBegin, ItEnd, "-sm4") == ItEnd);
341 const bool HasSHA3 = (std::find(ItBegin, ItEnd, "-sha3") == ItEnd);
342 const bool HasSHA2 = (std::find(ItBegin, ItEnd, "-sha2") == ItEnd);
343 const bool HasAES = (std::find(ItBegin, ItEnd, "-aes") == ItEnd)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DomTreeUpdater.cpp 459 for (auto It = begin, ItEnd = end; It != ItEnd; ++It) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CloneFunction.cpp 1019 auto ItEnd = IEnd->getIterator();
1020 ++ItEnd; // IEnd is included, increment ItEnd to get the end of the range
1021 for (auto &I : llvm::make_range(ItStart, ItEnd))

Completed in 16 milliseconds