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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp254 const auto ItRNoCrypto = std::find(ItRBegin, ItREnd, "-crypto"); local
256 const auto HasNoCrypto = ItRNoCrypto != ItREnd;
258 const ptrdiff_t PosNoCrypto = ItRNoCrypto - ItRBegin;

Completed in 103 milliseconds