reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/algorithmfwd.h
  640     equal(_IIter1, _IIter1, _IIter2);

References

include/llvm/ADT/ArrayRef.h
  173       return std::equal(begin(), end(), RHS.begin());
include/llvm/ADT/STLExtras.h
 1312          std::equal(adl_begin(Range) + 1, adl_end(Range), adl_begin(Range)));
include/llvm/ADT/SmallVector.h
  655     return std::equal(this->begin(), this->end(), RHS.begin());
include/llvm/CodeGen/PBQP/Math.h
   56     return std::equal(Data.get(), Data.get() + Length, V.Data.get());
  157     return std::equal(Data.get(), Data.get() + (Rows * Cols), M.Data.get());
include/llvm/CodeGen/RegAllocPBQP.h
  110     return std::equal(Opts.get(), Opts.get() + NumOpts, Other.Opts.get());
include/llvm/Demangle/StringView.h
  108     return std::equal(Str.begin(), Str.end(), begin());
  121          std::equal(LHS.begin(), LHS.end(), RHS.begin());
include/llvm/IR/InstrTypes.h
 1907     return std::equal(bundle_op_info_begin(), bundle_op_info_end(),
include/llvm/MC/SubtargetFeature.h
  149     return std::equal(std::begin(Bits), std::end(Bits), std::begin(RHS.Bits));
include/llvm/Transforms/Scalar/GVNExpression.h
  219            std::equal(op_begin(), op_end(), OE.op_begin());
  461            std::equal(int_op_begin(), int_op_end(), OE.int_op_begin());
lib/Analysis/MemorySSA.cpp
  173            std::equal(Call->arg_begin(), Call->arg_end(),
lib/Analysis/MemorySSAUpdater.cpp
  116         if (!std::equal(Phi->op_begin(), Phi->op_end(), PhiOps.begin())) {
lib/Analysis/PHITransAddr.cpp
  245           if (std::equal(GEPOps.begin(), GEPOps.end(), GEPI->op_begin()))
lib/CodeGen/Analysis.cpp
  323           std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) {
lib/CodeGen/MIRPrinter.cpp
  584   return std::equal(Normalized.begin(), Normalized.end(), Equal.begin());
  602   return std::equal(MBB.succ_begin(), MBB.succ_end(), GuessedSuccs.begin());
lib/CodeGen/MachineInstr.cpp
  412   return std::equal(LHSPointees.begin(), LHSPointees.end(),
lib/CodeGen/MachineOperand.cpp
  320       return std::equal(RegMask, RegMask + RegMaskSize, OtherRegMask);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7529   if (std::equal(Ops.begin(), Ops.end(), N->op_begin()))
lib/IR/Constants.cpp
 1242   if (Ty == getType() && std::equal(Ops.begin(), Ops.end(), op_begin()))
lib/IR/Instruction.cpp
  457   if (!std::equal(op_begin(), op_end(), I->op_begin()))
  462     return std::equal(thisPHI->block_begin(), thisPHI->block_end(),
lib/IR/LLVMContextImpl.h
  236     return std::equal(Ops.begin(), Ops.end(), RHS->op_begin() + Offset);
lib/Support/APFloat.cpp
  884   return std::equal(significandParts(), significandParts() + partCount(),
lib/Support/APInt.cpp
  272   return std::equal(U.pVal, U.pVal + getNumWords(), RHS.U.pVal);
lib/Target/AMDGPU/GCNRegPressure.h
   72     return std::equal(&Value[0], &Value[TOTAL_KINDS], O.Value);
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  668                         std::equal(CallerRetTys.begin(), CallerRetTys.end(),
  947          std::equal(MFI->getParams().begin(), MFI->getParams().end(),
lib/Transforms/IPO/ArgumentPromotion.cpp
  511   return std::equal(Prefix.begin(), Prefix.end(), Longer.begin());
lib/Transforms/Vectorize/SLPVectorizer.cpp
 1200         return std::equal(VL.begin(), VL.end(), Scalars.begin());
 2737             !std::equal(CI->op_begin() + CI->getBundleOperandsStartIndex(),
tools/clang/lib/AST/ItaniumCXXABI.cpp
  121            std::equal(LHS.begin(), LHS.end(), RHS.begin());
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  437       !std::equal(PreambleBytes.begin(), PreambleBytes.end(),
tools/clang/lib/Lex/Preprocessor.cpp
  347       std::equal(Tokens.begin(), Tokens.end(), MI->tokens_begin());
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  848     return std::equal(FieldsInBindingKey.begin() + Delta,
  852     return std::equal(FieldsInBindingKey.begin(), FieldsInBindingKey.end(),
tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  480   EXPECT_TRUE(std::equal(WhileComps.begin(), WhileComps.end(),
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  238                             std::equal(sysroot_begin, sysroot_end, path_begin);
tools/llvm-objcopy/ELF/Object.cpp
  404          std::equal(ZlibGnuMagic.begin(), ZlibGnuMagic.end(), Data.data());
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp
  142       EXPECT_TRUE(std::equal(RPCObjContents.begin(), RPCObjContents.end(),
unittests/IR/ModuleTest.cpp
   71   EXPECT_TRUE(std::equal(RandomStreams[0].begin(), RandomStreams[0].end(),
unittests/Support/ParallelTest.cpp
   47   ASSERT_TRUE(std::equal(range, range + 2049, expected));
unittests/TextAPI/TextStubV1Tests.cpp
  124       std::equal(Exports.begin(), Exports.end(), std::begin(TBDv1Symbols)));
unittests/TextAPI/TextStubV2Tests.cpp
  126       std::equal(Exports.begin(), Exports.end(), std::begin(TBDv2Symbols)));
unittests/TextAPI/TextStubV3Tests.cpp
  135       std::equal(Exports.begin(), Exports.end(), std::begin(TBDv3Symbols)));
unittests/TextAPI/TextStubV4Tests.cpp
  166   EXPECT_TRUE(std::equal(Exports.begin(), Exports.end(),
  168   EXPECT_TRUE(std::equal(Reexports.begin(), Reexports.end(),
  170   EXPECT_TRUE(std::equal(Undefineds.begin(), Undefineds.end(),
usr/include/c++/7.4.0/array
  253     { return std::equal(__one.begin(), __one.end(), __two.begin()); }
usr/include/c++/7.4.0/bits/stl_deque.h
 2261 	     && std::equal(__x.begin(), __x.end(), __y.begin()); }
usr/include/c++/7.4.0/bits/stl_tree.h
 1537 	     && std::equal(__x.begin(), __x.end(), __y.begin());
usr/include/c++/7.4.0/bits/stl_vector.h
 1603 	      && std::equal(__x.begin(), __x.end(), __y.begin())); }
utils/TableGen/CodeGenRegisters.cpp
  127     assert(std::equal(Parts.begin(), Parts.end(),
utils/TableGen/SequenceToOffsetTable.h
   59     return A.size() <= B.size() && std::equal(A.rbegin(), A.rend(), B.rbegin());